Shades of Wood Bark #2E2724
Tints of Wood Bark #2E2724
RGB
CMYK
RGB Variations
Color information
#2E2724 (or 0x2E2724) is known color: Wood Bark. HEX triplet: 2E, 27 and 24. RGB value is (46,39,36). Sum of RGB (Red+Green+Blue) = 46+39+36=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2724 is #D1D8DB. Grayscale: #282828. Windows color (decimal): -13752540 or 2369326. OLE color: 2369326.
HSL color Cylindrical-coordinate representation of color #2E2724: hue angle of 18º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2E2724 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 39 | 36 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.82 |
| HSL | 18º | 0.12% | 0.16% | - |
| HSV(B) | 18º | 0.22% | 0.18% | - |
| XYZ | 2.17 | 2.16 | 1.97 | - |
| YUV | 40.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 36 | 0 | 0.15 | 0.22 | 0.82 | 18 | 0.12 | 0.16 |
| Hex | 2E | 27 | 24 | 0 | F | 16 | 52 | 12 | C | 10 |
| Octal | 56 | 47 | 44 | 0 | 17 | 26 | 122 | 22 | 14 | 20 |
| Binary | 101110 | 100111 | 100100 | 0 | 1111 | 10110 | 1010010 | 10010 | 1100 | 10000 |
Color Harmonies of #2E2724
Complementary color
Monochromatic Colors of #2E2724
Black with #2E2724
Text Example
Text Example
White with #2E2724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2724; }
p { color: rgb(46,39,36); }
H1.HeaderClassName
{
color: #2E2724;
}
.AnyTagClassName
{
color: #2E2724;
}
</style>
background-color css
<style>
a { background-color: #2E2724; }
a { background-color: rgb(46,39,36); }
div.DivClassName
{
background-color: #2E2724;
}
.BgClassName
{
background-color: #2E2724;
}
</style>
border-color css
<style>
span { border-color: #2E2724; }
span { border-color: rgb(46,39,36); }
td.TdClassName
{
border-color: #2E2724;
}
.TagClassName
{
border-color: #2E2724;
}
</style>