Shades of Wood Bark #211A17
Tints of Wood Bark #211A17
RGB
CMYK
RGB Variations
Color information
#211A17 (or 0x211A17) is known color: Wood Bark. HEX triplet: 21, 1A and 17. RGB value is (33,26,23). Sum of RGB (Red+Green+Blue) = 33+26+23=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 33 - color contains mainly: red. Hex color #211A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211A17 is #DEE5E8. Grayscale: #1B1B1B. Windows color (decimal): -14607849 or 1514017. OLE color: 1514017.
HSL color Cylindrical-coordinate representation of color #211A17: hue angle of 18º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #211A17 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 26 | 23 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.87 |
| HSL | 18º | 0.18% | 0.11% | - |
| HSV(B) | 18º | 0.3% | 0.13% | - |
| XYZ | 1.15 | 1.12 | 0.97 | - |
| YUV | 27.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 23 | 0 | 0.21 | 0.30 | 0.87 | 18 | 0.18 | 0.11 |
| Hex | 21 | 1A | 17 | 0 | 15 | 1E | 57 | 12 | 12 | B |
| Octal | 41 | 32 | 27 | 0 | 25 | 36 | 127 | 22 | 22 | 13 |
| Binary | 100001 | 11010 | 10111 | 0 | 10101 | 11110 | 1010111 | 10010 | 10010 | 1011 |
Color Harmonies of #211A17
Complementary color
Monochromatic Colors of #211A17
Black with #211A17
Text Example
Text Example
White with #211A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A17; }
p { color: rgb(33,26,23); }
H1.HeaderClassName
{
color: #211A17;
}
.AnyTagClassName
{
color: #211A17;
}
</style>
background-color css
<style>
a { background-color: #211A17; }
a { background-color: rgb(33,26,23); }
div.DivClassName
{
background-color: #211A17;
}
.BgClassName
{
background-color: #211A17;
}
</style>
border-color css
<style>
span { border-color: #211A17; }
span { border-color: rgb(33,26,23); }
td.TdClassName
{
border-color: #211A17;
}
.TagClassName
{
border-color: #211A17;
}
</style>