Shades of Wood Bark #2E211B
Tints of Wood Bark #2E211B
RGB
CMYK
RGB Variations
Color information
#2E211B (or 0x2E211B) is known color: Wood Bark. HEX triplet: 2E, 21 and 1B. RGB value is (46,33,27). Sum of RGB (Red+Green+Blue) = 46+33+27=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 46 - color contains mainly: red. Hex color #2E211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E211B is #D1DEE4. Grayscale: #242424. Windows color (decimal): -13754085 or 1777966. OLE color: 1777966.
HSL color Cylindrical-coordinate representation of color #2E211B: hue angle of 18.95º 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 #2E211B is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 33 | 27 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.82 |
| HSL | 18.95º | 0.26% | 0.14% | - |
| HSV(B) | 18.95º | 0.41% | 0.18% | - |
| XYZ | 1.87 | 1.75 | 1.28 | - |
| YUV | 36.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 27 | 0 | 0.28 | 0.41 | 0.82 | 18.95 | 0.26 | 0.14 |
| Hex | 2E | 21 | 1B | 0 | 1C | 29 | 52 | 13 | 1A | E |
| Octal | 56 | 41 | 33 | 0 | 34 | 51 | 122 | 23 | 32 | 16 |
| Binary | 101110 | 100001 | 11011 | 0 | 11100 | 101001 | 1010010 | 10011 | 11010 | 1110 |
Color Harmonies of #2E211B
Complementary color
Monochromatic Colors of #2E211B
Black with #2E211B
Text Example
Text Example
White with #2E211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E211B; }
p { color: rgb(46,33,27); }
H1.HeaderClassName
{
color: #2E211B;
}
.AnyTagClassName
{
color: #2E211B;
}
</style>
background-color css
<style>
a { background-color: #2E211B; }
a { background-color: rgb(46,33,27); }
div.DivClassName
{
background-color: #2E211B;
}
.BgClassName
{
background-color: #2E211B;
}
</style>
border-color css
<style>
span { border-color: #2E211B; }
span { border-color: rgb(46,33,27); }
td.TdClassName
{
border-color: #2E211B;
}
.TagClassName
{
border-color: #2E211B;
}
</style>