Shades of Melanzane #240C1C
Tints of Melanzane #240C1C
RGB
CMYK
RGB Variations
Color information
#240C1C (or 0x240C1C) is known color: Melanzane. HEX triplet: 24, 0C and 1C. RGB value is (36,12,28). Sum of RGB (Red+Green+Blue) = 36+12+28=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #240C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C1C is #DBF3E3. Grayscale: #141414. Windows color (decimal): -14414820 or 1838116. OLE color: 1838116.
HSL color Cylindrical-coordinate representation of color #240C1C: hue angle of 320º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #240C1C is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 12 | 28 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.86 |
| HSL | 320º | 0.5% | 0.09% | - |
| HSV(B) | 320º | 0.67% | 0.14% | - |
| XYZ | 1.07 | 0.72 | 1.18 | - |
| YUV | 21 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 28 | 0 | 0.67 | 0.22 | 0.86 | 320 | 0.5 | 0.09 |
| Hex | 24 | C | 1C | 0 | 43 | 16 | 56 | 140 | 32 | 9 |
| Octal | 44 | 14 | 34 | 0 | 103 | 26 | 126 | 500 | 62 | 11 |
| Binary | 100100 | 1100 | 11100 | 0 | 1000011 | 10110 | 1010110 | 101000000 | 110010 | 1001 |
Color Harmonies of #240C1C
Complementary color
Monochromatic Colors of #240C1C
Black with #240C1C
Text Example
Text Example
White with #240C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240C1C; }
p { color: rgb(36,12,28); }
H1.HeaderClassName
{
color: #240C1C;
}
.AnyTagClassName
{
color: #240C1C;
}
</style>
background-color css
<style>
a { background-color: #240C1C; }
a { background-color: rgb(36,12,28); }
div.DivClassName
{
background-color: #240C1C;
}
.BgClassName
{
background-color: #240C1C;
}
</style>
border-color css
<style>
span { border-color: #240C1C; }
span { border-color: rgb(36,12,28); }
td.TdClassName
{
border-color: #240C1C;
}
.TagClassName
{
border-color: #240C1C;
}
</style>