Shades of Mardi Gras #241124
Tints of Mardi Gras #241124
RGB
CMYK
RGB Variations
Color information
#241124 (or 0x241124) is known color: Mardi Gras. HEX triplet: 24, 11 and 24. RGB value is (36,17,36). Sum of RGB (Red+Green+Blue) = 36+17+36=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #241124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241124 is #DBEEDB. Grayscale: #181818. Windows color (decimal): -14413532 or 2363684. OLE color: 2363684.
HSL color Cylindrical-coordinate representation of color #241124: hue angle of 300º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #241124 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 17 | 36 | - |
| CMYK | 0 | 0.53 | 0 | 0.86 |
| HSL | 300º | 0.36% | 0.1% | - |
| HSV(B) | 300º | 0.53% | 0.14% | - |
| XYZ | 1.25 | 0.9 | 1.78 | - |
| YUV | 24.85 | 134.29 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 36 | 0 | 0.53 | 0 | 0.86 | 300 | 0.36 | 0.1 |
| Hex | 24 | 11 | 24 | 0 | 35 | 0 | 56 | 12C | 24 | A |
| Octal | 44 | 21 | 44 | 0 | 65 | 0 | 126 | 454 | 44 | 12 |
| Binary | 100100 | 10001 | 100100 | 0 | 110101 | 0 | 1010110 | 100101100 | 100100 | 1010 |
Color Harmonies of #241124
Complementary color
Monochromatic Colors of #241124
Black with #241124
Text Example
Text Example
White with #241124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241124; }
p { color: rgb(36,17,36); }
H1.HeaderClassName
{
color: #241124;
}
.AnyTagClassName
{
color: #241124;
}
</style>
background-color css
<style>
a { background-color: #241124; }
a { background-color: rgb(36,17,36); }
div.DivClassName
{
background-color: #241124;
}
.BgClassName
{
background-color: #241124;
}
</style>
border-color css
<style>
span { border-color: #241124; }
span { border-color: rgb(36,17,36); }
td.TdClassName
{
border-color: #241124;
}
.TagClassName
{
border-color: #241124;
}
</style>