Shades of Black Forest #213914
Tints of Black Forest #213914
RGB
CMYK
RGB Variations
Color information
#213914 (or 0x213914) is known color: Black Forest. HEX triplet: 21, 39 and 14. RGB value is (33,57,20). Sum of RGB (Red+Green+Blue) = 33+57+20=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #213914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213914 is #DEC6EB. Grayscale: #2D2D2D. Windows color (decimal): -14599916 or 1325345. OLE color: 1325345.
HSL color Cylindrical-coordinate representation of color #213914: hue angle of 98.92º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #213914 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 57 | 20 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.78 |
| HSL | 98.92º | 0.48% | 0.15% | - |
| HSV(B) | 98.92º | 0.65% | 0.22% | - |
| XYZ | 2.22 | 3.3 | 1.18 | - |
| YUV | 45.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 20 | 0.42 | 0 | 0.65 | 0.78 | 98.92 | 0.48 | 0.15 |
| Hex | 21 | 39 | 14 | 2A | 0 | 41 | 4E | 63 | 30 | F |
| Octal | 41 | 71 | 24 | 52 | 0 | 101 | 116 | 143 | 60 | 17 |
| Binary | 100001 | 111001 | 10100 | 101010 | 0 | 1000001 | 1001110 | 1100011 | 110000 | 1111 |
Color Harmonies of #213914
Complementary color
Monochromatic Colors of #213914
Black with #213914
Text Example
Text Example
White with #213914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213914; }
p { color: rgb(33,57,20); }
H1.HeaderClassName
{
color: #213914;
}
.AnyTagClassName
{
color: #213914;
}
</style>
background-color css
<style>
a { background-color: #213914; }
a { background-color: rgb(33,57,20); }
div.DivClassName
{
background-color: #213914;
}
.BgClassName
{
background-color: #213914;
}
</style>
border-color css
<style>
span { border-color: #213914; }
span { border-color: rgb(33,57,20); }
td.TdClassName
{
border-color: #213914;
}
.TagClassName
{
border-color: #213914;
}
</style>