Shades of Melanzane #2E2329
Tints of Melanzane #2E2329
RGB
CMYK
RGB Variations
Color information
#2E2329 (or 0x2E2329) is known color: Melanzane. HEX triplet: 2E, 23 and 29. RGB value is (46,35,41). Sum of RGB (Red+Green+Blue) = 46+35+41=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2329 is #D1DCD6. Grayscale: #262626. Windows color (decimal): -13753559 or 2695982. OLE color: 2695982.
HSL color Cylindrical-coordinate representation of color #2E2329: hue angle of 327.27º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2E2329 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 35 | 41 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.82 |
| HSL | 327.27º | 0.14% | 0.16% | - |
| HSV(B) | 327.27º | 0.24% | 0.18% | - |
| XYZ | 2.13 | 1.94 | 2.36 | - |
| YUV | 38.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 41 | 0 | 0.24 | 0.11 | 0.82 | 327.27 | 0.14 | 0.16 |
| Hex | 2E | 23 | 29 | 0 | 18 | B | 52 | 147 | E | 10 |
| Octal | 56 | 43 | 51 | 0 | 30 | 13 | 122 | 507 | 16 | 20 |
| Binary | 101110 | 100011 | 101001 | 0 | 11000 | 1011 | 1010010 | 101000111 | 1110 | 10000 |
Color Harmonies of #2E2329
Complementary color
Monochromatic Colors of #2E2329
Black with #2E2329
Text Example
Text Example
White with #2E2329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2329; }
p { color: rgb(46,35,41); }
H1.HeaderClassName
{
color: #2E2329;
}
.AnyTagClassName
{
color: #2E2329;
}
</style>
background-color css
<style>
a { background-color: #2E2329; }
a { background-color: rgb(46,35,41); }
div.DivClassName
{
background-color: #2E2329;
}
.BgClassName
{
background-color: #2E2329;
}
</style>
border-color css
<style>
span { border-color: #2E2329; }
span { border-color: rgb(46,35,41); }
td.TdClassName
{
border-color: #2E2329;
}
.TagClassName
{
border-color: #2E2329;
}
</style>