Shades of Wood Bark #221915
Tints of Wood Bark #221915
RGB
CMYK
RGB Variations
Color information
#221915 (or 0x221915) is known color: Wood Bark. HEX triplet: 22, 19 and 15. RGB value is (34,25,21). Sum of RGB (Red+Green+Blue) = 34+25+21=80 (10% of max value = 765). Red value is 34 (13.67% from 255 or 42.5% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 34 - color contains mainly: red. Hex color #221915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221915 is #DDE6EA. Grayscale: #1B1B1B. Windows color (decimal): -14542571 or 1382690. OLE color: 1382690.
HSL color Cylindrical-coordinate representation of color #221915: hue angle of 18.46º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #221915 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 25 | 21 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.87 |
| HSL | 18.46º | 0.24% | 0.11% | - |
| HSV(B) | 18.46º | 0.38% | 0.13% | - |
| XYZ | 1.14 | 1.09 | 0.86 | - |
| YUV | 27.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 25 | 21 | 0 | 0.26 | 0.38 | 0.87 | 18.46 | 0.24 | 0.11 |
| Hex | 22 | 19 | 15 | 0 | 1A | 26 | 57 | 12 | 18 | B |
| Octal | 42 | 31 | 25 | 0 | 32 | 46 | 127 | 22 | 30 | 13 |
| Binary | 100010 | 11001 | 10101 | 0 | 11010 | 100110 | 1010111 | 10010 | 11000 | 1011 |
Color Harmonies of #221915
Complementary color
Monochromatic Colors of #221915
Black with #221915
Text Example
Text Example
White with #221915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221915; }
p { color: rgb(34,25,21); }
H1.HeaderClassName
{
color: #221915;
}
.AnyTagClassName
{
color: #221915;
}
</style>
background-color css
<style>
a { background-color: #221915; }
a { background-color: rgb(34,25,21); }
div.DivClassName
{
background-color: #221915;
}
.BgClassName
{
background-color: #221915;
}
</style>
border-color css
<style>
span { border-color: #221915; }
span { border-color: rgb(34,25,21); }
td.TdClassName
{
border-color: #221915;
}
.TagClassName
{
border-color: #221915;
}
</style>