Shades of Wood Bark #221B19
Tints of Wood Bark #221B19
RGB
CMYK
RGB Variations
Color information
#221B19 (or 0x221B19) is known color: Wood Bark. HEX triplet: 22, 1B and 19. RGB value is (34,27,25). Sum of RGB (Red+Green+Blue) = 34+27+25=86 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.53% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 34 - color contains mainly: red. Hex color #221B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221B19 is #DDE4E6. Grayscale: #1C1C1C. Windows color (decimal): -14542055 or 1645346. OLE color: 1645346.
HSL color Cylindrical-coordinate representation of color #221B19: hue angle of 13.33º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #221B19 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 27 | 25 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.87 |
| HSL | 13.33º | 0.15% | 0.12% | - |
| HSV(B) | 13.33º | 0.26% | 0.13% | - |
| XYZ | 1.23 | 1.19 | 1.09 | - |
| YUV | 28.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 25 | 0 | 0.21 | 0.26 | 0.87 | 13.33 | 0.15 | 0.12 |
| Hex | 22 | 1B | 19 | 0 | 15 | 1A | 57 | D | F | C |
| Octal | 42 | 33 | 31 | 0 | 25 | 32 | 127 | 15 | 17 | 14 |
| Binary | 100010 | 11011 | 11001 | 0 | 10101 | 11010 | 1010111 | 1101 | 1111 | 1100 |
Color Harmonies of #221B19
Complementary color
Monochromatic Colors of #221B19
Black with #221B19
Text Example
Text Example
White with #221B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B19; }
p { color: rgb(34,27,25); }
H1.HeaderClassName
{
color: #221B19;
}
.AnyTagClassName
{
color: #221B19;
}
</style>
background-color css
<style>
a { background-color: #221B19; }
a { background-color: rgb(34,27,25); }
div.DivClassName
{
background-color: #221B19;
}
.BgClassName
{
background-color: #221B19;
}
</style>
border-color css
<style>
span { border-color: #221B19; }
span { border-color: rgb(34,27,25); }
td.TdClassName
{
border-color: #221B19;
}
.TagClassName
{
border-color: #221B19;
}
</style>