Shades of Black Forest #213712
Tints of Black Forest #213712
RGB
CMYK
RGB Variations
Color information
#213712 (or 0x213712) is known color: Black Forest. HEX triplet: 21, 37 and 12. RGB value is (33,55,18). Sum of RGB (Red+Green+Blue) = 33+55+18=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 55 (21.88% from 255 or 51.89% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 55 - color contains mainly: green. Hex color #213712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213712 is #DEC8ED. Grayscale: #2C2C2C. Windows color (decimal): -14600430 or 1193761. OLE color: 1193761.
HSL color Cylindrical-coordinate representation of color #213712: hue angle of 95.68º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #213712 is Cyan = 0.4, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 55 | 18 | - |
| CMYK | 0.4 | 0 | 0.67 | 0.78 |
| HSL | 95.68º | 0.51% | 0.14% | - |
| HSV(B) | 95.68º | 0.67% | 0.22% | - |
| XYZ | 2.1 | 3.1 | 1.06 | - |
| YUV | 44.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 18 | 0.4 | 0 | 0.67 | 0.78 | 95.68 | 0.51 | 0.14 |
| Hex | 21 | 37 | 12 | 28 | 0 | 43 | 4E | 60 | 33 | E |
| Octal | 41 | 67 | 22 | 50 | 0 | 103 | 116 | 140 | 63 | 16 |
| Binary | 100001 | 110111 | 10010 | 101000 | 0 | 1000011 | 1001110 | 1100000 | 110011 | 1110 |
Color Harmonies of #213712
Complementary color
Monochromatic Colors of #213712
Black with #213712
Text Example
Text Example
White with #213712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213712; }
p { color: rgb(33,55,18); }
H1.HeaderClassName
{
color: #213712;
}
.AnyTagClassName
{
color: #213712;
}
</style>
background-color css
<style>
a { background-color: #213712; }
a { background-color: rgb(33,55,18); }
div.DivClassName
{
background-color: #213712;
}
.BgClassName
{
background-color: #213712;
}
</style>
border-color css
<style>
span { border-color: #213712; }
span { border-color: rgb(33,55,18); }
td.TdClassName
{
border-color: #213712;
}
.TagClassName
{
border-color: #213712;
}
</style>