Shades of Black Forest #212F18
Tints of Black Forest #212F18
RGB
CMYK
RGB Variations
Color information
#212F18 (or 0x212F18) is known color: Black Forest. HEX triplet: 21, 2F and 18. RGB value is (33,47,24). Sum of RGB (Red+Green+Blue) = 33+47+24=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 47 - color contains mainly: green. Hex color #212F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212F18 is #DED0E7. Grayscale: #282828. Windows color (decimal): -14602472 or 1584929. OLE color: 1584929.
HSL color Cylindrical-coordinate representation of color #212F18: hue angle of 96.52º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #212F18 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 47 | 24 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.82 |
| HSL | 96.52º | 0.32% | 0.14% | - |
| HSV(B) | 96.52º | 0.49% | 0.18% | - |
| XYZ | 1.81 | 2.42 | 1.24 | - |
| YUV | 40.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 24 | 0.30 | 0 | 0.49 | 0.82 | 96.52 | 0.32 | 0.14 |
| Hex | 21 | 2F | 18 | 1E | 0 | 31 | 52 | 61 | 20 | E |
| Octal | 41 | 57 | 30 | 36 | 0 | 61 | 122 | 141 | 40 | 16 |
| Binary | 100001 | 101111 | 11000 | 11110 | 0 | 110001 | 1010010 | 1100001 | 100000 | 1110 |
Color Harmonies of #212F18
Complementary color
Monochromatic Colors of #212F18
Black with #212F18
Text Example
Text Example
White with #212F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F18; }
p { color: rgb(33,47,24); }
H1.HeaderClassName
{
color: #212F18;
}
.AnyTagClassName
{
color: #212F18;
}
</style>
background-color css
<style>
a { background-color: #212F18; }
a { background-color: rgb(33,47,24); }
div.DivClassName
{
background-color: #212F18;
}
.BgClassName
{
background-color: #212F18;
}
</style>
border-color css
<style>
span { border-color: #212F18; }
span { border-color: rgb(33,47,24); }
td.TdClassName
{
border-color: #212F18;
}
.TagClassName
{
border-color: #212F18;
}
</style>