Shades of Melanzane #2E282D
Tints of Melanzane #2E282D
RGB
CMYK
RGB Variations
Color information
#2E282D (or 0x2E282D) is known color: Melanzane. HEX triplet: 2E, 28 and 2D. RGB value is (46,40,45). Sum of RGB (Red+Green+Blue) = 46+40+45=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 46 - color contains mainly: red. Hex color #2E282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E282D is #D1D7D2. Grayscale: #2A2A2A. Windows color (decimal): -13752275 or 2959406. OLE color: 2959406.
HSL color Cylindrical-coordinate representation of color #2E282D: hue angle of 310º 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 #2E282D is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 40 | 45 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.82 |
| HSL | 310º | 0.07% | 0.17% | - |
| HSV(B) | 310º | 0.13% | 0.18% | - |
| XYZ | 2.36 | 2.29 | 2.8 | - |
| YUV | 42.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 45 | 0 | 0.13 | 0.02 | 0.82 | 310 | 0.07 | 0.17 |
| Hex | 2E | 28 | 2D | 0 | D | 2 | 52 | 136 | 7 | 11 |
| Octal | 56 | 50 | 55 | 0 | 15 | 2 | 122 | 466 | 7 | 21 |
| Binary | 101110 | 101000 | 101101 | 0 | 1101 | 10 | 1010010 | 100110110 | 111 | 10001 |
Color Harmonies of #2E282D
Complementary color
Monochromatic Colors of #2E282D
Black with #2E282D
Text Example
Text Example
White with #2E282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E282D; }
p { color: rgb(46,40,45); }
H1.HeaderClassName
{
color: #2E282D;
}
.AnyTagClassName
{
color: #2E282D;
}
</style>
background-color css
<style>
a { background-color: #2E282D; }
a { background-color: rgb(46,40,45); }
div.DivClassName
{
background-color: #2E282D;
}
.BgClassName
{
background-color: #2E282D;
}
</style>
border-color css
<style>
span { border-color: #2E282D; }
span { border-color: rgb(46,40,45); }
td.TdClassName
{
border-color: #2E282D;
}
.TagClassName
{
border-color: #2E282D;
}
</style>