Shades of Melanzane #2E1629
Tints of Melanzane #2E1629
RGB
CMYK
RGB Variations
Color information
#2E1629 (or 0x2E1629) is known color: Melanzane. HEX triplet: 2E, 16 and 29. RGB value is (46,22,41). Sum of RGB (Red+Green+Blue) = 46+22+41=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1629 is #D1E9D6. Grayscale: #1F1F1F. Windows color (decimal): -13756887 or 2692654. OLE color: 2692654.
HSL color Cylindrical-coordinate representation of color #2E1629: hue angle of 312.5º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E1629 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 22 | 41 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.82 |
| HSL | 312.5º | 0.35% | 0.13% | - |
| HSV(B) | 312.5º | 0.52% | 0.18% | - |
| XYZ | 1.81 | 1.31 | 2.26 | - |
| YUV | 31.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 41 | 0 | 0.52 | 0.11 | 0.82 | 312.5 | 0.35 | 0.13 |
| Hex | 2E | 16 | 29 | 0 | 34 | B | 52 | 138 | 23 | D |
| Octal | 56 | 26 | 51 | 0 | 64 | 13 | 122 | 470 | 43 | 15 |
| Binary | 101110 | 10110 | 101001 | 0 | 110100 | 1011 | 1010010 | 100111000 | 100011 | 1101 |
Color Harmonies of #2E1629
Complementary color
Monochromatic Colors of #2E1629
Black with #2E1629
Text Example
Text Example
White with #2E1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1629; }
p { color: rgb(46,22,41); }
H1.HeaderClassName
{
color: #2E1629;
}
.AnyTagClassName
{
color: #2E1629;
}
</style>
background-color css
<style>
a { background-color: #2E1629; }
a { background-color: rgb(46,22,41); }
div.DivClassName
{
background-color: #2E1629;
}
.BgClassName
{
background-color: #2E1629;
}
</style>
border-color css
<style>
span { border-color: #2E1629; }
span { border-color: rgb(46,22,41); }
td.TdClassName
{
border-color: #2E1629;
}
.TagClassName
{
border-color: #2E1629;
}
</style>