Shades of Melanzane #2E242B
Tints of Melanzane #2E242B
RGB
CMYK
RGB Variations
Color information
#2E242B (or 0x2E242B) is known color: Melanzane. HEX triplet: 2E, 24 and 2B. RGB value is (46,36,43). Sum of RGB (Red+Green+Blue) = 46+36+43=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 46 - color contains mainly: red. Hex color #2E242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E242B is #D1DBD4. Grayscale: #272727. Windows color (decimal): -13753301 or 2827310. OLE color: 2827310.
HSL color Cylindrical-coordinate representation of color #2E242B: hue angle of 318º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2E242B is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 36 | 43 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.82 |
| HSL | 318º | 0.12% | 0.16% | - |
| HSV(B) | 318º | 0.22% | 0.18% | - |
| XYZ | 2.19 | 2.02 | 2.56 | - |
| YUV | 39.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 43 | 0 | 0.22 | 0.07 | 0.82 | 318 | 0.12 | 0.16 |
| Hex | 2E | 24 | 2B | 0 | 16 | 7 | 52 | 13E | C | 10 |
| Octal | 56 | 44 | 53 | 0 | 26 | 7 | 122 | 476 | 14 | 20 |
| Binary | 101110 | 100100 | 101011 | 0 | 10110 | 111 | 1010010 | 100111110 | 1100 | 10000 |
Color Harmonies of #2E242B
Complementary color
Monochromatic Colors of #2E242B
Black with #2E242B
Text Example
Text Example
White with #2E242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E242B; }
p { color: rgb(46,36,43); }
H1.HeaderClassName
{
color: #2E242B;
}
.AnyTagClassName
{
color: #2E242B;
}
</style>
background-color css
<style>
a { background-color: #2E242B; }
a { background-color: rgb(46,36,43); }
div.DivClassName
{
background-color: #2E242B;
}
.BgClassName
{
background-color: #2E242B;
}
</style>
border-color css
<style>
span { border-color: #2E242B; }
span { border-color: rgb(46,36,43); }
td.TdClassName
{
border-color: #2E242B;
}
.TagClassName
{
border-color: #2E242B;
}
</style>