Shades of Wood Bark #22130B
Tints of Wood Bark #22130B
RGB
CMYK
RGB Variations
Color information
#22130B (or 0x22130B) is known color: Wood Bark. HEX triplet: 22, 13 and 0B. RGB value is (34,19,11). Sum of RGB (Red+Green+Blue) = 34+19+11=64 (8% of max value = 765). Red value is 34 (13.67% from 255 or 53.12% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 34 - color contains mainly: red. Hex color #22130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22130B is #DDECF4. Grayscale: #161616. Windows color (decimal): -14544117 or 725794. OLE color: 725794.
HSL color Cylindrical-coordinate representation of color #22130B: hue angle of 20.87º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #22130B is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 19 | 11 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.87 |
| HSL | 20.87º | 0.51% | 0.09% | - |
| HSV(B) | 20.87º | 0.68% | 0.13% | - |
| XYZ | 0.95 | 0.83 | 0.43 | - |
| YUV | 22.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 11 | 0 | 0.44 | 0.68 | 0.87 | 20.87 | 0.51 | 0.09 |
| Hex | 22 | 13 | B | 0 | 2C | 44 | 57 | 15 | 33 | 9 |
| Octal | 42 | 23 | 13 | 0 | 54 | 104 | 127 | 25 | 63 | 11 |
| Binary | 100010 | 10011 | 1011 | 0 | 101100 | 1000100 | 1010111 | 10101 | 110011 | 1001 |
Color Harmonies of #22130B
Complementary color
Monochromatic Colors of #22130B
Black with #22130B
Text Example
Text Example
White with #22130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22130B; }
p { color: rgb(34,19,11); }
H1.HeaderClassName
{
color: #22130B;
}
.AnyTagClassName
{
color: #22130B;
}
</style>
background-color css
<style>
a { background-color: #22130B; }
a { background-color: rgb(34,19,11); }
div.DivClassName
{
background-color: #22130B;
}
.BgClassName
{
background-color: #22130B;
}
</style>
border-color css
<style>
span { border-color: #22130B; }
span { border-color: rgb(34,19,11); }
td.TdClassName
{
border-color: #22130B;
}
.TagClassName
{
border-color: #22130B;
}
</style>