Shades of Wood Bark #2A201B
Tints of Wood Bark #2A201B
RGB
CMYK
RGB Variations
Color information
#2A201B (or 0x2A201B) is known color: Wood Bark. HEX triplet: 2A, 20 and 1B. RGB value is (42,32,27). Sum of RGB (Red+Green+Blue) = 42+32+27=101 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.58% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 42 - color contains mainly: red. Hex color #2A201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A201B is #D5DFE4. Grayscale: #222222. Windows color (decimal): -14016485 or 1777706. OLE color: 1777706.
HSL color Cylindrical-coordinate representation of color #2A201B: hue angle of 20º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A201B is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
RGB | 42 | 32 | 27 | - |
CMYK | 0 | 0.24 | 0.36 | 0.84 |
HSL | 20º | 0.22% | 0.14% | - |
HSV(B) | 20º | 0.36% | 0.16% | - |
XYZ | 1.67 | 1.6 | 1.26 | - |
YUV | 34.42 | 123.81 | 133.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 32 | 27 | 0 | 0.24 | 0.36 | 0.84 | 20 | 0.22 | 0.14 |
Hex | 2A | 20 | 1B | 0 | 18 | 24 | 54 | 14 | 16 | E |
Octal | 52 | 40 | 33 | 0 | 30 | 44 | 124 | 24 | 26 | 16 |
Binary | 101010 | 100000 | 11011 | 0 | 11000 | 100100 | 1010100 | 10100 | 10110 | 1110 |
Color Harmonies of #2A201B
Complementary color
Monochromatic Colors of #2A201B
Black with #2A201B
Text Example
Text Example
White with #2A201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A201B; }
p { color: rgb(42,32,27); }
H1.HeaderClassName
{
color: #2A201B;
}
.AnyTagClassName
{
color: #2A201B;
}
</style>
background-color css
<style>
a { background-color: #2A201B; }
a { background-color: rgb(42,32,27); }
div.DivClassName
{
background-color: #2A201B;
}
.BgClassName
{
background-color: #2A201B;
}
</style>
border-color css
<style>
span { border-color: #2A201B; }
span { border-color: rgb(42,32,27); }
td.TdClassName
{
border-color: #2A201B;
}
.TagClassName
{
border-color: #2A201B;
}
</style>