Shades of Wood Bark #2A221D
Tints of Wood Bark #2A221D
RGB
CMYK
RGB Variations
Color information
#2A221D (or 0x2A221D) is known color: Wood Bark. HEX triplet: 2A, 22 and 1D. RGB value is (42,34,29). Sum of RGB (Red+Green+Blue) = 42+34+29=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 42 - color contains mainly: red. Hex color #2A221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A221D is #D5DDE2. Grayscale: #232323. Windows color (decimal): -14015971 or 1909290. OLE color: 1909290.
HSL color Cylindrical-coordinate representation of color #2A221D: hue angle of 23.08º degrees, saturation: 0.18, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2A221D is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 34 | 29 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.84 |
| HSL | 23.08º | 0.18% | 0.14% | - |
| HSV(B) | 23.08º | 0.31% | 0.16% | - |
| XYZ | 1.75 | 1.73 | 1.4 | - |
| YUV | 35.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 29 | 0 | 0.19 | 0.31 | 0.84 | 23.08 | 0.18 | 0.14 |
| Hex | 2A | 22 | 1D | 0 | 13 | 1F | 54 | 17 | 12 | E |
| Octal | 52 | 42 | 35 | 0 | 23 | 37 | 124 | 27 | 22 | 16 |
| Binary | 101010 | 100010 | 11101 | 0 | 10011 | 11111 | 1010100 | 10111 | 10010 | 1110 |
Color Harmonies of #2A221D
Complementary color
Monochromatic Colors of #2A221D
Black with #2A221D
Text Example
Text Example
White with #2A221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A221D; }
p { color: rgb(42,34,29); }
H1.HeaderClassName
{
color: #2A221D;
}
.AnyTagClassName
{
color: #2A221D;
}
</style>
background-color css
<style>
a { background-color: #2A221D; }
a { background-color: rgb(42,34,29); }
div.DivClassName
{
background-color: #2A221D;
}
.BgClassName
{
background-color: #2A221D;
}
</style>
border-color css
<style>
span { border-color: #2A221D; }
span { border-color: rgb(42,34,29); }
td.TdClassName
{
border-color: #2A221D;
}
.TagClassName
{
border-color: #2A221D;
}
</style>