Shades of Wood Bark #201916
Tints of Wood Bark #201916
RGB
CMYK
RGB Variations
Color information
#201916 (or 0x201916) is known color: Wood Bark. HEX triplet: 20, 19 and 16. RGB value is (32,25,22). Sum of RGB (Red+Green+Blue) = 32+25+22=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 32 - color contains mainly: red. Hex color #201916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201916 is #DFE6E9. Grayscale: #1A1A1A. Windows color (decimal): -14673642 or 1448224. OLE color: 1448224.
HSL color Cylindrical-coordinate representation of color #201916: hue angle of 18º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #201916 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 25 | 22 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.87 |
| HSL | 18º | 0.19% | 0.11% | - |
| HSV(B) | 18º | 0.31% | 0.13% | - |
| XYZ | 1.09 | 1.06 | 0.91 | - |
| YUV | 26.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 22 | 0 | 0.22 | 0.31 | 0.87 | 18 | 0.19 | 0.11 |
| Hex | 20 | 19 | 16 | 0 | 16 | 1F | 57 | 12 | 13 | B |
| Octal | 40 | 31 | 26 | 0 | 26 | 37 | 127 | 22 | 23 | 13 |
| Binary | 100000 | 11001 | 10110 | 0 | 10110 | 11111 | 1010111 | 10010 | 10011 | 1011 |
Color Harmonies of #201916
Complementary color
Monochromatic Colors of #201916
Black with #201916
Text Example
Text Example
White with #201916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201916; }
p { color: rgb(32,25,22); }
H1.HeaderClassName
{
color: #201916;
}
.AnyTagClassName
{
color: #201916;
}
</style>
background-color css
<style>
a { background-color: #201916; }
a { background-color: rgb(32,25,22); }
div.DivClassName
{
background-color: #201916;
}
.BgClassName
{
background-color: #201916;
}
</style>
border-color css
<style>
span { border-color: #201916; }
span { border-color: rgb(32,25,22); }
td.TdClassName
{
border-color: #201916;
}
.TagClassName
{
border-color: #201916;
}
</style>