Shades of Wood Bark #2E1E17
Tints of Wood Bark #2E1E17
RGB
CMYK
RGB Variations
Color information
#2E1E17 (or 0x2E1E17) is known color: Wood Bark. HEX triplet: 2E, 1E and 17. RGB value is (46,30,23). Sum of RGB (Red+Green+Blue) = 46+30+23=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1E17 is #D1E1E8. Grayscale: #222222. Windows color (decimal): -13754857 or 1515054. OLE color: 1515054.
HSL color Cylindrical-coordinate representation of color #2E1E17: hue angle of 18.26º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E1E17 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 30 | 23 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.82 |
| HSL | 18.26º | 0.33% | 0.14% | - |
| HSV(B) | 18.26º | 0.5% | 0.18% | - |
| XYZ | 1.75 | 1.57 | 1.02 | - |
| YUV | 33.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 30 | 23 | 0 | 0.35 | 0.50 | 0.82 | 18.26 | 0.33 | 0.14 |
| Hex | 2E | 1E | 17 | 0 | 23 | 32 | 52 | 12 | 21 | E |
| Octal | 56 | 36 | 27 | 0 | 43 | 62 | 122 | 22 | 41 | 16 |
| Binary | 101110 | 11110 | 10111 | 0 | 100011 | 110010 | 1010010 | 10010 | 100001 | 1110 |
Color Harmonies of #2E1E17
Complementary color
Monochromatic Colors of #2E1E17
Black with #2E1E17
Text Example
Text Example
White with #2E1E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1E17; }
p { color: rgb(46,30,23); }
H1.HeaderClassName
{
color: #2E1E17;
}
.AnyTagClassName
{
color: #2E1E17;
}
</style>
background-color css
<style>
a { background-color: #2E1E17; }
a { background-color: rgb(46,30,23); }
div.DivClassName
{
background-color: #2E1E17;
}
.BgClassName
{
background-color: #2E1E17;
}
</style>
border-color css
<style>
span { border-color: #2E1E17; }
span { border-color: rgb(46,30,23); }
td.TdClassName
{
border-color: #2E1E17;
}
.TagClassName
{
border-color: #2E1E17;
}
</style>