Shades of Melanzane #240D1F
Tints of Melanzane #240D1F
RGB
CMYK
RGB Variations
Color information
#240D1F (or 0x240D1F) is known color: Melanzane. HEX triplet: 24, 0D and 1F. RGB value is (36,13,31). Sum of RGB (Red+Green+Blue) = 36+13+31=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 36 - color contains mainly: red. Hex color #240D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D1F is #DBF2E0. Grayscale: #151515. Windows color (decimal): -14414561 or 2034980. OLE color: 2034980.
HSL color Cylindrical-coordinate representation of color #240D1F: hue angle of 313.04º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #240D1F is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 13 | 31 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.86 |
| HSL | 313.04º | 0.47% | 0.1% | - |
| HSV(B) | 313.04º | 0.64% | 0.14% | - |
| XYZ | 1.12 | 0.76 | 1.38 | - |
| YUV | 21.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 13 | 31 | 0 | 0.64 | 0.14 | 0.86 | 313.04 | 0.47 | 0.1 |
| Hex | 24 | D | 1F | 0 | 40 | E | 56 | 139 | 2F | A |
| Octal | 44 | 15 | 37 | 0 | 100 | 16 | 126 | 471 | 57 | 12 |
| Binary | 100100 | 1101 | 11111 | 0 | 1000000 | 1110 | 1010110 | 100111001 | 101111 | 1010 |
Color Harmonies of #240D1F
Complementary color
Monochromatic Colors of #240D1F
Black with #240D1F
Text Example
Text Example
White with #240D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240D1F; }
p { color: rgb(36,13,31); }
H1.HeaderClassName
{
color: #240D1F;
}
.AnyTagClassName
{
color: #240D1F;
}
</style>
background-color css
<style>
a { background-color: #240D1F; }
a { background-color: rgb(36,13,31); }
div.DivClassName
{
background-color: #240D1F;
}
.BgClassName
{
background-color: #240D1F;
}
</style>
border-color css
<style>
span { border-color: #240D1F; }
span { border-color: rgb(36,13,31); }
td.TdClassName
{
border-color: #240D1F;
}
.TagClassName
{
border-color: #240D1F;
}
</style>