Shades of Melanzane #240B1C
Tints of Melanzane #240B1C
RGB
CMYK
RGB Variations
Color information
#240B1C (or 0x240B1C) is known color: Melanzane. HEX triplet: 24, 0B and 1C. RGB value is (36,11,28). Sum of RGB (Red+Green+Blue) = 36+11+28=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #240B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B1C is #DBF4E3. Grayscale: #141414. Windows color (decimal): -14415076 or 1837860. OLE color: 1837860.
HSL color Cylindrical-coordinate representation of color #240B1C: hue angle of 319.2º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #240B1C is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 11 | 28 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.86 |
| HSL | 319.2º | 0.53% | 0.09% | - |
| HSV(B) | 319.2º | 0.69% | 0.14% | - |
| XYZ | 1.06 | 0.7 | 1.18 | - |
| YUV | 20.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 28 | 0 | 0.69 | 0.22 | 0.86 | 319.2 | 0.53 | 0.09 |
| Hex | 24 | B | 1C | 0 | 45 | 16 | 56 | 13F | 35 | 9 |
| Octal | 44 | 13 | 34 | 0 | 105 | 26 | 126 | 477 | 65 | 11 |
| Binary | 100100 | 1011 | 11100 | 0 | 1000101 | 10110 | 1010110 | 100111111 | 110101 | 1001 |
Color Harmonies of #240B1C
Complementary color
Monochromatic Colors of #240B1C
Black with #240B1C
Text Example
Text Example
White with #240B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240B1C; }
p { color: rgb(36,11,28); }
H1.HeaderClassName
{
color: #240B1C;
}
.AnyTagClassName
{
color: #240B1C;
}
</style>
background-color css
<style>
a { background-color: #240B1C; }
a { background-color: rgb(36,11,28); }
div.DivClassName
{
background-color: #240B1C;
}
.BgClassName
{
background-color: #240B1C;
}
</style>
border-color css
<style>
span { border-color: #240B1C; }
span { border-color: rgb(36,11,28); }
td.TdClassName
{
border-color: #240B1C;
}
.TagClassName
{
border-color: #240B1C;
}
</style>