Shades of Mardi Gras #241424
Tints of Mardi Gras #241424
RGB
CMYK
RGB Variations
Color information
#241424 (or 0x241424) is known color: Mardi Gras. HEX triplet: 24, 14 and 24. RGB value is (36,20,36). Sum of RGB (Red+Green+Blue) = 36+20+36=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #241424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241424 is #DBEBDB. Grayscale: #1A1A1A. Windows color (decimal): -14412764 or 2364452. OLE color: 2364452.
HSL color Cylindrical-coordinate representation of color #241424: hue angle of 300º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #241424 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 20 | 36 | - |
| CMYK | 0 | 0.44 | 0 | 0.86 |
| HSL | 300º | 0.29% | 0.11% | - |
| HSV(B) | 300º | 0.44% | 0.14% | - |
| XYZ | 1.3 | 1 | 1.79 | - |
| YUV | 26.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 36 | 0 | 0.44 | 0 | 0.86 | 300 | 0.29 | 0.11 |
| Hex | 24 | 14 | 24 | 0 | 2C | 0 | 56 | 12C | 1D | B |
| Octal | 44 | 24 | 44 | 0 | 54 | 0 | 126 | 454 | 35 | 13 |
| Binary | 100100 | 10100 | 100100 | 0 | 101100 | 0 | 1010110 | 100101100 | 11101 | 1011 |
Color Harmonies of #241424
Complementary color
Monochromatic Colors of #241424
Black with #241424
Text Example
Text Example
White with #241424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241424; }
p { color: rgb(36,20,36); }
H1.HeaderClassName
{
color: #241424;
}
.AnyTagClassName
{
color: #241424;
}
</style>
background-color css
<style>
a { background-color: #241424; }
a { background-color: rgb(36,20,36); }
div.DivClassName
{
background-color: #241424;
}
.BgClassName
{
background-color: #241424;
}
</style>
border-color css
<style>
span { border-color: #241424; }
span { border-color: rgb(36,20,36); }
td.TdClassName
{
border-color: #241424;
}
.TagClassName
{
border-color: #241424;
}
</style>