color details

Color Details
#161112 Color Hex

#161112 color RGB value is (1, 97, 17).
#161112 hex color red value is 1, green value is 97, and blue value is 17.
Cylindrical-coordinate representations (HSL) of color #161112 hue: 130, saturation: 0.98 and lightness: 0.19.

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

Color Spaces
Color spaces of #161112Value
RGB22, 17, 18
HSL0.97, 0.13, 0.08
HSV348°, 23°, 9°
XYZ0.64, 0.62, 0.66
Base Numbers
Base Red Green Blue
Binary 10110 10001 10010
Octal 26 21 22
Decimal 22 17 18
Hex 16 11 12

RGB Percentages for Color #161112

38.6%
29.82%
31.58%

CMYK Percentages of the Color #161112

22.73%
18.18%
91.37%
CSS Codes for Color #161112
.mybgColor {background-color: #161112;}
.myforeColor {color: #161112;}
.myborderColor {border:3px solid #161112;}
Text Font Color #161112

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

This sample text is styled with the font color #161112. 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 #161112

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

The background color of this div is #161112
Border Color #161112

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

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

<p style="text-shadow: 4px 4px 2px rgba(22, 17, 18, 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 #161112;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #161112
Scroll to Top