Shades of Melanzane #240C1F
Tints of Melanzane #240C1F
RGB
CMYK
RGB Variations
Color information
#240C1F (or 0x240C1F) is known color: Melanzane. HEX triplet: 24, 0C and 1F. RGB value is (36,12,31). Sum of RGB (Red+Green+Blue) = 36+12+31=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #240C1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C1F is #DBF3E0. Grayscale: #151515. Windows color (decimal): -14414817 or 2034724. OLE color: 2034724.
HSL color Cylindrical-coordinate representation of color #240C1F: hue angle of 312.5º 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 #240C1F is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 12 | 31 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.86 |
| HSL | 312.5º | 0.5% | 0.09% | - |
| HSV(B) | 312.5º | 0.67% | 0.14% | - |
| XYZ | 1.11 | 0.74 | 1.38 | - |
| YUV | 21.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 31 | 0 | 0.67 | 0.14 | 0.86 | 312.5 | 0.5 | 0.09 |
| Hex | 24 | C | 1F | 0 | 43 | E | 56 | 138 | 32 | 9 |
| Octal | 44 | 14 | 37 | 0 | 103 | 16 | 126 | 470 | 62 | 11 |
| Binary | 100100 | 1100 | 11111 | 0 | 1000011 | 1110 | 1010110 | 100111000 | 110010 | 1001 |
Color Harmonies of #240C1F
Complementary color
Monochromatic Colors of #240C1F
Black with #240C1F
Text Example
Text Example
White with #240C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240C1F; }
p { color: rgb(36,12,31); }
H1.HeaderClassName
{
color: #240C1F;
}
.AnyTagClassName
{
color: #240C1F;
}
</style>
background-color css
<style>
a { background-color: #240C1F; }
a { background-color: rgb(36,12,31); }
div.DivClassName
{
background-color: #240C1F;
}
.BgClassName
{
background-color: #240C1F;
}
</style>
border-color css
<style>
span { border-color: #240C1F; }
span { border-color: rgb(36,12,31); }
td.TdClassName
{
border-color: #240C1F;
}
.TagClassName
{
border-color: #240C1F;
}
</style>