Shades of Melanzane #240E1C
Tints of Melanzane #240E1C
RGB
CMYK
RGB Variations
Color information
#240E1C (or 0x240E1C) is known color: Melanzane. HEX triplet: 24, 0E and 1C. RGB value is (36,14,28). Sum of RGB (Red+Green+Blue) = 36+14+28=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #240E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E1C is #DBF1E3. Grayscale: #161616. Windows color (decimal): -14414308 or 1838628. OLE color: 1838628.
HSL color Cylindrical-coordinate representation of color #240E1C: hue angle of 321.82º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #240E1C is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 14 | 28 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.86 |
| HSL | 321.82º | 0.44% | 0.1% | - |
| HSV(B) | 321.82º | 0.61% | 0.14% | - |
| XYZ | 1.09 | 0.77 | 1.19 | - |
| YUV | 22.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 28 | 0 | 0.61 | 0.22 | 0.86 | 321.82 | 0.44 | 0.1 |
| Hex | 24 | E | 1C | 0 | 3D | 16 | 56 | 142 | 2C | A |
| Octal | 44 | 16 | 34 | 0 | 75 | 26 | 126 | 502 | 54 | 12 |
| Binary | 100100 | 1110 | 11100 | 0 | 111101 | 10110 | 1010110 | 101000010 | 101100 | 1010 |
Color Harmonies of #240E1C
Complementary color
Monochromatic Colors of #240E1C
Black with #240E1C
Text Example
Text Example
White with #240E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E1C; }
p { color: rgb(36,14,28); }
H1.HeaderClassName
{
color: #240E1C;
}
.AnyTagClassName
{
color: #240E1C;
}
</style>
background-color css
<style>
a { background-color: #240E1C; }
a { background-color: rgb(36,14,28); }
div.DivClassName
{
background-color: #240E1C;
}
.BgClassName
{
background-color: #240E1C;
}
</style>
border-color css
<style>
span { border-color: #240E1C; }
span { border-color: rgb(36,14,28); }
td.TdClassName
{
border-color: #240E1C;
}
.TagClassName
{
border-color: #240E1C;
}
</style>