Shades of Mardi Gras #241C24
Tints of Mardi Gras #241C24
RGB
CMYK
RGB Variations
Color information
#241C24 (or 0x241C24) is known color: Mardi Gras. HEX triplet: 24, 1C and 24. RGB value is (36,28,36). Sum of RGB (Red+Green+Blue) = 36+28+36=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #241C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C24 is #DBE3DB. Grayscale: #1F1F1F. Windows color (decimal): -14410716 or 2366500. OLE color: 2366500.
HSL color Cylindrical-coordinate representation of color #241C24: hue angle of 300º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #241C24 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 28 | 36 | - |
| CMYK | 0 | 0.22 | 0 | 0.86 |
| HSL | 300º | 0.13% | 0.13% | - |
| HSV(B) | 300º | 0.22% | 0.14% | - |
| XYZ | 1.46 | 1.33 | 1.85 | - |
| YUV | 31.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 36 | 0 | 0.22 | 0 | 0.86 | 300 | 0.13 | 0.13 |
| Hex | 24 | 1C | 24 | 0 | 16 | 0 | 56 | 12C | C | D |
| Octal | 44 | 34 | 44 | 0 | 26 | 0 | 126 | 454 | 14 | 15 |
| Binary | 100100 | 11100 | 100100 | 0 | 10110 | 0 | 1010110 | 100101100 | 1100 | 1101 |
Color Harmonies of #241C24
Complementary color
Monochromatic Colors of #241C24
Black with #241C24
Text Example
Text Example
White with #241C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C24; }
p { color: rgb(36,28,36); }
H1.HeaderClassName
{
color: #241C24;
}
.AnyTagClassName
{
color: #241C24;
}
</style>
background-color css
<style>
a { background-color: #241C24; }
a { background-color: rgb(36,28,36); }
div.DivClassName
{
background-color: #241C24;
}
.BgClassName
{
background-color: #241C24;
}
</style>
border-color css
<style>
span { border-color: #241C24; }
span { border-color: rgb(36,28,36); }
td.TdClassName
{
border-color: #241C24;
}
.TagClassName
{
border-color: #241C24;
}
</style>