Shades of Melanzane #240F1F
Tints of Melanzane #240F1F
RGB
CMYK
RGB Variations
Color information
#240F1F (or 0x240F1F) is known color: Melanzane. HEX triplet: 24, 0F and 1F. RGB value is (36,15,31). Sum of RGB (Red+Green+Blue) = 36+15+31=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #240F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F1F is #DBF0E0. Grayscale: #171717. Windows color (decimal): -14414049 or 2035492. OLE color: 2035492.
HSL color Cylindrical-coordinate representation of color #240F1F: hue angle of 314.29º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #240F1F is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 15 | 31 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.86 |
| HSL | 314.29º | 0.41% | 0.1% | - |
| HSV(B) | 314.29º | 0.58% | 0.14% | - |
| XYZ | 1.15 | 0.82 | 1.39 | - |
| YUV | 23.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 31 | 0 | 0.58 | 0.14 | 0.86 | 314.29 | 0.41 | 0.1 |
| Hex | 24 | F | 1F | 0 | 3A | E | 56 | 13A | 29 | A |
| Octal | 44 | 17 | 37 | 0 | 72 | 16 | 126 | 472 | 51 | 12 |
| Binary | 100100 | 1111 | 11111 | 0 | 111010 | 1110 | 1010110 | 100111010 | 101001 | 1010 |
Color Harmonies of #240F1F
Complementary color
Monochromatic Colors of #240F1F
Black with #240F1F
Text Example
Text Example
White with #240F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240F1F; }
p { color: rgb(36,15,31); }
H1.HeaderClassName
{
color: #240F1F;
}
.AnyTagClassName
{
color: #240F1F;
}
</style>
background-color css
<style>
a { background-color: #240F1F; }
a { background-color: rgb(36,15,31); }
div.DivClassName
{
background-color: #240F1F;
}
.BgClassName
{
background-color: #240F1F;
}
</style>
border-color css
<style>
span { border-color: #240F1F; }
span { border-color: rgb(36,15,31); }
td.TdClassName
{
border-color: #240F1F;
}
.TagClassName
{
border-color: #240F1F;
}
</style>