Shades of Wood Bark #2E201A
Tints of Wood Bark #2E201A
RGB
CMYK
RGB Variations
Color information
#2E201A (or 0x2E201A) is known color: Wood Bark. HEX triplet: 2E, 20 and 1A. RGB value is (46,32,26). Sum of RGB (Red+Green+Blue) = 46+32+26=104 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.23% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 46 - color contains mainly: red. Hex color #2E201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E201A is #D1DFE5. Grayscale: #232323. Windows color (decimal): -13754342 or 1712174. OLE color: 1712174.
HSL color Cylindrical-coordinate representation of color #2E201A: hue angle of 18º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E201A is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 32 | 26 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.82 |
| HSL | 18º | 0.28% | 0.14% | - |
| HSV(B) | 18º | 0.43% | 0.18% | - |
| XYZ | 1.83 | 1.69 | 1.21 | - |
| YUV | 35.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 26 | 0 | 0.30 | 0.43 | 0.82 | 18 | 0.28 | 0.14 |
| Hex | 2E | 20 | 1A | 0 | 1E | 2B | 52 | 12 | 1C | E |
| Octal | 56 | 40 | 32 | 0 | 36 | 53 | 122 | 22 | 34 | 16 |
| Binary | 101110 | 100000 | 11010 | 0 | 11110 | 101011 | 1010010 | 10010 | 11100 | 1110 |
Color Harmonies of #2E201A
Complementary color
Monochromatic Colors of #2E201A
Black with #2E201A
Text Example
Text Example
White with #2E201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E201A; }
p { color: rgb(46,32,26); }
H1.HeaderClassName
{
color: #2E201A;
}
.AnyTagClassName
{
color: #2E201A;
}
</style>
background-color css
<style>
a { background-color: #2E201A; }
a { background-color: rgb(46,32,26); }
div.DivClassName
{
background-color: #2E201A;
}
.BgClassName
{
background-color: #2E201A;
}
</style>
border-color css
<style>
span { border-color: #2E201A; }
span { border-color: rgb(46,32,26); }
td.TdClassName
{
border-color: #2E201A;
}
.TagClassName
{
border-color: #2E201A;
}
</style>