Shades of Wood Bark #211915
Tints of Wood Bark #211915
RGB
CMYK
RGB Variations
Color information
#211915 (or 0x211915) is known color: Wood Bark. HEX triplet: 21, 19 and 15. RGB value is (33,25,21). Sum of RGB (Red+Green+Blue) = 33+25+21=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 33 - color contains mainly: red. Hex color #211915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211915 is #DEE6EA. Grayscale: #1A1A1A. Windows color (decimal): -14608107 or 1382689. OLE color: 1382689.
HSL color Cylindrical-coordinate representation of color #211915: hue angle of 20º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #211915 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 25 | 21 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.87 |
| HSL | 20º | 0.22% | 0.11% | - |
| HSV(B) | 20º | 0.36% | 0.13% | - |
| XYZ | 1.11 | 1.07 | 0.86 | - |
| YUV | 26.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 21 | 0 | 0.24 | 0.36 | 0.87 | 20 | 0.22 | 0.11 |
| Hex | 21 | 19 | 15 | 0 | 18 | 24 | 57 | 14 | 16 | B |
| Octal | 41 | 31 | 25 | 0 | 30 | 44 | 127 | 24 | 26 | 13 |
| Binary | 100001 | 11001 | 10101 | 0 | 11000 | 100100 | 1010111 | 10100 | 10110 | 1011 |
Color Harmonies of #211915
Complementary color
Monochromatic Colors of #211915
Black with #211915
Text Example
Text Example
White with #211915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211915; }
p { color: rgb(33,25,21); }
H1.HeaderClassName
{
color: #211915;
}
.AnyTagClassName
{
color: #211915;
}
</style>
background-color css
<style>
a { background-color: #211915; }
a { background-color: rgb(33,25,21); }
div.DivClassName
{
background-color: #211915;
}
.BgClassName
{
background-color: #211915;
}
</style>
border-color css
<style>
span { border-color: #211915; }
span { border-color: rgb(33,25,21); }
td.TdClassName
{
border-color: #211915;
}
.TagClassName
{
border-color: #211915;
}
</style>