Shades of Melanzane #24121F
Tints of Melanzane #24121F
RGB
CMYK
RGB Variations
Color information
#24121F (or 0x24121F) is known color: Melanzane. HEX triplet: 24, 12 and 1F. RGB value is (36,18,31). Sum of RGB (Red+Green+Blue) = 36+18+31=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #24121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24121F is #DBEDE0. Grayscale: #181818. Windows color (decimal): -14413281 or 2036260. OLE color: 2036260.
HSL color Cylindrical-coordinate representation of color #24121F: hue angle of 316.67º 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 #24121F is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 18 | 31 | - |
| CMYK | 0 | 0.5 | 0.14 | 0.86 |
| HSL | 316.67º | 0.33% | 0.11% | - |
| HSV(B) | 316.67º | 0.5% | 0.14% | - |
| XYZ | 1.19 | 0.91 | 1.41 | - |
| YUV | 24.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 31 | 0 | 0.5 | 0.14 | 0.86 | 316.67 | 0.33 | 0.11 |
| Hex | 24 | 12 | 1F | 0 | 32 | E | 56 | 13D | 21 | B |
| Octal | 44 | 22 | 37 | 0 | 62 | 16 | 126 | 475 | 41 | 13 |
| Binary | 100100 | 10010 | 11111 | 0 | 110010 | 1110 | 1010110 | 100111101 | 100001 | 1011 |
Color Harmonies of #24121F
Complementary color
Monochromatic Colors of #24121F
Black with #24121F
Text Example
Text Example
White with #24121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24121F; }
p { color: rgb(36,18,31); }
H1.HeaderClassName
{
color: #24121F;
}
.AnyTagClassName
{
color: #24121F;
}
</style>
background-color css
<style>
a { background-color: #24121F; }
a { background-color: rgb(36,18,31); }
div.DivClassName
{
background-color: #24121F;
}
.BgClassName
{
background-color: #24121F;
}
</style>
border-color css
<style>
span { border-color: #24121F; }
span { border-color: rgb(36,18,31); }
td.TdClassName
{
border-color: #24121F;
}
.TagClassName
{
border-color: #24121F;
}
</style>