Shades of Wood Bark #2E2521
Tints of Wood Bark #2E2521
RGB
CMYK
RGB Variations
Color information
#2E2521 (or 0x2E2521) is known color: Wood Bark. HEX triplet: 2E, 25 and 21. RGB value is (46,37,33). Sum of RGB (Red+Green+Blue) = 46+37+33=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2521 is #D1DADE. Grayscale: #272727. Windows color (decimal): -13753055 or 2172206. OLE color: 2172206.
HSL color Cylindrical-coordinate representation of color #2E2521: hue angle of 18.46º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E2521 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 37 | 33 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.82 |
| HSL | 18.46º | 0.16% | 0.15% | - |
| HSV(B) | 18.46º | 0.28% | 0.18% | - |
| XYZ | 2.06 | 2.01 | 1.72 | - |
| YUV | 39.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 33 | 0 | 0.20 | 0.28 | 0.82 | 18.46 | 0.16 | 0.15 |
| Hex | 2E | 25 | 21 | 0 | 14 | 1C | 52 | 12 | 10 | F |
| Octal | 56 | 45 | 41 | 0 | 24 | 34 | 122 | 22 | 20 | 17 |
| Binary | 101110 | 100101 | 100001 | 0 | 10100 | 11100 | 1010010 | 10010 | 10000 | 1111 |
Color Harmonies of #2E2521
Complementary color
Monochromatic Colors of #2E2521
Black with #2E2521
Text Example
Text Example
White with #2E2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2521; }
p { color: rgb(46,37,33); }
H1.HeaderClassName
{
color: #2E2521;
}
.AnyTagClassName
{
color: #2E2521;
}
</style>
background-color css
<style>
a { background-color: #2E2521; }
a { background-color: rgb(46,37,33); }
div.DivClassName
{
background-color: #2E2521;
}
.BgClassName
{
background-color: #2E2521;
}
</style>
border-color css
<style>
span { border-color: #2E2521; }
span { border-color: rgb(46,37,33); }
td.TdClassName
{
border-color: #2E2521;
}
.TagClassName
{
border-color: #2E2521;
}
</style>