Shades of Black Forest #213413
Tints of Black Forest #213413
RGB
CMYK
RGB Variations
Color information
#213413 (or 0x213413) is known color: Black Forest. HEX triplet: 21, 34 and 13. RGB value is (33,52,19). Sum of RGB (Red+Green+Blue) = 33+52+19=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #213413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213413 is #DECBEC. Grayscale: #2A2A2A. Windows color (decimal): -14601197 or 1258529. OLE color: 1258529.
HSL color Cylindrical-coordinate representation of color #213413: hue angle of 94.55º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #213413 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 52 | 19 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.80 |
| HSL | 94.55º | 0.46% | 0.14% | - |
| HSV(B) | 94.55º | 0.63% | 0.2% | - |
| XYZ | 1.97 | 2.83 | 1.06 | - |
| YUV | 42.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 19 | 0.37 | 0 | 0.63 | 0.80 | 94.55 | 0.46 | 0.14 |
| Hex | 21 | 34 | 13 | 25 | 0 | 3F | 50 | 5F | 2E | E |
| Octal | 41 | 64 | 23 | 45 | 0 | 77 | 120 | 137 | 56 | 16 |
| Binary | 100001 | 110100 | 10011 | 100101 | 0 | 111111 | 1010000 | 1011111 | 101110 | 1110 |
Color Harmonies of #213413
Complementary color
Monochromatic Colors of #213413
Black with #213413
Text Example
Text Example
White with #213413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213413; }
p { color: rgb(33,52,19); }
H1.HeaderClassName
{
color: #213413;
}
.AnyTagClassName
{
color: #213413;
}
</style>
background-color css
<style>
a { background-color: #213413; }
a { background-color: rgb(33,52,19); }
div.DivClassName
{
background-color: #213413;
}
.BgClassName
{
background-color: #213413;
}
</style>
border-color css
<style>
span { border-color: #213413; }
span { border-color: rgb(33,52,19); }
td.TdClassName
{
border-color: #213413;
}
.TagClassName
{
border-color: #213413;
}
</style>