Shades of Black Forest #21291D
Tints of Black Forest #21291D
RGB
CMYK
RGB Variations
Color information
#21291D (or 0x21291D) is known color: Black Forest. HEX triplet: 21, 29 and 1D. RGB value is (33,41,29). Sum of RGB (Red+Green+Blue) = 33+41+29=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 41 - color contains mainly: green. Hex color #21291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21291D is #DED6E2. Grayscale: #252525. Windows color (decimal): -14604003 or 1911073. OLE color: 1911073.
HSL color Cylindrical-coordinate representation of color #21291D: hue angle of 100º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #21291D is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 41 | 29 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.84 |
| HSL | 100º | 0.17% | 0.14% | - |
| HSV(B) | 100º | 0.29% | 0.16% | - |
| XYZ | 1.64 | 2 | 1.46 | - |
| YUV | 37.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 29 | 0.20 | 0 | 0.29 | 0.84 | 100 | 0.17 | 0.14 |
| Hex | 21 | 29 | 1D | 14 | 0 | 1D | 54 | 64 | 11 | E |
| Octal | 41 | 51 | 35 | 24 | 0 | 35 | 124 | 144 | 21 | 16 |
| Binary | 100001 | 101001 | 11101 | 10100 | 0 | 11101 | 1010100 | 1100100 | 10001 | 1110 |
Color Harmonies of #21291D
Complementary color
Monochromatic Colors of #21291D
Black with #21291D
Text Example
Text Example
White with #21291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21291D; }
p { color: rgb(33,41,29); }
H1.HeaderClassName
{
color: #21291D;
}
.AnyTagClassName
{
color: #21291D;
}
</style>
background-color css
<style>
a { background-color: #21291D; }
a { background-color: rgb(33,41,29); }
div.DivClassName
{
background-color: #21291D;
}
.BgClassName
{
background-color: #21291D;
}
</style>
border-color css
<style>
span { border-color: #21291D; }
span { border-color: rgb(33,41,29); }
td.TdClassName
{
border-color: #21291D;
}
.TagClassName
{
border-color: #21291D;
}
</style>