Shades of Melanzane #241D22
Tints of Melanzane #241D22
RGB
CMYK
RGB Variations
Color information
#241D22 (or 0x241D22) is known color: Melanzane. HEX triplet: 24, 1D and 22. RGB value is (36,29,34). Sum of RGB (Red+Green+Blue) = 36+29+34=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 36 - color contains mainly: red. Hex color #241D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D22 is #DBE2DD. Grayscale: #1F1F1F. Windows color (decimal): -14410462 or 2235684. OLE color: 2235684.
HSL color Cylindrical-coordinate representation of color #241D22: hue angle of 317.14º degrees, saturation: 0.11, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #241D22 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 29 | 34 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.86 |
| HSL | 317.14º | 0.11% | 0.13% | - |
| HSV(B) | 317.14º | 0.19% | 0.14% | - |
| XYZ | 1.46 | 1.37 | 1.7 | - |
| YUV | 31.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 34 | 0 | 0.19 | 0.06 | 0.86 | 317.14 | 0.11 | 0.13 |
| Hex | 24 | 1D | 22 | 0 | 13 | 6 | 56 | 13D | B | D |
| Octal | 44 | 35 | 42 | 0 | 23 | 6 | 126 | 475 | 13 | 15 |
| Binary | 100100 | 11101 | 100010 | 0 | 10011 | 110 | 1010110 | 100111101 | 1011 | 1101 |
Color Harmonies of #241D22
Complementary color
Monochromatic Colors of #241D22
Black with #241D22
Text Example
Text Example
White with #241D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D22; }
p { color: rgb(36,29,34); }
H1.HeaderClassName
{
color: #241D22;
}
.AnyTagClassName
{
color: #241D22;
}
</style>
background-color css
<style>
a { background-color: #241D22; }
a { background-color: rgb(36,29,34); }
div.DivClassName
{
background-color: #241D22;
}
.BgClassName
{
background-color: #241D22;
}
</style>
border-color css
<style>
span { border-color: #241D22; }
span { border-color: rgb(36,29,34); }
td.TdClassName
{
border-color: #241D22;
}
.TagClassName
{
border-color: #241D22;
}
</style>