Shades of Black Forest #212E1C
Tints of Black Forest #212E1C
RGB
CMYK
RGB Variations
Color information
#212E1C (or 0x212E1C) is known color: Black Forest. HEX triplet: 21, 2E and 1C. RGB value is (33,46,28). Sum of RGB (Red+Green+Blue) = 33+46+28=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 46 - color contains mainly: green. Hex color #212E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E1C is #DED1E3. Grayscale: #282828. Windows color (decimal): -14602724 or 1846817. OLE color: 1846817.
HSL color Cylindrical-coordinate representation of color #212E1C: hue angle of 103.33º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #212E1C is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 46 | 28 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.82 |
| HSL | 103.33º | 0.24% | 0.15% | - |
| HSV(B) | 103.33º | 0.39% | 0.18% | - |
| XYZ | 1.81 | 2.36 | 1.46 | - |
| YUV | 40.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 28 | 0.28 | 0 | 0.39 | 0.82 | 103.33 | 0.24 | 0.15 |
| Hex | 21 | 2E | 1C | 1C | 0 | 27 | 52 | 67 | 18 | F |
| Octal | 41 | 56 | 34 | 34 | 0 | 47 | 122 | 147 | 30 | 17 |
| Binary | 100001 | 101110 | 11100 | 11100 | 0 | 100111 | 1010010 | 1100111 | 11000 | 1111 |
Color Harmonies of #212E1C
Complementary color
Monochromatic Colors of #212E1C
Black with #212E1C
Text Example
Text Example
White with #212E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E1C; }
p { color: rgb(33,46,28); }
H1.HeaderClassName
{
color: #212E1C;
}
.AnyTagClassName
{
color: #212E1C;
}
</style>
background-color css
<style>
a { background-color: #212E1C; }
a { background-color: rgb(33,46,28); }
div.DivClassName
{
background-color: #212E1C;
}
.BgClassName
{
background-color: #212E1C;
}
</style>
border-color css
<style>
span { border-color: #212E1C; }
span { border-color: rgb(33,46,28); }
td.TdClassName
{
border-color: #212E1C;
}
.TagClassName
{
border-color: #212E1C;
}
</style>