Shades of Melanzane #24101F
Tints of Melanzane #24101F
RGB
CMYK
RGB Variations
Color information
#24101F (or 0x24101F) is known color: Melanzane. HEX triplet: 24, 10 and 1F. RGB value is (36,16,31). Sum of RGB (Red+Green+Blue) = 36+16+31=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 36 - color contains mainly: red. Hex color #24101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24101F is #DBEFE0. Grayscale: #171717. Windows color (decimal): -14413793 or 2035748. OLE color: 2035748.
HSL color Cylindrical-coordinate representation of color #24101F: hue angle of 315º 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 #24101F is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 16 | 31 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.86 |
| HSL | 315º | 0.38% | 0.1% | - |
| HSV(B) | 315º | 0.56% | 0.14% | - |
| XYZ | 1.16 | 0.84 | 1.4 | - |
| YUV | 23.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 31 | 0 | 0.56 | 0.14 | 0.86 | 315 | 0.38 | 0.1 |
| Hex | 24 | 10 | 1F | 0 | 38 | E | 56 | 13B | 26 | A |
| Octal | 44 | 20 | 37 | 0 | 70 | 16 | 126 | 473 | 46 | 12 |
| Binary | 100100 | 10000 | 11111 | 0 | 111000 | 1110 | 1010110 | 100111011 | 100110 | 1010 |
Color Harmonies of #24101F
Complementary color
Monochromatic Colors of #24101F
Black with #24101F
Text Example
Text Example
White with #24101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24101F; }
p { color: rgb(36,16,31); }
H1.HeaderClassName
{
color: #24101F;
}
.AnyTagClassName
{
color: #24101F;
}
</style>
background-color css
<style>
a { background-color: #24101F; }
a { background-color: rgb(36,16,31); }
div.DivClassName
{
background-color: #24101F;
}
.BgClassName
{
background-color: #24101F;
}
</style>
border-color css
<style>
span { border-color: #24101F; }
span { border-color: rgb(36,16,31); }
td.TdClassName
{
border-color: #24101F;
}
.TagClassName
{
border-color: #24101F;
}
</style>