Shades of Melanzane #2E182A
Tints of Melanzane #2E182A
RGB
CMYK
RGB Variations
Color information
#2E182A (or 0x2E182A) is known color: Melanzane. HEX triplet: 2E, 18 and 2A. RGB value is (46,24,42). Sum of RGB (Red+Green+Blue) = 46+24+42=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 46 - color contains mainly: red. Hex color #2E182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E182A is #D1E7D5. Grayscale: #202020. Windows color (decimal): -13756374 or 2758702. OLE color: 2758702.
HSL color Cylindrical-coordinate representation of color #2E182A: hue angle of 310.91º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E182A is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 24 | 42 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.82 |
| HSL | 310.91º | 0.31% | 0.14% | - |
| HSV(B) | 310.91º | 0.48% | 0.18% | - |
| XYZ | 1.87 | 1.4 | 2.36 | - |
| YUV | 32.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 42 | 0 | 0.48 | 0.09 | 0.82 | 310.91 | 0.31 | 0.14 |
| Hex | 2E | 18 | 2A | 0 | 30 | 9 | 52 | 137 | 1F | E |
| Octal | 56 | 30 | 52 | 0 | 60 | 11 | 122 | 467 | 37 | 16 |
| Binary | 101110 | 11000 | 101010 | 0 | 110000 | 1001 | 1010010 | 100110111 | 11111 | 1110 |
Color Harmonies of #2E182A
Complementary color
Monochromatic Colors of #2E182A
Black with #2E182A
Text Example
Text Example
White with #2E182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E182A; }
p { color: rgb(46,24,42); }
H1.HeaderClassName
{
color: #2E182A;
}
.AnyTagClassName
{
color: #2E182A;
}
</style>
background-color css
<style>
a { background-color: #2E182A; }
a { background-color: rgb(46,24,42); }
div.DivClassName
{
background-color: #2E182A;
}
.BgClassName
{
background-color: #2E182A;
}
</style>
border-color css
<style>
span { border-color: #2E182A; }
span { border-color: rgb(46,24,42); }
td.TdClassName
{
border-color: #2E182A;
}
.TagClassName
{
border-color: #2E182A;
}
</style>