Shades of Black Forest #21291B
Tints of Black Forest #21291B
RGB
CMYK
RGB Variations
Color information
#21291B (or 0x21291B) is known color: Black Forest. HEX triplet: 21, 29 and 1B. RGB value is (33,41,27). Sum of RGB (Red+Green+Blue) = 33+41+27=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 41 - color contains mainly: green. Hex color #21291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21291B is #DED6E4. Grayscale: #252525. Windows color (decimal): -14604005 or 1780001. OLE color: 1780001.
HSL color Cylindrical-coordinate representation of color #21291B: hue angle of 94.29º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #21291B is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 41 | 27 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.84 |
| HSL | 94.29º | 0.21% | 0.13% | - |
| HSV(B) | 94.29º | 0.34% | 0.16% | - |
| XYZ | 1.62 | 1.99 | 1.34 | - |
| YUV | 37.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 27 | 0.20 | 0 | 0.34 | 0.84 | 94.29 | 0.21 | 0.13 |
| Hex | 21 | 29 | 1B | 14 | 0 | 22 | 54 | 5E | 15 | D |
| Octal | 41 | 51 | 33 | 24 | 0 | 42 | 124 | 136 | 25 | 15 |
| Binary | 100001 | 101001 | 11011 | 10100 | 0 | 100010 | 1010100 | 1011110 | 10101 | 1101 |
Color Harmonies of #21291B
Complementary color
Monochromatic Colors of #21291B
Black with #21291B
Text Example
Text Example
White with #21291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21291B; }
p { color: rgb(33,41,27); }
H1.HeaderClassName
{
color: #21291B;
}
.AnyTagClassName
{
color: #21291B;
}
</style>
background-color css
<style>
a { background-color: #21291B; }
a { background-color: rgb(33,41,27); }
div.DivClassName
{
background-color: #21291B;
}
.BgClassName
{
background-color: #21291B;
}
</style>
border-color css
<style>
span { border-color: #21291B; }
span { border-color: rgb(33,41,27); }
td.TdClassName
{
border-color: #21291B;
}
.TagClassName
{
border-color: #21291B;
}
</style>