Shades of Wood Bark #2A201D
Tints of Wood Bark #2A201D
RGB
CMYK
RGB Variations
Color information
#2A201D (or 0x2A201D) is known color: Wood Bark. HEX triplet: 2A, 20 and 1D. RGB value is (42,32,29). Sum of RGB (Red+Green+Blue) = 42+32+29=103 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.78% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 42 - color contains mainly: red. Hex color #2A201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A201D is #D5DFE2. Grayscale: #222222. Windows color (decimal): -14016483 or 1908778. OLE color: 1908778.
HSL color Cylindrical-coordinate representation of color #2A201D: hue angle of 13.85º 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 #2A201D is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.84.
Color convert
RGB | 42 | 32 | 29 | - |
CMYK | 0 | 0.24 | 0.31 | 0.84 |
HSL | 13.85º | 0.18% | 0.14% | - |
HSV(B) | 13.85º | 0.31% | 0.16% | - |
XYZ | 1.69 | 1.61 | 1.38 | - |
YUV | 34.65 | 124.81 | 133.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 32 | 29 | 0 | 0.24 | 0.31 | 0.84 | 13.85 | 0.18 | 0.14 |
Hex | 2A | 20 | 1D | 0 | 18 | 1F | 54 | E | 12 | E |
Octal | 52 | 40 | 35 | 0 | 30 | 37 | 124 | 16 | 22 | 16 |
Binary | 101010 | 100000 | 11101 | 0 | 11000 | 11111 | 1010100 | 1110 | 10010 | 1110 |
Color Harmonies of #2A201D
Complementary color
Monochromatic Colors of #2A201D
Black with #2A201D
Text Example
Text Example
White with #2A201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A201D; }
p { color: rgb(42,32,29); }
H1.HeaderClassName
{
color: #2A201D;
}
.AnyTagClassName
{
color: #2A201D;
}
</style>
background-color css
<style>
a { background-color: #2A201D; }
a { background-color: rgb(42,32,29); }
div.DivClassName
{
background-color: #2A201D;
}
.BgClassName
{
background-color: #2A201D;
}
</style>
border-color css
<style>
span { border-color: #2A201D; }
span { border-color: rgb(42,32,29); }
td.TdClassName
{
border-color: #2A201D;
}
.TagClassName
{
border-color: #2A201D;
}
</style>