Shades of Wood Bark #2E1F18
Tints of Wood Bark #2E1F18
RGB
CMYK
RGB Variations
Color information
#2E1F18 (or 0x2E1F18) is known color: Wood Bark. HEX triplet: 2E, 1F and 18. RGB value is (46,31,24). Sum of RGB (Red+Green+Blue) = 46+31+24=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1F18 is #D1E0E7. Grayscale: #222222. Windows color (decimal): -13754600 or 1580846. OLE color: 1580846.
HSL color Cylindrical-coordinate representation of color #2E1F18: hue angle of 19.09º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E1F18 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 31 | 24 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.82 |
| HSL | 19.09º | 0.31% | 0.14% | - |
| HSV(B) | 19.09º | 0.48% | 0.18% | - |
| XYZ | 1.78 | 1.63 | 1.08 | - |
| YUV | 34.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 31 | 24 | 0 | 0.33 | 0.48 | 0.82 | 19.09 | 0.31 | 0.14 |
| Hex | 2E | 1F | 18 | 0 | 21 | 30 | 52 | 13 | 1F | E |
| Octal | 56 | 37 | 30 | 0 | 41 | 60 | 122 | 23 | 37 | 16 |
| Binary | 101110 | 11111 | 11000 | 0 | 100001 | 110000 | 1010010 | 10011 | 11111 | 1110 |
Color Harmonies of #2E1F18
Complementary color
Monochromatic Colors of #2E1F18
Black with #2E1F18
Text Example
Text Example
White with #2E1F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1F18; }
p { color: rgb(46,31,24); }
H1.HeaderClassName
{
color: #2E1F18;
}
.AnyTagClassName
{
color: #2E1F18;
}
</style>
background-color css
<style>
a { background-color: #2E1F18; }
a { background-color: rgb(46,31,24); }
div.DivClassName
{
background-color: #2E1F18;
}
.BgClassName
{
background-color: #2E1F18;
}
</style>
border-color css
<style>
span { border-color: #2E1F18; }
span { border-color: rgb(46,31,24); }
td.TdClassName
{
border-color: #2E1F18;
}
.TagClassName
{
border-color: #2E1F18;
}
</style>