Shades of Melanzane #2E262C
Tints of Melanzane #2E262C
RGB
CMYK
RGB Variations
Color information
#2E262C (or 0x2E262C) is known color: Melanzane. HEX triplet: 2E, 26 and 2C. RGB value is (46,38,44). Sum of RGB (Red+Green+Blue) = 46+38+44=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 46 - color contains mainly: red. Hex color #2E262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E262C is #D1D9D3. Grayscale: #292929. Windows color (decimal): -13752788 or 2893358. OLE color: 2893358.
HSL color Cylindrical-coordinate representation of color #2E262C: hue angle of 315º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2E262C is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 38 | 44 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.82 |
| HSL | 315º | 0.1% | 0.16% | - |
| HSV(B) | 315º | 0.17% | 0.18% | - |
| XYZ | 2.27 | 2.15 | 2.68 | - |
| YUV | 41.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 44 | 0 | 0.17 | 0.04 | 0.82 | 315 | 0.1 | 0.16 |
| Hex | 2E | 26 | 2C | 0 | 11 | 4 | 52 | 13B | A | 10 |
| Octal | 56 | 46 | 54 | 0 | 21 | 4 | 122 | 473 | 12 | 20 |
| Binary | 101110 | 100110 | 101100 | 0 | 10001 | 100 | 1010010 | 100111011 | 1010 | 10000 |
Color Harmonies of #2E262C
Complementary color
Monochromatic Colors of #2E262C
Black with #2E262C
Text Example
Text Example
White with #2E262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E262C; }
p { color: rgb(46,38,44); }
H1.HeaderClassName
{
color: #2E262C;
}
.AnyTagClassName
{
color: #2E262C;
}
</style>
background-color css
<style>
a { background-color: #2E262C; }
a { background-color: rgb(46,38,44); }
div.DivClassName
{
background-color: #2E262C;
}
.BgClassName
{
background-color: #2E262C;
}
</style>
border-color css
<style>
span { border-color: #2E262C; }
span { border-color: rgb(46,38,44); }
td.TdClassName
{
border-color: #2E262C;
}
.TagClassName
{
border-color: #2E262C;
}
</style>