Shades of Melanzane #2E1325
Tints of Melanzane #2E1325
RGB
CMYK
RGB Variations
Color information
#2E1325 (or 0x2E1325) is known color: Melanzane. HEX triplet: 2E, 13 and 25. RGB value is (46,19,37). Sum of RGB (Red+Green+Blue) = 46+19+37=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1325 is #D1ECDA. Grayscale: #1D1D1D. Windows color (decimal): -13757659 or 2429742. OLE color: 2429742.
HSL color Cylindrical-coordinate representation of color #2E1325: hue angle of 320º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E1325 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 19 | 37 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.82 |
| HSL | 320º | 0.42% | 0.13% | - |
| HSV(B) | 320º | 0.59% | 0.18% | - |
| XYZ | 1.69 | 1.18 | 1.89 | - |
| YUV | 29.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 37 | 0 | 0.59 | 0.20 | 0.82 | 320 | 0.42 | 0.13 |
| Hex | 2E | 13 | 25 | 0 | 3B | 14 | 52 | 140 | 2A | D |
| Octal | 56 | 23 | 45 | 0 | 73 | 24 | 122 | 500 | 52 | 15 |
| Binary | 101110 | 10011 | 100101 | 0 | 111011 | 10100 | 1010010 | 101000000 | 101010 | 1101 |
Color Harmonies of #2E1325
Complementary color
Monochromatic Colors of #2E1325
Black with #2E1325
Text Example
Text Example
White with #2E1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1325; }
p { color: rgb(46,19,37); }
H1.HeaderClassName
{
color: #2E1325;
}
.AnyTagClassName
{
color: #2E1325;
}
</style>
background-color css
<style>
a { background-color: #2E1325; }
a { background-color: rgb(46,19,37); }
div.DivClassName
{
background-color: #2E1325;
}
.BgClassName
{
background-color: #2E1325;
}
</style>
border-color css
<style>
span { border-color: #2E1325; }
span { border-color: rgb(46,19,37); }
td.TdClassName
{
border-color: #2E1325;
}
.TagClassName
{
border-color: #2E1325;
}
</style>