Shades of Melanzane #2E1F29
Tints of Melanzane #2E1F29
RGB
CMYK
RGB Variations
Color information
#2E1F29 (or 0x2E1F29) is known color: Melanzane. HEX triplet: 2E, 1F and 29. RGB value is (46,31,41). Sum of RGB (Red+Green+Blue) = 46+31+41=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1F29 is #D1E0D6. Grayscale: #242424. Windows color (decimal): -13754583 or 2694958. OLE color: 2694958.
HSL color Cylindrical-coordinate representation of color #2E1F29: hue angle of 320º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E1F29 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 31 | 41 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.82 |
| HSL | 320º | 0.19% | 0.15% | - |
| HSV(B) | 320º | 0.33% | 0.18% | - |
| XYZ | 2.02 | 1.72 | 2.32 | - |
| YUV | 36.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 31 | 41 | 0 | 0.33 | 0.11 | 0.82 | 320 | 0.19 | 0.15 |
| Hex | 2E | 1F | 29 | 0 | 21 | B | 52 | 140 | 13 | F |
| Octal | 56 | 37 | 51 | 0 | 41 | 13 | 122 | 500 | 23 | 17 |
| Binary | 101110 | 11111 | 101001 | 0 | 100001 | 1011 | 1010010 | 101000000 | 10011 | 1111 |
Color Harmonies of #2E1F29
Complementary color
Monochromatic Colors of #2E1F29
Black with #2E1F29
Text Example
Text Example
White with #2E1F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1F29; }
p { color: rgb(46,31,41); }
H1.HeaderClassName
{
color: #2E1F29;
}
.AnyTagClassName
{
color: #2E1F29;
}
</style>
background-color css
<style>
a { background-color: #2E1F29; }
a { background-color: rgb(46,31,41); }
div.DivClassName
{
background-color: #2E1F29;
}
.BgClassName
{
background-color: #2E1F29;
}
</style>
border-color css
<style>
span { border-color: #2E1F29; }
span { border-color: rgb(46,31,41); }
td.TdClassName
{
border-color: #2E1F29;
}
.TagClassName
{
border-color: #2E1F29;
}
</style>