Shades of Black Forest #21291E
Tints of Black Forest #21291E
RGB
CMYK
RGB Variations
Color information
#21291E (or 0x21291E) is known color: Black Forest. HEX triplet: 21, 29 and 1E. RGB value is (33,41,30). Sum of RGB (Red+Green+Blue) = 33+41+30=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 41 - color contains mainly: green. Hex color #21291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21291E is #DED6E1. Grayscale: #252525. Windows color (decimal): -14604002 or 1976609. OLE color: 1976609.
HSL color Cylindrical-coordinate representation of color #21291E: hue angle of 103.64º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #21291E is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 41 | 30 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.84 |
| HSL | 103.64º | 0.15% | 0.14% | - |
| HSV(B) | 103.64º | 0.27% | 0.16% | - |
| XYZ | 1.65 | 2 | 1.53 | - |
| YUV | 37.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 30 | 0.20 | 0 | 0.27 | 0.84 | 103.64 | 0.15 | 0.14 |
| Hex | 21 | 29 | 1E | 14 | 0 | 1B | 54 | 68 | F | E |
| Octal | 41 | 51 | 36 | 24 | 0 | 33 | 124 | 150 | 17 | 16 |
| Binary | 100001 | 101001 | 11110 | 10100 | 0 | 11011 | 1010100 | 1101000 | 1111 | 1110 |
Color Harmonies of #21291E
Complementary color
Monochromatic Colors of #21291E
Black with #21291E
Text Example
Text Example
White with #21291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21291E; }
p { color: rgb(33,41,30); }
H1.HeaderClassName
{
color: #21291E;
}
.AnyTagClassName
{
color: #21291E;
}
</style>
background-color css
<style>
a { background-color: #21291E; }
a { background-color: rgb(33,41,30); }
div.DivClassName
{
background-color: #21291E;
}
.BgClassName
{
background-color: #21291E;
}
</style>
border-color css
<style>
span { border-color: #21291E; }
span { border-color: rgb(33,41,30); }
td.TdClassName
{
border-color: #21291E;
}
.TagClassName
{
border-color: #21291E;
}
</style>