Shades of Black Forest #213B12
Tints of Black Forest #213B12
RGB
CMYK
RGB Variations
Color information
#213B12 (or 0x213B12) is known color: Black Forest. HEX triplet: 21, 3B and 12. RGB value is (33,59,18). Sum of RGB (Red+Green+Blue) = 33+59+18=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #213B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213B12 is #DEC4ED. Grayscale: #2E2E2E. Windows color (decimal): -14599406 or 1194785. OLE color: 1194785.
HSL color Cylindrical-coordinate representation of color #213B12: hue angle of 98.05º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #213B12 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 59 | 18 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.77 |
| HSL | 98.05º | 0.53% | 0.15% | - |
| HSV(B) | 98.05º | 0.69% | 0.23% | - |
| XYZ | 2.3 | 3.49 | 1.13 | - |
| YUV | 46.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 18 | 0.44 | 0 | 0.69 | 0.77 | 98.05 | 0.53 | 0.15 |
| Hex | 21 | 3B | 12 | 2C | 0 | 45 | 4D | 62 | 35 | F |
| Octal | 41 | 73 | 22 | 54 | 0 | 105 | 115 | 142 | 65 | 17 |
| Binary | 100001 | 111011 | 10010 | 101100 | 0 | 1000101 | 1001101 | 1100010 | 110101 | 1111 |
Color Harmonies of #213B12
Complementary color
Monochromatic Colors of #213B12
Black with #213B12
Text Example
Text Example
White with #213B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B12; }
p { color: rgb(33,59,18); }
H1.HeaderClassName
{
color: #213B12;
}
.AnyTagClassName
{
color: #213B12;
}
</style>
background-color css
<style>
a { background-color: #213B12; }
a { background-color: rgb(33,59,18); }
div.DivClassName
{
background-color: #213B12;
}
.BgClassName
{
background-color: #213B12;
}
</style>
border-color css
<style>
span { border-color: #213B12; }
span { border-color: rgb(33,59,18); }
td.TdClassName
{
border-color: #213B12;
}
.TagClassName
{
border-color: #213B12;
}
</style>