Shades of Melanzane #241020
Tints of Melanzane #241020
RGB
CMYK
RGB Variations
Color information
#241020 (or 0x241020) is known color: Melanzane. HEX triplet: 24, 10 and 20. RGB value is (36,16,32). Sum of RGB (Red+Green+Blue) = 36+16+32=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #241020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241020 is #DBEFDF. Grayscale: #171717. Windows color (decimal): -14413792 or 2101284. OLE color: 2101284.
HSL color Cylindrical-coordinate representation of color #241020: hue angle of 312º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241020 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 16 | 32 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.86 |
| HSL | 312º | 0.38% | 0.1% | - |
| HSV(B) | 312º | 0.56% | 0.14% | - |
| XYZ | 1.17 | 0.85 | 1.47 | - |
| YUV | 23.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 32 | 0 | 0.56 | 0.11 | 0.86 | 312 | 0.38 | 0.1 |
| Hex | 24 | 10 | 20 | 0 | 38 | B | 56 | 138 | 26 | A |
| Octal | 44 | 20 | 40 | 0 | 70 | 13 | 126 | 470 | 46 | 12 |
| Binary | 100100 | 10000 | 100000 | 0 | 111000 | 1011 | 1010110 | 100111000 | 100110 | 1010 |
Color Harmonies of #241020
Complementary color
Monochromatic Colors of #241020
Black with #241020
Text Example
Text Example
White with #241020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241020; }
p { color: rgb(36,16,32); }
H1.HeaderClassName
{
color: #241020;
}
.AnyTagClassName
{
color: #241020;
}
</style>
background-color css
<style>
a { background-color: #241020; }
a { background-color: rgb(36,16,32); }
div.DivClassName
{
background-color: #241020;
}
.BgClassName
{
background-color: #241020;
}
</style>
border-color css
<style>
span { border-color: #241020; }
span { border-color: rgb(36,16,32); }
td.TdClassName
{
border-color: #241020;
}
.TagClassName
{
border-color: #241020;
}
</style>