Shades of Melanzane #24121E
Tints of Melanzane #24121E
RGB
CMYK
RGB Variations
Color information
#24121E (or 0x24121E) is known color: Melanzane. HEX triplet: 24, 12 and 1E. RGB value is (36,18,30). Sum of RGB (Red+Green+Blue) = 36+18+30=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #24121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24121E is #DBEDE1. Grayscale: #181818. Windows color (decimal): -14413282 or 1970724. OLE color: 1970724.
HSL color Cylindrical-coordinate representation of color #24121E: hue angle of 320º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #24121E is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 18 | 30 | - |
| CMYK | 0 | 0.5 | 0.17 | 0.86 |
| HSL | 320º | 0.33% | 0.11% | - |
| HSV(B) | 320º | 0.5% | 0.14% | - |
| XYZ | 1.18 | 0.9 | 1.34 | - |
| YUV | 24.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 30 | 0 | 0.5 | 0.17 | 0.86 | 320 | 0.33 | 0.11 |
| Hex | 24 | 12 | 1E | 0 | 32 | 11 | 56 | 140 | 21 | B |
| Octal | 44 | 22 | 36 | 0 | 62 | 21 | 126 | 500 | 41 | 13 |
| Binary | 100100 | 10010 | 11110 | 0 | 110010 | 10001 | 1010110 | 101000000 | 100001 | 1011 |
Color Harmonies of #24121E
Complementary color
Monochromatic Colors of #24121E
Black with #24121E
Text Example
Text Example
White with #24121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24121E; }
p { color: rgb(36,18,30); }
H1.HeaderClassName
{
color: #24121E;
}
.AnyTagClassName
{
color: #24121E;
}
</style>
background-color css
<style>
a { background-color: #24121E; }
a { background-color: rgb(36,18,30); }
div.DivClassName
{
background-color: #24121E;
}
.BgClassName
{
background-color: #24121E;
}
</style>
border-color css
<style>
span { border-color: #24121E; }
span { border-color: rgb(36,18,30); }
td.TdClassName
{
border-color: #24121E;
}
.TagClassName
{
border-color: #24121E;
}
</style>