Shades of Melanzane #241A20
Tints of Melanzane #241A20
RGB
CMYK
RGB Variations
Color information
#241A20 (or 0x241A20) is known color: Melanzane. HEX triplet: 24, 1A and 20. RGB value is (36,26,32). Sum of RGB (Red+Green+Blue) = 36+26+32=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 36 - color contains mainly: red. Hex color #241A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A20 is #DBE5DF. Grayscale: #1D1D1D. Windows color (decimal): -14411232 or 2103844. OLE color: 2103844.
HSL color Cylindrical-coordinate representation of color #241A20: hue angle of 324º degrees, saturation: 0.16, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #241A20 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 26 | 32 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.86 |
| HSL | 324º | 0.16% | 0.12% | - |
| HSV(B) | 324º | 0.28% | 0.14% | - |
| XYZ | 1.36 | 1.22 | 1.53 | - |
| YUV | 29.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 32 | 0 | 0.28 | 0.11 | 0.86 | 324 | 0.16 | 0.12 |
| Hex | 24 | 1A | 20 | 0 | 1C | B | 56 | 144 | 10 | C |
| Octal | 44 | 32 | 40 | 0 | 34 | 13 | 126 | 504 | 20 | 14 |
| Binary | 100100 | 11010 | 100000 | 0 | 11100 | 1011 | 1010110 | 101000100 | 10000 | 1100 |
Color Harmonies of #241A20
Complementary color
Monochromatic Colors of #241A20
Black with #241A20
Text Example
Text Example
White with #241A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A20; }
p { color: rgb(36,26,32); }
H1.HeaderClassName
{
color: #241A20;
}
.AnyTagClassName
{
color: #241A20;
}
</style>
background-color css
<style>
a { background-color: #241A20; }
a { background-color: rgb(36,26,32); }
div.DivClassName
{
background-color: #241A20;
}
.BgClassName
{
background-color: #241A20;
}
</style>
border-color css
<style>
span { border-color: #241A20; }
span { border-color: rgb(36,26,32); }
td.TdClassName
{
border-color: #241A20;
}
.TagClassName
{
border-color: #241A20;
}
</style>