Shades of Wood Bark #2E231E
Tints of Wood Bark #2E231E
RGB
CMYK
RGB Variations
Color information
#2E231E (or 0x2E231E) is known color: Wood Bark. HEX triplet: 2E, 23 and 1E. RGB value is (46,35,30). Sum of RGB (Red+Green+Blue) = 46+35+30=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 46 - color contains mainly: red. Hex color #2E231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E231E is #D1DCE1. Grayscale: #252525. Windows color (decimal): -13753570 or 1975086. OLE color: 1975086.
HSL color Cylindrical-coordinate representation of color #2E231E: hue angle of 18.75º 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 #2E231E is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 35 | 30 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.82 |
| HSL | 18.75º | 0.21% | 0.15% | - |
| HSV(B) | 18.75º | 0.35% | 0.18% | - |
| XYZ | 1.96 | 1.88 | 1.49 | - |
| YUV | 37.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 30 | 0 | 0.24 | 0.35 | 0.82 | 18.75 | 0.21 | 0.15 |
| Hex | 2E | 23 | 1E | 0 | 18 | 23 | 52 | 13 | 15 | F |
| Octal | 56 | 43 | 36 | 0 | 30 | 43 | 122 | 23 | 25 | 17 |
| Binary | 101110 | 100011 | 11110 | 0 | 11000 | 100011 | 1010010 | 10011 | 10101 | 1111 |
Color Harmonies of #2E231E
Complementary color
Monochromatic Colors of #2E231E
Black with #2E231E
Text Example
Text Example
White with #2E231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E231E; }
p { color: rgb(46,35,30); }
H1.HeaderClassName
{
color: #2E231E;
}
.AnyTagClassName
{
color: #2E231E;
}
</style>
background-color css
<style>
a { background-color: #2E231E; }
a { background-color: rgb(46,35,30); }
div.DivClassName
{
background-color: #2E231E;
}
.BgClassName
{
background-color: #2E231E;
}
</style>
border-color css
<style>
span { border-color: #2E231E; }
span { border-color: rgb(46,35,30); }
td.TdClassName
{
border-color: #2E231E;
}
.TagClassName
{
border-color: #2E231E;
}
</style>