Shades of Melanzane #2E0D27
Tints of Melanzane #2E0D27
RGB
CMYK
RGB Variations
Color information
#2E0D27 (or 0x2E0D27) is known color: Melanzane. HEX triplet: 2E, 0D and 27. RGB value is (46,13,39). Sum of RGB (Red+Green+Blue) = 46+13+39=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0D27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0D27 is #D1F2D8. Grayscale: #191919. Windows color (decimal): -13759193 or 2559278. OLE color: 2559278.
HSL color Cylindrical-coordinate representation of color #2E0D27: hue angle of 312.73º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E0D27 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 13 | 39 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.82 |
| HSL | 312.73º | 0.56% | 0.12% | - |
| HSV(B) | 312.73º | 0.72% | 0.18% | - |
| XYZ | 1.64 | 1.02 | 2.03 | - |
| YUV | 25.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 39 | 0 | 0.72 | 0.15 | 0.82 | 312.73 | 0.56 | 0.12 |
| Hex | 2E | D | 27 | 0 | 48 | F | 52 | 139 | 38 | C |
| Octal | 56 | 15 | 47 | 0 | 110 | 17 | 122 | 471 | 70 | 14 |
| Binary | 101110 | 1101 | 100111 | 0 | 1001000 | 1111 | 1010010 | 100111001 | 111000 | 1100 |
Color Harmonies of #2E0D27
Complementary color
Monochromatic Colors of #2E0D27
Black with #2E0D27
Text Example
Text Example
White with #2E0D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0D27; }
p { color: rgb(46,13,39); }
H1.HeaderClassName
{
color: #2E0D27;
}
.AnyTagClassName
{
color: #2E0D27;
}
</style>
background-color css
<style>
a { background-color: #2E0D27; }
a { background-color: rgb(46,13,39); }
div.DivClassName
{
background-color: #2E0D27;
}
.BgClassName
{
background-color: #2E0D27;
}
</style>
border-color css
<style>
span { border-color: #2E0D27; }
span { border-color: rgb(46,13,39); }
td.TdClassName
{
border-color: #2E0D27;
}
.TagClassName
{
border-color: #2E0D27;
}
</style>