Shades of Melanzane #24081D
Tints of Melanzane #24081D
RGB
CMYK
RGB Variations
Color information
#24081D (or 0x24081D) is known color: Melanzane. HEX triplet: 24, 08 and 1D. RGB value is (36,8,29). Sum of RGB (Red+Green+Blue) = 36+8+29=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #24081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24081D is #DBF7E2. Grayscale: #121212. Windows color (decimal): -14415843 or 1902628. OLE color: 1902628.
HSL color Cylindrical-coordinate representation of color #24081D: hue angle of 315º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24081D is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 8 | 29 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.86 |
| HSL | 315º | 0.64% | 0.09% | - |
| HSV(B) | 315º | 0.78% | 0.14% | - |
| XYZ | 1.04 | 0.64 | 1.23 | - |
| YUV | 18.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 29 | 0 | 0.78 | 0.19 | 0.86 | 315 | 0.64 | 0.09 |
| Hex | 24 | 8 | 1D | 0 | 4E | 13 | 56 | 13B | 40 | 9 |
| Octal | 44 | 10 | 35 | 0 | 116 | 23 | 126 | 473 | 100 | 11 |
| Binary | 100100 | 1000 | 11101 | 0 | 1001110 | 10011 | 1010110 | 100111011 | 1000000 | 1001 |
Color Harmonies of #24081D
Complementary color
Monochromatic Colors of #24081D
Black with #24081D
Text Example
Text Example
White with #24081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24081D; }
p { color: rgb(36,8,29); }
H1.HeaderClassName
{
color: #24081D;
}
.AnyTagClassName
{
color: #24081D;
}
</style>
background-color css
<style>
a { background-color: #24081D; }
a { background-color: rgb(36,8,29); }
div.DivClassName
{
background-color: #24081D;
}
.BgClassName
{
background-color: #24081D;
}
</style>
border-color css
<style>
span { border-color: #24081D; }
span { border-color: rgb(36,8,29); }
td.TdClassName
{
border-color: #24081D;
}
.TagClassName
{
border-color: #24081D;
}
</style>