Shades of Melanzane #2E1729
Tints of Melanzane #2E1729
RGB
CMYK
RGB Variations
Color information
#2E1729 (or 0x2E1729) is known color: Melanzane. HEX triplet: 2E, 17 and 29. RGB value is (46,23,41). Sum of RGB (Red+Green+Blue) = 46+23+41=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1729 is #D1E8D6. Grayscale: #1F1F1F. Windows color (decimal): -13756631 or 2692910. OLE color: 2692910.
HSL color Cylindrical-coordinate representation of color #2E1729: hue angle of 313.04º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E1729 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 41 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.82 |
| HSL | 313.04º | 0.33% | 0.14% | - |
| HSV(B) | 313.04º | 0.5% | 0.18% | - |
| XYZ | 1.83 | 1.35 | 2.26 | - |
| YUV | 31.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 41 | 0 | 0.50 | 0.11 | 0.82 | 313.04 | 0.33 | 0.14 |
| Hex | 2E | 17 | 29 | 0 | 32 | B | 52 | 139 | 21 | E |
| Octal | 56 | 27 | 51 | 0 | 62 | 13 | 122 | 471 | 41 | 16 |
| Binary | 101110 | 10111 | 101001 | 0 | 110010 | 1011 | 1010010 | 100111001 | 100001 | 1110 |
Color Harmonies of #2E1729
Complementary color
Monochromatic Colors of #2E1729
Black with #2E1729
Text Example
Text Example
White with #2E1729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1729; }
p { color: rgb(46,23,41); }
H1.HeaderClassName
{
color: #2E1729;
}
.AnyTagClassName
{
color: #2E1729;
}
</style>
background-color css
<style>
a { background-color: #2E1729; }
a { background-color: rgb(46,23,41); }
div.DivClassName
{
background-color: #2E1729;
}
.BgClassName
{
background-color: #2E1729;
}
</style>
border-color css
<style>
span { border-color: #2E1729; }
span { border-color: rgb(46,23,41); }
td.TdClassName
{
border-color: #2E1729;
}
.TagClassName
{
border-color: #2E1729;
}
</style>