Shades of Melanzane #240A1F
Tints of Melanzane #240A1F
RGB
CMYK
RGB Variations
Color information
#240A1F (or 0x240A1F) is known color: Melanzane. HEX triplet: 24, 0A and 1F. RGB value is (36,10,31). Sum of RGB (Red+Green+Blue) = 36+10+31=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 36 - color contains mainly: red. Hex color #240A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A1F is #DBF5E0. Grayscale: #141414. Windows color (decimal): -14415329 or 2034212. OLE color: 2034212.
HSL color Cylindrical-coordinate representation of color #240A1F: hue angle of 311.54º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #240A1F is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 10 | 31 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.86 |
| HSL | 311.54º | 0.57% | 0.09% | - |
| HSV(B) | 311.54º | 0.72% | 0.14% | - |
| XYZ | 1.08 | 0.69 | 1.37 | - |
| YUV | 20.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 31 | 0 | 0.72 | 0.14 | 0.86 | 311.54 | 0.57 | 0.09 |
| Hex | 24 | A | 1F | 0 | 48 | E | 56 | 138 | 39 | 9 |
| Octal | 44 | 12 | 37 | 0 | 110 | 16 | 126 | 470 | 71 | 11 |
| Binary | 100100 | 1010 | 11111 | 0 | 1001000 | 1110 | 1010110 | 100111000 | 111001 | 1001 |
Color Harmonies of #240A1F
Complementary color
Monochromatic Colors of #240A1F
Black with #240A1F
Text Example
Text Example
White with #240A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240A1F; }
p { color: rgb(36,10,31); }
H1.HeaderClassName
{
color: #240A1F;
}
.AnyTagClassName
{
color: #240A1F;
}
</style>
background-color css
<style>
a { background-color: #240A1F; }
a { background-color: rgb(36,10,31); }
div.DivClassName
{
background-color: #240A1F;
}
.BgClassName
{
background-color: #240A1F;
}
</style>
border-color css
<style>
span { border-color: #240A1F; }
span { border-color: rgb(36,10,31); }
td.TdClassName
{
border-color: #240A1F;
}
.TagClassName
{
border-color: #240A1F;
}
</style>