Shades of Wood Bark #21130A
Tints of Wood Bark #21130A
RGB
CMYK
RGB Variations
Color information
#21130A (or 0x21130A) is known color: Wood Bark. HEX triplet: 21, 13 and 0A. RGB value is (33,19,10). Sum of RGB (Red+Green+Blue) = 33+19+10=62 (8% of max value = 765). Red value is 33 (13.28% from 255 or 53.23% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 33 - color contains mainly: red. Hex color #21130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21130A is #DEECF5. Grayscale: #161616. Windows color (decimal): -14609654 or 660257. OLE color: 660257.
HSL color Cylindrical-coordinate representation of color #21130A: hue angle of 23.48º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21130A is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 19 | 10 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.87 |
| HSL | 23.48º | 0.53% | 0.08% | - |
| HSV(B) | 23.48º | 0.7% | 0.13% | - |
| XYZ | 0.91 | 0.81 | 0.4 | - |
| YUV | 22.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 10 | 0 | 0.42 | 0.70 | 0.87 | 23.48 | 0.53 | 0.08 |
| Hex | 21 | 13 | A | 0 | 2A | 46 | 57 | 17 | 35 | 8 |
| Octal | 41 | 23 | 12 | 0 | 52 | 106 | 127 | 27 | 65 | 10 |
| Binary | 100001 | 10011 | 1010 | 0 | 101010 | 1000110 | 1010111 | 10111 | 110101 | 1000 |
Color Harmonies of #21130A
Complementary color
Monochromatic Colors of #21130A
Black with #21130A
Text Example
Text Example
White with #21130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21130A; }
p { color: rgb(33,19,10); }
H1.HeaderClassName
{
color: #21130A;
}
.AnyTagClassName
{
color: #21130A;
}
</style>
background-color css
<style>
a { background-color: #21130A; }
a { background-color: rgb(33,19,10); }
div.DivClassName
{
background-color: #21130A;
}
.BgClassName
{
background-color: #21130A;
}
</style>
border-color css
<style>
span { border-color: #21130A; }
span { border-color: rgb(33,19,10); }
td.TdClassName
{
border-color: #21130A;
}
.TagClassName
{
border-color: #21130A;
}
</style>