Shades of Melanzane #2E242C
Tints of Melanzane #2E242C
RGB
CMYK
RGB Variations
Color information
#2E242C (or 0x2E242C) is known color: Melanzane. HEX triplet: 2E, 24 and 2C. RGB value is (46,36,44). Sum of RGB (Red+Green+Blue) = 46+36+44=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 46 - color contains mainly: red. Hex color #2E242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E242C is #D1DBD3. Grayscale: #272727. Windows color (decimal): -13753300 or 2892846. OLE color: 2892846.
HSL color Cylindrical-coordinate representation of color #2E242C: hue angle of 312º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2E242C is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 36 | 44 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.82 |
| HSL | 312º | 0.12% | 0.16% | - |
| HSV(B) | 312º | 0.22% | 0.18% | - |
| XYZ | 2.21 | 2.02 | 2.66 | - |
| YUV | 39.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 44 | 0 | 0.22 | 0.04 | 0.82 | 312 | 0.12 | 0.16 |
| Hex | 2E | 24 | 2C | 0 | 16 | 4 | 52 | 138 | C | 10 |
| Octal | 56 | 44 | 54 | 0 | 26 | 4 | 122 | 470 | 14 | 20 |
| Binary | 101110 | 100100 | 101100 | 0 | 10110 | 100 | 1010010 | 100111000 | 1100 | 10000 |
Color Harmonies of #2E242C
Complementary color
Monochromatic Colors of #2E242C
Black with #2E242C
Text Example
Text Example
White with #2E242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E242C; }
p { color: rgb(46,36,44); }
H1.HeaderClassName
{
color: #2E242C;
}
.AnyTagClassName
{
color: #2E242C;
}
</style>
background-color css
<style>
a { background-color: #2E242C; }
a { background-color: rgb(46,36,44); }
div.DivClassName
{
background-color: #2E242C;
}
.BgClassName
{
background-color: #2E242C;
}
</style>
border-color css
<style>
span { border-color: #2E242C; }
span { border-color: rgb(46,36,44); }
td.TdClassName
{
border-color: #2E242C;
}
.TagClassName
{
border-color: #2E242C;
}
</style>