Shades of Wood Bark #2A2421
Tints of Wood Bark #2A2421
RGB
CMYK
RGB Variations
Color information
#2A2421 (or 0x2A2421) is known color: Wood Bark. HEX triplet: 2A, 24 and 21. RGB value is (42,36,33). Sum of RGB (Red+Green+Blue) = 42+36+33=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2421 is #D5DBDE. Grayscale: #252525. Windows color (decimal): -14015455 or 2171946. OLE color: 2171946.
HSL color Cylindrical-coordinate representation of color #2A2421: hue angle of 20º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2A2421 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 36 | 33 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.84 |
| HSL | 20º | 0.12% | 0.15% | - |
| HSV(B) | 20º | 0.21% | 0.16% | - |
| XYZ | 1.86 | 1.86 | 1.7 | - |
| YUV | 37.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 33 | 0 | 0.14 | 0.21 | 0.84 | 20 | 0.12 | 0.15 |
| Hex | 2A | 24 | 21 | 0 | E | 15 | 54 | 14 | C | F |
| Octal | 52 | 44 | 41 | 0 | 16 | 25 | 124 | 24 | 14 | 17 |
| Binary | 101010 | 100100 | 100001 | 0 | 1110 | 10101 | 1010100 | 10100 | 1100 | 1111 |
Color Harmonies of #2A2421
Complementary color
Monochromatic Colors of #2A2421
Black with #2A2421
Text Example
Text Example
White with #2A2421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2421; }
p { color: rgb(42,36,33); }
H1.HeaderClassName
{
color: #2A2421;
}
.AnyTagClassName
{
color: #2A2421;
}
</style>
background-color css
<style>
a { background-color: #2A2421; }
a { background-color: rgb(42,36,33); }
div.DivClassName
{
background-color: #2A2421;
}
.BgClassName
{
background-color: #2A2421;
}
</style>
border-color css
<style>
span { border-color: #2A2421; }
span { border-color: rgb(42,36,33); }
td.TdClassName
{
border-color: #2A2421;
}
.TagClassName
{
border-color: #2A2421;
}
</style>