Shades of Melanzane #2E0F28
Tints of Melanzane #2E0F28
RGB
CMYK
RGB Variations
Color information
#2E0F28 (or 0x2E0F28) is known color: Melanzane. HEX triplet: 2E, 0F and 28. RGB value is (46,15,40). Sum of RGB (Red+Green+Blue) = 46+15+40=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0F28 is #D1F0D7. Grayscale: #1B1B1B. Windows color (decimal): -13758680 or 2625326. OLE color: 2625326.
HSL color Cylindrical-coordinate representation of color #2E0F28: hue angle of 311.61º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E0F28 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 15 | 40 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.82 |
| HSL | 311.61º | 0.51% | 0.12% | - |
| HSV(B) | 311.61º | 0.67% | 0.18% | - |
| XYZ | 1.68 | 1.08 | 2.13 | - |
| YUV | 27.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 15 | 40 | 0 | 0.67 | 0.13 | 0.82 | 311.61 | 0.51 | 0.12 |
| Hex | 2E | F | 28 | 0 | 43 | D | 52 | 138 | 33 | C |
| Octal | 56 | 17 | 50 | 0 | 103 | 15 | 122 | 470 | 63 | 14 |
| Binary | 101110 | 1111 | 101000 | 0 | 1000011 | 1101 | 1010010 | 100111000 | 110011 | 1100 |
Color Harmonies of #2E0F28
Complementary color
Monochromatic Colors of #2E0F28
Black with #2E0F28
Text Example
Text Example
White with #2E0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0F28; }
p { color: rgb(46,15,40); }
H1.HeaderClassName
{
color: #2E0F28;
}
.AnyTagClassName
{
color: #2E0F28;
}
</style>
background-color css
<style>
a { background-color: #2E0F28; }
a { background-color: rgb(46,15,40); }
div.DivClassName
{
background-color: #2E0F28;
}
.BgClassName
{
background-color: #2E0F28;
}
</style>
border-color css
<style>
span { border-color: #2E0F28; }
span { border-color: rgb(46,15,40); }
td.TdClassName
{
border-color: #2E0F28;
}
.TagClassName
{
border-color: #2E0F28;
}
</style>