#111112 color RGB value is (1, 17, 17).
#111112 hex color red value is 1, green value is 17, and blue value is 17.
Cylindrical-coordinate representations (HSL) of color #111112
hue: 180,
saturation: 0.89 and lightness: 0.04.
The process color (four-color CMYK) of #111112 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #111112 is #ff9999. Color #111112 contains mainly RED.
Color spaces of #111112 | Value |
---|---|
RGB | 17, 17, 18 |
HSL | 0.67, 0.03, 0.07 |
HSV | 240°, 6°, 7° |
XYZ | 0.54, 0.56, 0.65 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001 | 10001 | 10010 |
Octal | 21 | 21 | 22 |
Decimal | 17 | 17 | 18 |
Hex | 11 | 11 | 12 |
Shades of #111112
Tints of #111112
.mybgColor {background-color: #111112;} .myforeColor {color: #111112;} .myborderColor {border:3px solid #111112;}
<p style="color:#111112">Text here</p>
This sample text is styled with the font color #111112. 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,
<div style="background-color:#111112">Div content here</div>
<div style="border:3px solid #111112">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17, 17, 18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #111112; } .divShadow { -moz-box-shadow: 1px 1px 3px #111112; -webkit-box-shadow: 1px 1px 3px #111112; box-shadow: 1px 1px 3px #111112; }
<p style="text-shadow: 4px 4px 2px rgba(17, 17, 18, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #111112;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #111112;
-webkit-box-shadow: 1px 1px 3px #111112;
box-shadow: 1px 1px 3px #111112;">Div content here</div>