Shades of Black Forest #213D0C
Tints of Black Forest #213D0C
RGB
CMYK
RGB Variations
Color information
#213D0C (or 0x213D0C) is known color: Black Forest. HEX triplet: 21, 3D and 0C. RGB value is (33,61,12). Sum of RGB (Red+Green+Blue) = 33+61+12=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 61 (24.22% from 255 or 57.55% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 61 - color contains mainly: green. Hex color #213D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213D0C is #DEC2F3. Grayscale: #2F2F2F. Windows color (decimal): -14598900 or 802081. OLE color: 802081.
HSL color Cylindrical-coordinate representation of color #213D0C: hue angle of 94.29º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #213D0C is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 12 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.76 |
| HSL | 94.29º | 0.67% | 0.14% | - |
| HSV(B) | 94.29º | 0.8% | 0.24% | - |
| XYZ | 2.36 | 3.69 | 0.94 | - |
| YUV | 47.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 12 | 0.46 | 0 | 0.80 | 0.76 | 94.29 | 0.67 | 0.14 |
| Hex | 21 | 3D | C | 2E | 0 | 50 | 4C | 5E | 43 | E |
| Octal | 41 | 75 | 14 | 56 | 0 | 120 | 114 | 136 | 103 | 16 |
| Binary | 100001 | 111101 | 1100 | 101110 | 0 | 1010000 | 1001100 | 1011110 | 1000011 | 1110 |
Color Harmonies of #213D0C
Complementary color
Monochromatic Colors of #213D0C
Black with #213D0C
Text Example
Text Example
White with #213D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D0C; }
p { color: rgb(33,61,12); }
H1.HeaderClassName
{
color: #213D0C;
}
.AnyTagClassName
{
color: #213D0C;
}
</style>
background-color css
<style>
a { background-color: #213D0C; }
a { background-color: rgb(33,61,12); }
div.DivClassName
{
background-color: #213D0C;
}
.BgClassName
{
background-color: #213D0C;
}
</style>
border-color css
<style>
span { border-color: #213D0C; }
span { border-color: rgb(33,61,12); }
td.TdClassName
{
border-color: #213D0C;
}
.TagClassName
{
border-color: #213D0C;
}
</style>