Shades of Wood Bark #221A18
Tints of Wood Bark #221A18
RGB
CMYK
RGB Variations
Color information
#221A18 (or 0x221A18) is known color: Wood Bark. HEX triplet: 22, 1A and 18. RGB value is (34,26,24). Sum of RGB (Red+Green+Blue) = 34+26+24=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 34 - color contains mainly: red. Hex color #221A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221A18 is #DDE5E7. Grayscale: #1C1C1C. Windows color (decimal): -14542312 or 1579554. OLE color: 1579554.
HSL color Cylindrical-coordinate representation of color #221A18: hue angle of 12º degrees, saturation: 0.17, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #221A18 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 26 | 24 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.87 |
| HSL | 12º | 0.17% | 0.11% | - |
| HSV(B) | 12º | 0.29% | 0.13% | - |
| XYZ | 1.19 | 1.14 | 1.02 | - |
| YUV | 28.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 26 | 24 | 0 | 0.24 | 0.29 | 0.87 | 12 | 0.17 | 0.11 |
| Hex | 22 | 1A | 18 | 0 | 18 | 1D | 57 | C | 11 | B |
| Octal | 42 | 32 | 30 | 0 | 30 | 35 | 127 | 14 | 21 | 13 |
| Binary | 100010 | 11010 | 11000 | 0 | 11000 | 11101 | 1010111 | 1100 | 10001 | 1011 |
Color Harmonies of #221A18
Complementary color
Monochromatic Colors of #221A18
Black with #221A18
Text Example
Text Example
White with #221A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221A18; }
p { color: rgb(34,26,24); }
H1.HeaderClassName
{
color: #221A18;
}
.AnyTagClassName
{
color: #221A18;
}
</style>
background-color css
<style>
a { background-color: #221A18; }
a { background-color: rgb(34,26,24); }
div.DivClassName
{
background-color: #221A18;
}
.BgClassName
{
background-color: #221A18;
}
</style>
border-color css
<style>
span { border-color: #221A18; }
span { border-color: rgb(34,26,24); }
td.TdClassName
{
border-color: #221A18;
}
.TagClassName
{
border-color: #221A18;
}
</style>