Shades of Black Forest #213415
Tints of Black Forest #213415
RGB
CMYK
RGB Variations
Color information
#213415 (or 0x213415) is known color: Black Forest. HEX triplet: 21, 34 and 15. RGB value is (33,52,21). Sum of RGB (Red+Green+Blue) = 33+52+21=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #213415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213415 is #DECBEA. Grayscale: #2A2A2A. Windows color (decimal): -14601195 or 1389601. OLE color: 1389601.
HSL color Cylindrical-coordinate representation of color #213415: hue angle of 96.77º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213415 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 52 | 21 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.80 |
| HSL | 96.77º | 0.42% | 0.14% | - |
| HSV(B) | 96.77º | 0.6% | 0.2% | - |
| XYZ | 1.99 | 2.83 | 1.15 | - |
| YUV | 42.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 21 | 0.37 | 0 | 0.60 | 0.80 | 96.77 | 0.42 | 0.14 |
| Hex | 21 | 34 | 15 | 25 | 0 | 3C | 50 | 61 | 2A | E |
| Octal | 41 | 64 | 25 | 45 | 0 | 74 | 120 | 141 | 52 | 16 |
| Binary | 100001 | 110100 | 10101 | 100101 | 0 | 111100 | 1010000 | 1100001 | 101010 | 1110 |
Color Harmonies of #213415
Complementary color
Monochromatic Colors of #213415
Black with #213415
Text Example
Text Example
White with #213415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213415; }
p { color: rgb(33,52,21); }
H1.HeaderClassName
{
color: #213415;
}
.AnyTagClassName
{
color: #213415;
}
</style>
background-color css
<style>
a { background-color: #213415; }
a { background-color: rgb(33,52,21); }
div.DivClassName
{
background-color: #213415;
}
.BgClassName
{
background-color: #213415;
}
</style>
border-color css
<style>
span { border-color: #213415; }
span { border-color: rgb(33,52,21); }
td.TdClassName
{
border-color: #213415;
}
.TagClassName
{
border-color: #213415;
}
</style>