Shades of Melanzane #2E1E29
Tints of Melanzane #2E1E29
RGB
CMYK
RGB Variations
Color information
#2E1E29 (or 0x2E1E29) is known color: Melanzane. HEX triplet: 2E, 1E and 29. RGB value is (46,30,41). Sum of RGB (Red+Green+Blue) = 46+30+41=117 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.32% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1E29 is #D1E1D6. Grayscale: #242424. Windows color (decimal): -13754839 or 2694702. OLE color: 2694702.
HSL color Cylindrical-coordinate representation of color #2E1E29: hue angle of 318.75º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E1E29 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 30 | 41 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.82 |
| HSL | 318.75º | 0.21% | 0.15% | - |
| HSV(B) | 318.75º | 0.35% | 0.18% | - |
| XYZ | 1.99 | 1.67 | 2.32 | - |
| YUV | 36.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 30 | 41 | 0 | 0.35 | 0.11 | 0.82 | 318.75 | 0.21 | 0.15 |
| Hex | 2E | 1E | 29 | 0 | 23 | B | 52 | 13F | 15 | F |
| Octal | 56 | 36 | 51 | 0 | 43 | 13 | 122 | 477 | 25 | 17 |
| Binary | 101110 | 11110 | 101001 | 0 | 100011 | 1011 | 1010010 | 100111111 | 10101 | 1111 |
Color Harmonies of #2E1E29
Complementary color
Monochromatic Colors of #2E1E29
Black with #2E1E29
Text Example
Text Example
White with #2E1E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1E29; }
p { color: rgb(46,30,41); }
H1.HeaderClassName
{
color: #2E1E29;
}
.AnyTagClassName
{
color: #2E1E29;
}
</style>
background-color css
<style>
a { background-color: #2E1E29; }
a { background-color: rgb(46,30,41); }
div.DivClassName
{
background-color: #2E1E29;
}
.BgClassName
{
background-color: #2E1E29;
}
</style>
border-color css
<style>
span { border-color: #2E1E29; }
span { border-color: rgb(46,30,41); }
td.TdClassName
{
border-color: #2E1E29;
}
.TagClassName
{
border-color: #2E1E29;
}
</style>