Shades of Melanzane #2E202B
Tints of Melanzane #2E202B
RGB
CMYK
RGB Variations
Color information
#2E202B (or 0x2E202B) is known color: Melanzane. HEX triplet: 2E, 20 and 2B. RGB value is (46,32,43). Sum of RGB (Red+Green+Blue) = 46+32+43=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 46 - color contains mainly: red. Hex color #2E202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E202B is #D1DFD4. Grayscale: #252525. Windows color (decimal): -13754325 or 2826286. OLE color: 2826286.
HSL color Cylindrical-coordinate representation of color #2E202B: hue angle of 312.86º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E202B is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 32 | 43 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.82 |
| HSL | 312.86º | 0.18% | 0.15% | - |
| HSV(B) | 312.86º | 0.3% | 0.18% | - |
| XYZ | 2.08 | 1.79 | 2.52 | - |
| YUV | 37.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 43 | 0 | 0.30 | 0.07 | 0.82 | 312.86 | 0.18 | 0.15 |
| Hex | 2E | 20 | 2B | 0 | 1E | 7 | 52 | 139 | 12 | F |
| Octal | 56 | 40 | 53 | 0 | 36 | 7 | 122 | 471 | 22 | 17 |
| Binary | 101110 | 100000 | 101011 | 0 | 11110 | 111 | 1010010 | 100111001 | 10010 | 1111 |
Color Harmonies of #2E202B
Complementary color
Monochromatic Colors of #2E202B
Black with #2E202B
Text Example
Text Example
White with #2E202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E202B; }
p { color: rgb(46,32,43); }
H1.HeaderClassName
{
color: #2E202B;
}
.AnyTagClassName
{
color: #2E202B;
}
</style>
background-color css
<style>
a { background-color: #2E202B; }
a { background-color: rgb(46,32,43); }
div.DivClassName
{
background-color: #2E202B;
}
.BgClassName
{
background-color: #2E202B;
}
</style>
border-color css
<style>
span { border-color: #2E202B; }
span { border-color: rgb(46,32,43); }
td.TdClassName
{
border-color: #2E202B;
}
.TagClassName
{
border-color: #2E202B;
}
</style>