Shades of Melanzane #2E1E28
Tints of Melanzane #2E1E28
RGB
CMYK
RGB Variations
Color information
#2E1E28 (or 0x2E1E28) is known color: Melanzane. HEX triplet: 2E, 1E and 28. RGB value is (46,30,40). Sum of RGB (Red+Green+Blue) = 46+30+40=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1E28 is #D1E1D7. Grayscale: #232323. Windows color (decimal): -13754840 or 2629166. OLE color: 2629166.
HSL color Cylindrical-coordinate representation of color #2E1E28: hue angle of 322.5º 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 #2E1E28 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 30 | 40 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.82 |
| HSL | 322.5º | 0.21% | 0.15% | - |
| HSV(B) | 322.5º | 0.35% | 0.18% | - |
| XYZ | 1.97 | 1.66 | 2.22 | - |
| YUV | 35.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 30 | 40 | 0 | 0.35 | 0.13 | 0.82 | 322.5 | 0.21 | 0.15 |
| Hex | 2E | 1E | 28 | 0 | 23 | D | 52 | 142 | 15 | F |
| Octal | 56 | 36 | 50 | 0 | 43 | 15 | 122 | 502 | 25 | 17 |
| Binary | 101110 | 11110 | 101000 | 0 | 100011 | 1101 | 1010010 | 101000010 | 10101 | 1111 |
Color Harmonies of #2E1E28
Complementary color
Monochromatic Colors of #2E1E28
Black with #2E1E28
Text Example
Text Example
White with #2E1E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1E28; }
p { color: rgb(46,30,40); }
H1.HeaderClassName
{
color: #2E1E28;
}
.AnyTagClassName
{
color: #2E1E28;
}
</style>
background-color css
<style>
a { background-color: #2E1E28; }
a { background-color: rgb(46,30,40); }
div.DivClassName
{
background-color: #2E1E28;
}
.BgClassName
{
background-color: #2E1E28;
}
</style>
border-color css
<style>
span { border-color: #2E1E28; }
span { border-color: rgb(46,30,40); }
td.TdClassName
{
border-color: #2E1E28;
}
.TagClassName
{
border-color: #2E1E28;
}
</style>