Shades of Wood Bark #221003
Tints of Wood Bark #221003
RGB
CMYK
RGB Variations
Color information
#221003 (or 0x221003) is known color: Wood Bark. HEX triplet: 22, 10 and 03. RGB value is (34,16,3). Sum of RGB (Red+Green+Blue) = 34+16+3=53 (7% of max value = 765). Red value is 34 (13.67% from 255 or 64.15% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 34 - color contains mainly: red. Hex color #221003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221003 is #DDEFFC. Grayscale: #131313. Windows color (decimal): -14544893 or 200738. OLE color: 200738.
HSL color Cylindrical-coordinate representation of color #221003: hue angle of 25.16º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #221003 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 16 | 3 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.87 |
| HSL | 25.16º | 0.84% | 0.07% | - |
| HSV(B) | 25.16º | 0.91% | 0.13% | - |
| XYZ | 0.86 | 0.72 | 0.18 | - |
| YUV | 19.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 16 | 3 | 0 | 0.53 | 0.91 | 0.87 | 25.16 | 0.84 | 0.07 |
| Hex | 22 | 10 | 3 | 0 | 35 | 5B | 57 | 19 | 54 | 7 |
| Octal | 42 | 20 | 3 | 0 | 65 | 133 | 127 | 31 | 124 | 7 |
| Binary | 100010 | 10000 | 11 | 0 | 110101 | 1011011 | 1010111 | 11001 | 1010100 | 111 |
Color Harmonies of #221003
Complementary color
Monochromatic Colors of #221003
Black with #221003
Text Example
Text Example
White with #221003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221003; }
p { color: rgb(34,16,3); }
H1.HeaderClassName
{
color: #221003;
}
.AnyTagClassName
{
color: #221003;
}
</style>
background-color css
<style>
a { background-color: #221003; }
a { background-color: rgb(34,16,3); }
div.DivClassName
{
background-color: #221003;
}
.BgClassName
{
background-color: #221003;
}
</style>
border-color css
<style>
span { border-color: #221003; }
span { border-color: rgb(34,16,3); }
td.TdClassName
{
border-color: #221003;
}
.TagClassName
{
border-color: #221003;
}
</style>