Shades of Melanzane #2E1C2A
Tints of Melanzane #2E1C2A
RGB
CMYK
RGB Variations
Color information
#2E1C2A (or 0x2E1C2A) is known color: Melanzane. HEX triplet: 2E, 1C and 2A. RGB value is (46,28,42). Sum of RGB (Red+Green+Blue) = 46+28+42=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1C2A is #D1E3D5. Grayscale: #222222. Windows color (decimal): -13755350 or 2759726. OLE color: 2759726.
HSL color Cylindrical-coordinate representation of color #2E1C2A: hue angle of 313.33º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E1C2A is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 28 | 42 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.82 |
| HSL | 313.33º | 0.24% | 0.15% | - |
| HSV(B) | 313.33º | 0.39% | 0.18% | - |
| XYZ | 1.96 | 1.58 | 2.39 | - |
| YUV | 34.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 28 | 42 | 0 | 0.39 | 0.09 | 0.82 | 313.33 | 0.24 | 0.15 |
| Hex | 2E | 1C | 2A | 0 | 27 | 9 | 52 | 139 | 18 | F |
| Octal | 56 | 34 | 52 | 0 | 47 | 11 | 122 | 471 | 30 | 17 |
| Binary | 101110 | 11100 | 101010 | 0 | 100111 | 1001 | 1010010 | 100111001 | 11000 | 1111 |
Color Harmonies of #2E1C2A
Complementary color
Monochromatic Colors of #2E1C2A
Black with #2E1C2A
Text Example
Text Example
White with #2E1C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1C2A; }
p { color: rgb(46,28,42); }
H1.HeaderClassName
{
color: #2E1C2A;
}
.AnyTagClassName
{
color: #2E1C2A;
}
</style>
background-color css
<style>
a { background-color: #2E1C2A; }
a { background-color: rgb(46,28,42); }
div.DivClassName
{
background-color: #2E1C2A;
}
.BgClassName
{
background-color: #2E1C2A;
}
</style>
border-color css
<style>
span { border-color: #2E1C2A; }
span { border-color: rgb(46,28,42); }
td.TdClassName
{
border-color: #2E1C2A;
}
.TagClassName
{
border-color: #2E1C2A;
}
</style>