Shades of Wood Bark #2A201C
Tints of Wood Bark #2A201C
RGB
CMYK
RGB Variations
Color information
#2A201C (or 0x2A201C) is known color: Wood Bark. HEX triplet: 2A, 20 and 1C. RGB value is (42,32,28). Sum of RGB (Red+Green+Blue) = 42+32+28=102 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.18% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 42 - color contains mainly: red. Hex color #2A201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A201C is #D5DFE3. Grayscale: #222222. Windows color (decimal): -14016484 or 1843242. OLE color: 1843242.
HSL color Cylindrical-coordinate representation of color #2A201C: hue angle of 17.14º degrees, saturation: 0.2, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2A201C is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 32 | 28 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.84 |
| HSL | 17.14º | 0.2% | 0.14% | - |
| HSV(B) | 17.14º | 0.33% | 0.16% | - |
| XYZ | 1.68 | 1.61 | 1.32 | - |
| YUV | 34.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 28 | 0 | 0.24 | 0.33 | 0.84 | 17.14 | 0.2 | 0.14 |
| Hex | 2A | 20 | 1C | 0 | 18 | 21 | 54 | 11 | 14 | E |
| Octal | 52 | 40 | 34 | 0 | 30 | 41 | 124 | 21 | 24 | 16 |
| Binary | 101010 | 100000 | 11100 | 0 | 11000 | 100001 | 1010100 | 10001 | 10100 | 1110 |
Color Harmonies of #2A201C
Complementary color
Monochromatic Colors of #2A201C
Black with #2A201C
Text Example
Text Example
White with #2A201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A201C; }
p { color: rgb(42,32,28); }
H1.HeaderClassName
{
color: #2A201C;
}
.AnyTagClassName
{
color: #2A201C;
}
</style>
background-color css
<style>
a { background-color: #2A201C; }
a { background-color: rgb(42,32,28); }
div.DivClassName
{
background-color: #2A201C;
}
.BgClassName
{
background-color: #2A201C;
}
</style>
border-color css
<style>
span { border-color: #2A201C; }
span { border-color: rgb(42,32,28); }
td.TdClassName
{
border-color: #2A201C;
}
.TagClassName
{
border-color: #2A201C;
}
</style>