Shades of Melanzane #2E0C26
Tints of Melanzane #2E0C26
RGB
CMYK
RGB Variations
Color information
#2E0C26 (or 0x2E0C26) is known color: Melanzane. HEX triplet: 2E, 0C and 26. RGB value is (46,12,38). Sum of RGB (Red+Green+Blue) = 46+12+38=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0C26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0C26 is #D1F3D9. Grayscale: #191919. Windows color (decimal): -13759450 or 2493486. OLE color: 2493486.
HSL color Cylindrical-coordinate representation of color #2E0C26: hue angle of 314.12º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E0C26 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 12 | 38 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.82 |
| HSL | 314.12º | 0.59% | 0.11% | - |
| HSV(B) | 314.12º | 0.74% | 0.18% | - |
| XYZ | 1.61 | 0.98 | 1.94 | - |
| YUV | 25.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 12 | 38 | 0 | 0.74 | 0.17 | 0.82 | 314.12 | 0.59 | 0.11 |
| Hex | 2E | C | 26 | 0 | 4A | 11 | 52 | 13A | 3B | B |
| Octal | 56 | 14 | 46 | 0 | 112 | 21 | 122 | 472 | 73 | 13 |
| Binary | 101110 | 1100 | 100110 | 0 | 1001010 | 10001 | 1010010 | 100111010 | 111011 | 1011 |
Color Harmonies of #2E0C26
Complementary color
Monochromatic Colors of #2E0C26
Black with #2E0C26
Text Example
Text Example
White with #2E0C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0C26; }
p { color: rgb(46,12,38); }
H1.HeaderClassName
{
color: #2E0C26;
}
.AnyTagClassName
{
color: #2E0C26;
}
</style>
background-color css
<style>
a { background-color: #2E0C26; }
a { background-color: rgb(46,12,38); }
div.DivClassName
{
background-color: #2E0C26;
}
.BgClassName
{
background-color: #2E0C26;
}
</style>
border-color css
<style>
span { border-color: #2E0C26; }
span { border-color: rgb(46,12,38); }
td.TdClassName
{
border-color: #2E0C26;
}
.TagClassName
{
border-color: #2E0C26;
}
</style>