Shades of Melanzane #2E242A
Tints of Melanzane #2E242A
RGB
CMYK
RGB Variations
Color information
#2E242A (or 0x2E242A) is known color: Melanzane. HEX triplet: 2E, 24 and 2A. RGB value is (46,36,42). Sum of RGB (Red+Green+Blue) = 46+36+42=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 46 - color contains mainly: red. Hex color #2E242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E242A is #D1DBD5. Grayscale: #272727. Windows color (decimal): -13753302 or 2761774. OLE color: 2761774.
HSL color Cylindrical-coordinate representation of color #2E242A: hue angle of 324º 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 #2E242A is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 36 | 42 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.82 |
| HSL | 324º | 0.12% | 0.16% | - |
| HSV(B) | 324º | 0.22% | 0.18% | - |
| XYZ | 2.18 | 2.01 | 2.46 | - |
| YUV | 39.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 42 | 0 | 0.22 | 0.09 | 0.82 | 324 | 0.12 | 0.16 |
| Hex | 2E | 24 | 2A | 0 | 16 | 9 | 52 | 144 | C | 10 |
| Octal | 56 | 44 | 52 | 0 | 26 | 11 | 122 | 504 | 14 | 20 |
| Binary | 101110 | 100100 | 101010 | 0 | 10110 | 1001 | 1010010 | 101000100 | 1100 | 10000 |
Color Harmonies of #2E242A
Complementary color
Monochromatic Colors of #2E242A
Black with #2E242A
Text Example
Text Example
White with #2E242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E242A; }
p { color: rgb(46,36,42); }
H1.HeaderClassName
{
color: #2E242A;
}
.AnyTagClassName
{
color: #2E242A;
}
</style>
background-color css
<style>
a { background-color: #2E242A; }
a { background-color: rgb(46,36,42); }
div.DivClassName
{
background-color: #2E242A;
}
.BgClassName
{
background-color: #2E242A;
}
</style>
border-color css
<style>
span { border-color: #2E242A; }
span { border-color: rgb(46,36,42); }
td.TdClassName
{
border-color: #2E242A;
}
.TagClassName
{
border-color: #2E242A;
}
</style>