Shades of Black Forest #213314
Tints of Black Forest #213314
RGB
CMYK
RGB Variations
Color information
#213314 (or 0x213314) is known color: Black Forest. HEX triplet: 21, 33 and 14. RGB value is (33,51,20). Sum of RGB (Red+Green+Blue) = 33+51+20=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #213314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213314 is #DECCEB. Grayscale: #2A2A2A. Windows color (decimal): -14601452 or 1323809. OLE color: 1323809.
HSL color Cylindrical-coordinate representation of color #213314: hue angle of 94.84º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #213314 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 20 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.8 |
| HSL | 94.84º | 0.44% | 0.14% | - |
| HSV(B) | 94.84º | 0.61% | 0.2% | - |
| XYZ | 1.94 | 2.74 | 1.09 | - |
| YUV | 42.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 20 | 0.35 | 0 | 0.61 | 0.8 | 94.84 | 0.44 | 0.14 |
| Hex | 21 | 33 | 14 | 23 | 0 | 3D | 50 | 5F | 2C | E |
| Octal | 41 | 63 | 24 | 43 | 0 | 75 | 120 | 137 | 54 | 16 |
| Binary | 100001 | 110011 | 10100 | 100011 | 0 | 111101 | 1010000 | 1011111 | 101100 | 1110 |
Color Harmonies of #213314
Complementary color
Monochromatic Colors of #213314
Black with #213314
Text Example
Text Example
White with #213314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213314; }
p { color: rgb(33,51,20); }
H1.HeaderClassName
{
color: #213314;
}
.AnyTagClassName
{
color: #213314;
}
</style>
background-color css
<style>
a { background-color: #213314; }
a { background-color: rgb(33,51,20); }
div.DivClassName
{
background-color: #213314;
}
.BgClassName
{
background-color: #213314;
}
</style>
border-color css
<style>
span { border-color: #213314; }
span { border-color: rgb(33,51,20); }
td.TdClassName
{
border-color: #213314;
}
.TagClassName
{
border-color: #213314;
}
</style>