Shades of Melanzane #2E1228
Tints of Melanzane #2E1228
RGB
CMYK
RGB Variations
Color information
#2E1228 (or 0x2E1228) is known color: Melanzane. HEX triplet: 2E, 12 and 28. RGB value is (46,18,40). Sum of RGB (Red+Green+Blue) = 46+18+40=104 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.23% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1228 is #D1EDD7. Grayscale: #1C1C1C. Windows color (decimal): -13757912 or 2626094. OLE color: 2626094.
HSL color Cylindrical-coordinate representation of color #2E1228: hue angle of 312.86º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E1228 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 18 | 40 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.82 |
| HSL | 312.86º | 0.44% | 0.13% | - |
| HSV(B) | 312.86º | 0.61% | 0.18% | - |
| XYZ | 1.73 | 1.17 | 2.14 | - |
| YUV | 28.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 40 | 0 | 0.61 | 0.13 | 0.82 | 312.86 | 0.44 | 0.13 |
| Hex | 2E | 12 | 28 | 0 | 3D | D | 52 | 139 | 2C | D |
| Octal | 56 | 22 | 50 | 0 | 75 | 15 | 122 | 471 | 54 | 15 |
| Binary | 101110 | 10010 | 101000 | 0 | 111101 | 1101 | 1010010 | 100111001 | 101100 | 1101 |
Color Harmonies of #2E1228
Complementary color
Monochromatic Colors of #2E1228
Black with #2E1228
Text Example
Text Example
White with #2E1228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1228; }
p { color: rgb(46,18,40); }
H1.HeaderClassName
{
color: #2E1228;
}
.AnyTagClassName
{
color: #2E1228;
}
</style>
background-color css
<style>
a { background-color: #2E1228; }
a { background-color: rgb(46,18,40); }
div.DivClassName
{
background-color: #2E1228;
}
.BgClassName
{
background-color: #2E1228;
}
</style>
border-color css
<style>
span { border-color: #2E1228; }
span { border-color: rgb(46,18,40); }
td.TdClassName
{
border-color: #2E1228;
}
.TagClassName
{
border-color: #2E1228;
}
</style>