Shades of Black Forest #213910
Tints of Black Forest #213910
RGB
CMYK
RGB Variations
Color information
#213910 (or 0x213910) is known color: Black Forest. HEX triplet: 21, 39 and 10. RGB value is (33,57,16). Sum of RGB (Red+Green+Blue) = 33+57+16=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #213910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213910 is #DEC6EF. Grayscale: #2D2D2D. Windows color (decimal): -14599920 or 1063201. OLE color: 1063201.
HSL color Cylindrical-coordinate representation of color #213910: hue angle of 95.12º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213910 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 57 | 16 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.78 |
| HSL | 95.12º | 0.56% | 0.14% | - |
| HSV(B) | 95.12º | 0.72% | 0.22% | - |
| XYZ | 2.18 | 3.29 | 1.01 | - |
| YUV | 45.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 16 | 0.42 | 0 | 0.72 | 0.78 | 95.12 | 0.56 | 0.14 |
| Hex | 21 | 39 | 10 | 2A | 0 | 48 | 4E | 5F | 38 | E |
| Octal | 41 | 71 | 20 | 52 | 0 | 110 | 116 | 137 | 70 | 16 |
| Binary | 100001 | 111001 | 10000 | 101010 | 0 | 1001000 | 1001110 | 1011111 | 111000 | 1110 |
Color Harmonies of #213910
Complementary color
Monochromatic Colors of #213910
Black with #213910
Text Example
Text Example
White with #213910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213910; }
p { color: rgb(33,57,16); }
H1.HeaderClassName
{
color: #213910;
}
.AnyTagClassName
{
color: #213910;
}
</style>
background-color css
<style>
a { background-color: #213910; }
a { background-color: rgb(33,57,16); }
div.DivClassName
{
background-color: #213910;
}
.BgClassName
{
background-color: #213910;
}
</style>
border-color css
<style>
span { border-color: #213910; }
span { border-color: rgb(33,57,16); }
td.TdClassName
{
border-color: #213910;
}
.TagClassName
{
border-color: #213910;
}
</style>