Shades of Wood Bark #2E1B11
Tints of Wood Bark #2E1B11
RGB
CMYK
RGB Variations
Color information
#2E1B11 (or 0x2E1B11) is known color: Wood Bark. HEX triplet: 2E, 1B and 11. RGB value is (46,27,17). Sum of RGB (Red+Green+Blue) = 46+27+17=90 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.11% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1B11 is #D1E4EE. Grayscale: #1F1F1F. Windows color (decimal): -13755631 or 1121070. OLE color: 1121070.
HSL color Cylindrical-coordinate representation of color #2E1B11: hue angle of 20.69º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E1B11 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 27 | 17 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.82 |
| HSL | 20.69º | 0.46% | 0.12% | - |
| HSV(B) | 20.69º | 0.63% | 0.18% | - |
| XYZ | 1.62 | 1.41 | 0.72 | - |
| YUV | 31.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 27 | 17 | 0 | 0.41 | 0.63 | 0.82 | 20.69 | 0.46 | 0.12 |
| Hex | 2E | 1B | 11 | 0 | 29 | 3F | 52 | 15 | 2E | C |
| Octal | 56 | 33 | 21 | 0 | 51 | 77 | 122 | 25 | 56 | 14 |
| Binary | 101110 | 11011 | 10001 | 0 | 101001 | 111111 | 1010010 | 10101 | 101110 | 1100 |
Color Harmonies of #2E1B11
Complementary color
Monochromatic Colors of #2E1B11
Black with #2E1B11
Text Example
Text Example
White with #2E1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1B11; }
p { color: rgb(46,27,17); }
H1.HeaderClassName
{
color: #2E1B11;
}
.AnyTagClassName
{
color: #2E1B11;
}
</style>
background-color css
<style>
a { background-color: #2E1B11; }
a { background-color: rgb(46,27,17); }
div.DivClassName
{
background-color: #2E1B11;
}
.BgClassName
{
background-color: #2E1B11;
}
</style>
border-color css
<style>
span { border-color: #2E1B11; }
span { border-color: rgb(46,27,17); }
td.TdClassName
{
border-color: #2E1B11;
}
.TagClassName
{
border-color: #2E1B11;
}
</style>