Shades of Wood Bark #2E221E
Tints of Wood Bark #2E221E
RGB
CMYK
RGB Variations
Color information
#2E221E (or 0x2E221E) is known color: Wood Bark. HEX triplet: 2E, 22 and 1E. RGB value is (46,34,30). Sum of RGB (Red+Green+Blue) = 46+34+30=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 46 - color contains mainly: red. Hex color #2E221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E221E is #D1DDE1. Grayscale: #252525. Windows color (decimal): -13753826 or 1974830. OLE color: 1974830.
HSL color Cylindrical-coordinate representation of color #2E221E: hue angle of 15º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E221E is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 34 | 30 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.82 |
| HSL | 15º | 0.21% | 0.15% | - |
| HSV(B) | 15º | 0.35% | 0.18% | - |
| XYZ | 1.93 | 1.82 | 1.48 | - |
| YUV | 37.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 30 | 0 | 0.26 | 0.35 | 0.82 | 15 | 0.21 | 0.15 |
| Hex | 2E | 22 | 1E | 0 | 1A | 23 | 52 | F | 15 | F |
| Octal | 56 | 42 | 36 | 0 | 32 | 43 | 122 | 17 | 25 | 17 |
| Binary | 101110 | 100010 | 11110 | 0 | 11010 | 100011 | 1010010 | 1111 | 10101 | 1111 |
Color Harmonies of #2E221E
Complementary color
Monochromatic Colors of #2E221E
Black with #2E221E
Text Example
Text Example
White with #2E221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E221E; }
p { color: rgb(46,34,30); }
H1.HeaderClassName
{
color: #2E221E;
}
.AnyTagClassName
{
color: #2E221E;
}
</style>
background-color css
<style>
a { background-color: #2E221E; }
a { background-color: rgb(46,34,30); }
div.DivClassName
{
background-color: #2E221E;
}
.BgClassName
{
background-color: #2E221E;
}
</style>
border-color css
<style>
span { border-color: #2E221E; }
span { border-color: rgb(46,34,30); }
td.TdClassName
{
border-color: #2E221E;
}
.TagClassName
{
border-color: #2E221E;
}
</style>