Shades of Melanzane #2E1D29
Tints of Melanzane #2E1D29
RGB
CMYK
RGB Variations
Color information
#2E1D29 (or 0x2E1D29) is known color: Melanzane. HEX triplet: 2E, 1D and 29. RGB value is (46,29,41). Sum of RGB (Red+Green+Blue) = 46+29+41=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1D29 is #D1E2D6. Grayscale: #232323. Windows color (decimal): -13755095 or 2694446. OLE color: 2694446.
HSL color Cylindrical-coordinate representation of color #2E1D29: hue angle of 317.65º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E1D29 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 29 | 41 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.82 |
| HSL | 317.65º | 0.23% | 0.15% | - |
| HSV(B) | 317.65º | 0.37% | 0.18% | - |
| XYZ | 1.97 | 1.62 | 2.31 | - |
| YUV | 35.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 29 | 41 | 0 | 0.37 | 0.11 | 0.82 | 317.65 | 0.23 | 0.15 |
| Hex | 2E | 1D | 29 | 0 | 25 | B | 52 | 13E | 17 | F |
| Octal | 56 | 35 | 51 | 0 | 45 | 13 | 122 | 476 | 27 | 17 |
| Binary | 101110 | 11101 | 101001 | 0 | 100101 | 1011 | 1010010 | 100111110 | 10111 | 1111 |
Color Harmonies of #2E1D29
Complementary color
Monochromatic Colors of #2E1D29
Black with #2E1D29
Text Example
Text Example
White with #2E1D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1D29; }
p { color: rgb(46,29,41); }
H1.HeaderClassName
{
color: #2E1D29;
}
.AnyTagClassName
{
color: #2E1D29;
}
</style>
background-color css
<style>
a { background-color: #2E1D29; }
a { background-color: rgb(46,29,41); }
div.DivClassName
{
background-color: #2E1D29;
}
.BgClassName
{
background-color: #2E1D29;
}
</style>
border-color css
<style>
span { border-color: #2E1D29; }
span { border-color: rgb(46,29,41); }
td.TdClassName
{
border-color: #2E1D29;
}
.TagClassName
{
border-color: #2E1D29;
}
</style>