Shades of Melanzane #2E1028
Tints of Melanzane #2E1028
RGB
CMYK
RGB Variations
Color information
#2E1028 (or 0x2E1028) is known color: Melanzane. HEX triplet: 2E, 10 and 28. RGB value is (46,16,40). Sum of RGB (Red+Green+Blue) = 46+16+40=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1028 is #D1EFD7. Grayscale: #1B1B1B. Windows color (decimal): -13758424 or 2625582. OLE color: 2625582.
HSL color Cylindrical-coordinate representation of color #2E1028: hue angle of 312º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E1028 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 16 | 40 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.82 |
| HSL | 312º | 0.48% | 0.12% | - |
| HSV(B) | 312º | 0.65% | 0.18% | - |
| XYZ | 1.7 | 1.1 | 2.13 | - |
| YUV | 27.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 16 | 40 | 0 | 0.65 | 0.13 | 0.82 | 312 | 0.48 | 0.12 |
| Hex | 2E | 10 | 28 | 0 | 41 | D | 52 | 138 | 30 | C |
| Octal | 56 | 20 | 50 | 0 | 101 | 15 | 122 | 470 | 60 | 14 |
| Binary | 101110 | 10000 | 101000 | 0 | 1000001 | 1101 | 1010010 | 100111000 | 110000 | 1100 |
Color Harmonies of #2E1028
Complementary color
Monochromatic Colors of #2E1028
Black with #2E1028
Text Example
Text Example
White with #2E1028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1028; }
p { color: rgb(46,16,40); }
H1.HeaderClassName
{
color: #2E1028;
}
.AnyTagClassName
{
color: #2E1028;
}
</style>
background-color css
<style>
a { background-color: #2E1028; }
a { background-color: rgb(46,16,40); }
div.DivClassName
{
background-color: #2E1028;
}
.BgClassName
{
background-color: #2E1028;
}
</style>
border-color css
<style>
span { border-color: #2E1028; }
span { border-color: rgb(46,16,40); }
td.TdClassName
{
border-color: #2E1028;
}
.TagClassName
{
border-color: #2E1028;
}
</style>