Shades of Black Forest #21400B
Tints of Black Forest #21400B
RGB
CMYK
RGB Variations
Color information
#21400B (or 0x21400B) is known color: Black Forest. HEX triplet: 21, 40 and 0B. RGB value is (33,64,11). Sum of RGB (Red+Green+Blue) = 33+64+11=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #21400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21400B is #DEBFF4. Grayscale: #303030. Windows color (decimal): -14598133 or 737313. OLE color: 737313.
HSL color Cylindrical-coordinate representation of color #21400B: hue angle of 95.09º degrees, saturation: 0.71, 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 #21400B is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 64 | 11 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.75 |
| HSL | 95.09º | 0.71% | 0.15% | - |
| HSV(B) | 95.09º | 0.83% | 0.25% | - |
| XYZ | 2.52 | 4.01 | 0.96 | - |
| YUV | 48.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 11 | 0.48 | 0 | 0.83 | 0.75 | 95.09 | 0.71 | 0.15 |
| Hex | 21 | 40 | B | 30 | 0 | 53 | 4B | 5F | 47 | F |
| Octal | 41 | 100 | 13 | 60 | 0 | 123 | 113 | 137 | 107 | 17 |
| Binary | 100001 | 1000000 | 1011 | 110000 | 0 | 1010011 | 1001011 | 1011111 | 1000111 | 1111 |
Color Harmonies of #21400B
Complementary color
Monochromatic Colors of #21400B
Black with #21400B
Text Example
Text Example
White with #21400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21400B; }
p { color: rgb(33,64,11); }
H1.HeaderClassName
{
color: #21400B;
}
.AnyTagClassName
{
color: #21400B;
}
</style>
background-color css
<style>
a { background-color: #21400B; }
a { background-color: rgb(33,64,11); }
div.DivClassName
{
background-color: #21400B;
}
.BgClassName
{
background-color: #21400B;
}
</style>
border-color css
<style>
span { border-color: #21400B; }
span { border-color: rgb(33,64,11); }
td.TdClassName
{
border-color: #21400B;
}
.TagClassName
{
border-color: #21400B;
}
</style>