Shades of Wood Bark #211713
Tints of Wood Bark #211713
RGB
CMYK
RGB Variations
Color information
#211713 (or 0x211713) is known color: Wood Bark. HEX triplet: 21, 17 and 13. RGB value is (33,23,19). Sum of RGB (Red+Green+Blue) = 33+23+19=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 33 - color contains mainly: red. Hex color #211713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211713 is #DEE8EC. Grayscale: #191919. Windows color (decimal): -14608621 or 1251105. OLE color: 1251105.
HSL color Cylindrical-coordinate representation of color #211713: hue angle of 17.14º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #211713 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 23 | 19 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.87 |
| HSL | 17.14º | 0.27% | 0.1% | - |
| HSV(B) | 17.14º | 0.42% | 0.13% | - |
| XYZ | 1.05 | 0.98 | 0.75 | - |
| YUV | 25.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 19 | 0 | 0.30 | 0.42 | 0.87 | 17.14 | 0.27 | 0.1 |
| Hex | 21 | 17 | 13 | 0 | 1E | 2A | 57 | 11 | 1B | A |
| Octal | 41 | 27 | 23 | 0 | 36 | 52 | 127 | 21 | 33 | 12 |
| Binary | 100001 | 10111 | 10011 | 0 | 11110 | 101010 | 1010111 | 10001 | 11011 | 1010 |
Color Harmonies of #211713
Complementary color
Monochromatic Colors of #211713
Black with #211713
Text Example
Text Example
White with #211713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211713; }
p { color: rgb(33,23,19); }
H1.HeaderClassName
{
color: #211713;
}
.AnyTagClassName
{
color: #211713;
}
</style>
background-color css
<style>
a { background-color: #211713; }
a { background-color: rgb(33,23,19); }
div.DivClassName
{
background-color: #211713;
}
.BgClassName
{
background-color: #211713;
}
</style>
border-color css
<style>
span { border-color: #211713; }
span { border-color: rgb(33,23,19); }
td.TdClassName
{
border-color: #211713;
}
.TagClassName
{
border-color: #211713;
}
</style>