Shades of Wood Bark #2E201B
Tints of Wood Bark #2E201B
RGB
CMYK
RGB Variations
Color information
#2E201B (or 0x2E201B) is known color: Wood Bark. HEX triplet: 2E, 20 and 1B. RGB value is (46,32,27). Sum of RGB (Red+Green+Blue) = 46+32+27=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 46 - color contains mainly: red. Hex color #2E201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E201B is #D1DFE4. Grayscale: #232323. Windows color (decimal): -13754341 or 1777710. OLE color: 1777710.
HSL color Cylindrical-coordinate representation of color #2E201B: hue angle of 15.79º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E201B is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 32 | 27 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.82 |
| HSL | 15.79º | 0.26% | 0.14% | - |
| HSV(B) | 15.79º | 0.41% | 0.18% | - |
| XYZ | 1.84 | 1.69 | 1.27 | - |
| YUV | 35.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 27 | 0 | 0.30 | 0.41 | 0.82 | 15.79 | 0.26 | 0.14 |
| Hex | 2E | 20 | 1B | 0 | 1E | 29 | 52 | 10 | 1A | E |
| Octal | 56 | 40 | 33 | 0 | 36 | 51 | 122 | 20 | 32 | 16 |
| Binary | 101110 | 100000 | 11011 | 0 | 11110 | 101001 | 1010010 | 10000 | 11010 | 1110 |
Color Harmonies of #2E201B
Complementary color
Monochromatic Colors of #2E201B
Black with #2E201B
Text Example
Text Example
White with #2E201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E201B; }
p { color: rgb(46,32,27); }
H1.HeaderClassName
{
color: #2E201B;
}
.AnyTagClassName
{
color: #2E201B;
}
</style>
background-color css
<style>
a { background-color: #2E201B; }
a { background-color: rgb(46,32,27); }
div.DivClassName
{
background-color: #2E201B;
}
.BgClassName
{
background-color: #2E201B;
}
</style>
border-color css
<style>
span { border-color: #2E201B; }
span { border-color: rgb(46,32,27); }
td.TdClassName
{
border-color: #2E201B;
}
.TagClassName
{
border-color: #2E201B;
}
</style>