Shades of Melanzane #2E232B
Tints of Melanzane #2E232B
RGB
CMYK
RGB Variations
Color information
#2E232B (or 0x2E232B) is known color: Melanzane. HEX triplet: 2E, 23 and 2B. RGB value is (46,35,43). Sum of RGB (Red+Green+Blue) = 46+35+43=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 46 - color contains mainly: red. Hex color #2E232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E232B is #D1DCD4. Grayscale: #272727. Windows color (decimal): -13753557 or 2827054. OLE color: 2827054.
HSL color Cylindrical-coordinate representation of color #2E232B: hue angle of 316.36º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2E232B is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
RGB | 46 | 35 | 43 | - |
CMYK | 0 | 0.24 | 0.07 | 0.82 |
HSL | 316.36º | 0.14% | 0.16% | - |
HSV(B) | 316.36º | 0.24% | 0.18% | - |
XYZ | 2.16 | 1.96 | 2.55 | - |
YUV | 39.2 | 130.14 | 132.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 35 | 43 | 0 | 0.24 | 0.07 | 0.82 | 316.36 | 0.14 | 0.16 |
Hex | 2E | 23 | 2B | 0 | 18 | 7 | 52 | 13C | E | 10 |
Octal | 56 | 43 | 53 | 0 | 30 | 7 | 122 | 474 | 16 | 20 |
Binary | 101110 | 100011 | 101011 | 0 | 11000 | 111 | 1010010 | 100111100 | 1110 | 10000 |
Color Harmonies of #2E232B
Complementary color
Monochromatic Colors of #2E232B
Black with #2E232B
Text Example
Text Example
White with #2E232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E232B; }
p { color: rgb(46,35,43); }
H1.HeaderClassName
{
color: #2E232B;
}
.AnyTagClassName
{
color: #2E232B;
}
</style>
background-color css
<style>
a { background-color: #2E232B; }
a { background-color: rgb(46,35,43); }
div.DivClassName
{
background-color: #2E232B;
}
.BgClassName
{
background-color: #2E232B;
}
</style>
border-color css
<style>
span { border-color: #2E232B; }
span { border-color: rgb(46,35,43); }
td.TdClassName
{
border-color: #2E232B;
}
.TagClassName
{
border-color: #2E232B;
}
</style>