Shades of Black Forest #21390F
Tints of Black Forest #21390F
RGB
CMYK
RGB Variations
Color information
#21390F (or 0x21390F) is known color: Black Forest. HEX triplet: 21, 39 and 0F. RGB value is (33,57,15). Sum of RGB (Red+Green+Blue) = 33+57+15=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #21390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21390F is #DEC6F0. Grayscale: #2D2D2D. Windows color (decimal): -14599921 or 997665. OLE color: 997665.
HSL color Cylindrical-coordinate representation of color #21390F: hue angle of 94.29º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21390F is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 57 | 15 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.78 |
| HSL | 94.29º | 0.58% | 0.14% | - |
| HSV(B) | 94.29º | 0.74% | 0.22% | - |
| XYZ | 2.18 | 3.28 | 0.97 | - |
| YUV | 45.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 15 | 0.42 | 0 | 0.74 | 0.78 | 94.29 | 0.58 | 0.14 |
| Hex | 21 | 39 | F | 2A | 0 | 4A | 4E | 5E | 3A | E |
| Octal | 41 | 71 | 17 | 52 | 0 | 112 | 116 | 136 | 72 | 16 |
| Binary | 100001 | 111001 | 1111 | 101010 | 0 | 1001010 | 1001110 | 1011110 | 111010 | 1110 |
Color Harmonies of #21390F
Complementary color
Monochromatic Colors of #21390F
Black with #21390F
Text Example
Text Example
White with #21390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21390F; }
p { color: rgb(33,57,15); }
H1.HeaderClassName
{
color: #21390F;
}
.AnyTagClassName
{
color: #21390F;
}
</style>
background-color css
<style>
a { background-color: #21390F; }
a { background-color: rgb(33,57,15); }
div.DivClassName
{
background-color: #21390F;
}
.BgClassName
{
background-color: #21390F;
}
</style>
border-color css
<style>
span { border-color: #21390F; }
span { border-color: rgb(33,57,15); }
td.TdClassName
{
border-color: #21390F;
}
.TagClassName
{
border-color: #21390F;
}
</style>