Shades of Black Forest #172112
Tints of Black Forest #172112
RGB
CMYK
RGB Variations
Color information
#172112 (or 0x172112) is known color: Black Forest. HEX triplet: 17, 21 and 12. RGB value is (23,33,18). Sum of RGB (Red+Green+Blue) = 23+33+18=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 33 - color contains mainly: green. Hex color #172112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172112 is #E8DEED. Grayscale: #1C1C1C. Windows color (decimal): -15261422 or 1188119. OLE color: 1188119.
HSL color Cylindrical-coordinate representation of color #172112: hue angle of 100º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #172112 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 23 | 33 | 18 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.87 |
| HSL | 100º | 0.29% | 0.1% | - |
| HSV(B) | 100º | 0.45% | 0.13% | - |
| XYZ | 1.01 | 1.31 | 0.77 | - |
| YUV | 28.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 18 | 0.30 | 0 | 0.45 | 0.87 | 100 | 0.29 | 0.1 |
| Hex | 17 | 21 | 12 | 1E | 0 | 2D | 57 | 64 | 1D | A |
| Octal | 27 | 41 | 22 | 36 | 0 | 55 | 127 | 144 | 35 | 12 |
| Binary | 10111 | 100001 | 10010 | 11110 | 0 | 101101 | 1010111 | 1100100 | 11101 | 1010 |
Color Harmonies of #172112
Complementary color
Monochromatic Colors of #172112
Black with #172112
Text Example
Text Example
White with #172112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172112; }
p { color: rgb(23,33,18); }
H1.HeaderClassName
{
color: #172112;
}
.AnyTagClassName
{
color: #172112;
}
</style>
background-color css
<style>
a { background-color: #172112; }
a { background-color: rgb(23,33,18); }
div.DivClassName
{
background-color: #172112;
}
.BgClassName
{
background-color: #172112;
}
</style>
border-color css
<style>
span { border-color: #172112; }
span { border-color: rgb(23,33,18); }
td.TdClassName
{
border-color: #172112;
}
.TagClassName
{
border-color: #172112;
}
</style>