Shades of Black Forest #20221F
Tints of Black Forest #20221F
RGB
CMYK
RGB Variations
Color information
#20221F (or 0x20221F) is known color: Black Forest. HEX triplet: 20, 22 and 1F. RGB value is (32,34,31). Sum of RGB (Red+Green+Blue) = 32+34+31=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 34 - color contains mainly: green. Hex color #20221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20221F is #DFDDE0. Grayscale: #212121. Windows color (decimal): -14671329 or 2040352. OLE color: 2040352.
HSL color Cylindrical-coordinate representation of color #20221F: hue angle of 100º degrees, saturation: 0.05, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #20221F is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 34 | 31 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.87 |
| HSL | 100º | 0.05% | 0.13% | - |
| HSV(B) | 100º | 0.09% | 0.13% | - |
| XYZ | 1.42 | 1.55 | 1.52 | - |
| YUV | 33.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 31 | 0.06 | 0 | 0.09 | 0.87 | 100 | 0.05 | 0.13 |
| Hex | 20 | 22 | 1F | 6 | 0 | 9 | 57 | 64 | 5 | D |
| Octal | 40 | 42 | 37 | 6 | 0 | 11 | 127 | 144 | 5 | 15 |
| Binary | 100000 | 100010 | 11111 | 110 | 0 | 1001 | 1010111 | 1100100 | 101 | 1101 |
Color Harmonies of #20221F
Complementary color
Monochromatic Colors of #20221F
Black with #20221F
Text Example
Text Example
White with #20221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20221F; }
p { color: rgb(32,34,31); }
H1.HeaderClassName
{
color: #20221F;
}
.AnyTagClassName
{
color: #20221F;
}
</style>
background-color css
<style>
a { background-color: #20221F; }
a { background-color: rgb(32,34,31); }
div.DivClassName
{
background-color: #20221F;
}
.BgClassName
{
background-color: #20221F;
}
</style>
border-color css
<style>
span { border-color: #20221F; }
span { border-color: rgb(32,34,31); }
td.TdClassName
{
border-color: #20221F;
}
.TagClassName
{
border-color: #20221F;
}
</style>