Shades of Melanzane #24111D
Tints of Melanzane #24111D
RGB
CMYK
RGB Variations
Color information
#24111D (or 0x24111D) is known color: Melanzane. HEX triplet: 24, 11 and 1D. RGB value is (36,17,29). Sum of RGB (Red+Green+Blue) = 36+17+29=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #24111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24111D is #DBEEE2. Grayscale: #181818. Windows color (decimal): -14413539 or 1904932. OLE color: 1904932.
HSL color Cylindrical-coordinate representation of color #24111D: hue angle of 322.11º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24111D is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 17 | 29 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.86 |
| HSL | 322.11º | 0.36% | 0.1% | - |
| HSV(B) | 322.11º | 0.53% | 0.14% | - |
| XYZ | 1.15 | 0.86 | 1.27 | - |
| YUV | 24.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 29 | 0 | 0.53 | 0.19 | 0.86 | 322.11 | 0.36 | 0.1 |
| Hex | 24 | 11 | 1D | 0 | 35 | 13 | 56 | 142 | 24 | A |
| Octal | 44 | 21 | 35 | 0 | 65 | 23 | 126 | 502 | 44 | 12 |
| Binary | 100100 | 10001 | 11101 | 0 | 110101 | 10011 | 1010110 | 101000010 | 100100 | 1010 |
Color Harmonies of #24111D
Complementary color
Monochromatic Colors of #24111D
Black with #24111D
Text Example
Text Example
White with #24111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24111D; }
p { color: rgb(36,17,29); }
H1.HeaderClassName
{
color: #24111D;
}
.AnyTagClassName
{
color: #24111D;
}
</style>
background-color css
<style>
a { background-color: #24111D; }
a { background-color: rgb(36,17,29); }
div.DivClassName
{
background-color: #24111D;
}
.BgClassName
{
background-color: #24111D;
}
</style>
border-color css
<style>
span { border-color: #24111D; }
span { border-color: rgb(36,17,29); }
td.TdClassName
{
border-color: #24111D;
}
.TagClassName
{
border-color: #24111D;
}
</style>