Shades of Black Forest #21261E
Tints of Black Forest #21261E
RGB
CMYK
RGB Variations
Color information
#21261E (or 0x21261E) is known color: Black Forest. HEX triplet: 21, 26 and 1E. RGB value is (33,38,30). Sum of RGB (Red+Green+Blue) = 33+38+30=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 38 - color contains mainly: green. Hex color #21261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21261E is #DED9E1. Grayscale: #232323. Windows color (decimal): -14604770 or 1975841. OLE color: 1975841.
HSL color Cylindrical-coordinate representation of color #21261E: hue angle of 97.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #21261E is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 38 | 30 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.85 |
| HSL | 97.5º | 0.12% | 0.13% | - |
| HSV(B) | 97.5º | 0.21% | 0.15% | - |
| XYZ | 1.55 | 1.8 | 1.49 | - |
| YUV | 35.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 30 | 0.13 | 0 | 0.21 | 0.85 | 97.5 | 0.12 | 0.13 |
| Hex | 21 | 26 | 1E | D | 0 | 15 | 55 | 62 | C | D |
| Octal | 41 | 46 | 36 | 15 | 0 | 25 | 125 | 142 | 14 | 15 |
| Binary | 100001 | 100110 | 11110 | 1101 | 0 | 10101 | 1010101 | 1100010 | 1100 | 1101 |
Color Harmonies of #21261E
Complementary color
Monochromatic Colors of #21261E
Black with #21261E
Text Example
Text Example
White with #21261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21261E; }
p { color: rgb(33,38,30); }
H1.HeaderClassName
{
color: #21261E;
}
.AnyTagClassName
{
color: #21261E;
}
</style>
background-color css
<style>
a { background-color: #21261E; }
a { background-color: rgb(33,38,30); }
div.DivClassName
{
background-color: #21261E;
}
.BgClassName
{
background-color: #21261E;
}
</style>
border-color css
<style>
span { border-color: #21261E; }
span { border-color: rgb(33,38,30); }
td.TdClassName
{
border-color: #21261E;
}
.TagClassName
{
border-color: #21261E;
}
</style>