Shades of Dark Green #111916
Tints of Dark Green #111916
RGB
CMYK
RGB Variations
Color information
#111916 (or 0x111916) is known color: Dark Green. HEX triplet: 11, 19 and 16. RGB value is (17,25,22). Sum of RGB (Red+Green+Blue) = 17+25+22=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 22 (8.98% from 255 or 34.38% from 64); Max value from RGB is 25 - color contains mainly: green. Hex color #111916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111916 is #EEE6E9. Grayscale: #161616. Windows color (decimal): -15656682 or 1448209. OLE color: 1448209.
HSL color Cylindrical-coordinate representation of color #111916: hue angle of 157.5º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #111916 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 25 | 22 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.90 |
| HSL | 157.5º | 0.19% | 0.08% | - |
| HSV(B) | 157.5º | 0.32% | 0.1% | - |
| XYZ | 0.72 | 0.87 | 0.89 | - |
| YUV | 22.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 22 | 0.32 | 0 | 0.12 | 0.90 | 157.5 | 0.19 | 0.08 |
| Hex | 11 | 19 | 16 | 20 | 0 | C | 5A | 9E | 13 | 8 |
| Octal | 21 | 31 | 26 | 40 | 0 | 14 | 132 | 236 | 23 | 10 |
| Binary | 10001 | 11001 | 10110 | 100000 | 0 | 1100 | 1011010 | 10011110 | 10011 | 1000 |
Color Harmonies of #111916
Complementary color
Monochromatic Colors of #111916
Black with #111916
Text Example
Text Example
White with #111916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111916; }
p { color: rgb(17,25,22); }
H1.HeaderClassName
{
color: #111916;
}
.AnyTagClassName
{
color: #111916;
}
</style>
background-color css
<style>
a { background-color: #111916; }
a { background-color: rgb(17,25,22); }
div.DivClassName
{
background-color: #111916;
}
.BgClassName
{
background-color: #111916;
}
</style>
border-color css
<style>
span { border-color: #111916; }
span { border-color: rgb(17,25,22); }
td.TdClassName
{
border-color: #111916;
}
.TagClassName
{
border-color: #111916;
}
</style>