color details

Color Details
#161e19 Color Hex

#161e19 color RGB value is (1, 97, 225).
#161e19 hex color red value is 1, green value is 97, and blue value is 225.
Cylindrical-coordinate representations (HSL) of color #161e19 hue: 214.29, saturation: 0.99 and lightness: 0.44.

The process color (four-color CMYK) of #161e19 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #161e19 is #ff9999. Color #161e19 contains mainly RED.

Color Spaces
Color spaces of #161e19Value
RGB22, 30, 25
HSL0.4, 0.15, 0.1
HSV143°, 27°, 12°
XYZ0.97, 1.17, 1.09
Base Numbers
Base Red Green Blue
Binary 10110 11110 11001
Octal 26 36 31
Decimal 22 30 25
Hex 16 1E 19

RGB Percentages for Color #161e19

28.57%
38.96%
32.47%

CMYK Percentages of the Color #161e19

26.67%
16.67%
88.24%
CSS Codes for Color #161e19
.mybgColor {background-color: #161e19;}
.myforeColor {color: #161e19;}
.myborderColor {border:3px solid #161e19;}
Text Font Color #161e19

<p style="color:#161e19">Text here</p>

This sample text is styled with the font color #161e19. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #161e19

<div style="background-color:#161e19">Div content here</div>

The background color of this div is #161e19
Border Color #161e19

<div style="border:3px solid #161e19">Div here</div>

The border color of this div is #161e19
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(22, 30, 25, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #161e19;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #161e19;
-webkit-box-shadow: 1px 1px 3px #161e19;
box-shadow: 1px 1px 3px #161e19;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(22, 30, 25, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #161e19;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #161e19; -webkit-box-shadow: 1px 1px 3px #161e19; box-shadow: 1px 1px 3px #161e19;">Div content here</div>

This div box has a shadow with a specified color. #161e19

Scroll to Top