Shades of Black Forest #213F0B
Tints of Black Forest #213F0B
RGB
CMYK
RGB Variations
Color information
#213F0B (or 0x213F0B) is known color: Black Forest. HEX triplet: 21, 3F and 0B. RGB value is (33,63,11). Sum of RGB (Red+Green+Blue) = 33+63+11=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 63 (25% from 255 or 58.88% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 63 - color contains mainly: green. Hex color #213F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213F0B is #DEC0F4. Grayscale: #303030. Windows color (decimal): -14598389 or 737057. OLE color: 737057.
HSL color Cylindrical-coordinate representation of color #213F0B: hue angle of 94.62º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213F0B is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 63 | 11 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.75 |
| HSL | 94.62º | 0.7% | 0.15% | - |
| HSV(B) | 94.62º | 0.83% | 0.25% | - |
| XYZ | 2.47 | 3.9 | 0.94 | - |
| YUV | 48.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 11 | 0.48 | 0 | 0.83 | 0.75 | 94.62 | 0.7 | 0.15 |
| Hex | 21 | 3F | B | 30 | 0 | 53 | 4B | 5F | 46 | F |
| Octal | 41 | 77 | 13 | 60 | 0 | 123 | 113 | 137 | 106 | 17 |
| Binary | 100001 | 111111 | 1011 | 110000 | 0 | 1010011 | 1001011 | 1011111 | 1000110 | 1111 |
Color Harmonies of #213F0B
Complementary color
Monochromatic Colors of #213F0B
Black with #213F0B
Text Example
Text Example
White with #213F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F0B; }
p { color: rgb(33,63,11); }
H1.HeaderClassName
{
color: #213F0B;
}
.AnyTagClassName
{
color: #213F0B;
}
</style>
background-color css
<style>
a { background-color: #213F0B; }
a { background-color: rgb(33,63,11); }
div.DivClassName
{
background-color: #213F0B;
}
.BgClassName
{
background-color: #213F0B;
}
</style>
border-color css
<style>
span { border-color: #213F0B; }
span { border-color: rgb(33,63,11); }
td.TdClassName
{
border-color: #213F0B;
}
.TagClassName
{
border-color: #213F0B;
}
</style>