Shades of Black Forest #162012
Tints of Black Forest #162012
RGB
CMYK
RGB Variations
Color information
#162012 (or 0x162012) is known color: Black Forest. HEX triplet: 16, 20 and 12. RGB value is (22,32,18). Sum of RGB (Red+Green+Blue) = 22+32+18=72 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.56% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #162012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162012 is #E9DFED. Grayscale: #1B1B1B. Windows color (decimal): -15327214 or 1187862. OLE color: 1187862.
HSL color Cylindrical-coordinate representation of color #162012: hue angle of 102.86º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #162012 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 32 | 18 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.87 |
| HSL | 102.86º | 0.28% | 0.1% | - |
| HSV(B) | 102.86º | 0.44% | 0.13% | - |
| XYZ | 0.96 | 1.25 | 0.76 | - |
| YUV | 27.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 32 | 18 | 0.31 | 0 | 0.44 | 0.87 | 102.86 | 0.28 | 0.1 |
| Hex | 16 | 20 | 12 | 1F | 0 | 2C | 57 | 67 | 1C | A |
| Octal | 26 | 40 | 22 | 37 | 0 | 54 | 127 | 147 | 34 | 12 |
| Binary | 10110 | 100000 | 10010 | 11111 | 0 | 101100 | 1010111 | 1100111 | 11100 | 1010 |
Color Harmonies of #162012
Complementary color
Monochromatic Colors of #162012
Black with #162012
Text Example
Text Example
White with #162012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162012; }
p { color: rgb(22,32,18); }
H1.HeaderClassName
{
color: #162012;
}
.AnyTagClassName
{
color: #162012;
}
</style>
background-color css
<style>
a { background-color: #162012; }
a { background-color: rgb(22,32,18); }
div.DivClassName
{
background-color: #162012;
}
.BgClassName
{
background-color: #162012;
}
</style>
border-color css
<style>
span { border-color: #162012; }
span { border-color: rgb(22,32,18); }
td.TdClassName
{
border-color: #162012;
}
.TagClassName
{
border-color: #162012;
}
</style>