Shades of Melanzane #2E282C
Tints of Melanzane #2E282C
RGB
CMYK
RGB Variations
Color information
#2E282C (or 0x2E282C) is known color: Melanzane. HEX triplet: 2E, 28 and 2C. RGB value is (46,40,44). Sum of RGB (Red+Green+Blue) = 46+40+44=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 46 - color contains mainly: red. Hex color #2E282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E282C is #D1D7D3. Grayscale: #2A2A2A. Windows color (decimal): -13752276 or 2893870. OLE color: 2893870.
HSL color Cylindrical-coordinate representation of color #2E282C: hue angle of 320º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2E282C is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 40 | 44 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.82 |
| HSL | 320º | 0.07% | 0.17% | - |
| HSV(B) | 320º | 0.13% | 0.18% | - |
| XYZ | 2.34 | 2.28 | 2.7 | - |
| YUV | 42.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 44 | 0 | 0.13 | 0.04 | 0.82 | 320 | 0.07 | 0.17 |
| Hex | 2E | 28 | 2C | 0 | D | 4 | 52 | 140 | 7 | 11 |
| Octal | 56 | 50 | 54 | 0 | 15 | 4 | 122 | 500 | 7 | 21 |
| Binary | 101110 | 101000 | 101100 | 0 | 1101 | 100 | 1010010 | 101000000 | 111 | 10001 |
Color Harmonies of #2E282C
Complementary color
Monochromatic Colors of #2E282C
Black with #2E282C
Text Example
Text Example
White with #2E282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E282C; }
p { color: rgb(46,40,44); }
H1.HeaderClassName
{
color: #2E282C;
}
.AnyTagClassName
{
color: #2E282C;
}
</style>
background-color css
<style>
a { background-color: #2E282C; }
a { background-color: rgb(46,40,44); }
div.DivClassName
{
background-color: #2E282C;
}
.BgClassName
{
background-color: #2E282C;
}
</style>
border-color css
<style>
span { border-color: #2E282C; }
span { border-color: rgb(46,40,44); }
td.TdClassName
{
border-color: #2E282C;
}
.TagClassName
{
border-color: #2E282C;
}
</style>