Shades of Mardi Gras #240224
Tints of Mardi Gras #240224
RGB
CMYK
RGB Variations
Color information
#240224 (or 0x240224) is known color: Mardi Gras. HEX triplet: 24, 02 and 24. RGB value is (36,2,36). Sum of RGB (Red+Green+Blue) = 36+2+36=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #240224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240224 is #DBFDDB. Grayscale: #0F0F0F. Windows color (decimal): -14417372 or 2359844. OLE color: 2359844.
HSL color Cylindrical-coordinate representation of color #240224: hue angle of 300º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240224 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 2 | 36 | - |
| CMYK | 0 | 0.94 | 0 | 0.86 |
| HSL | 300º | 0.89% | 0.07% | - |
| HSV(B) | 300º | 0.94% | 0.14% | - |
| XYZ | 1.07 | 0.55 | 1.72 | - |
| YUV | 16.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 36 | 0 | 0.94 | 0 | 0.86 | 300 | 0.89 | 0.07 |
| Hex | 24 | 2 | 24 | 0 | 5E | 0 | 56 | 12C | 59 | 7 |
| Octal | 44 | 2 | 44 | 0 | 136 | 0 | 126 | 454 | 131 | 7 |
| Binary | 100100 | 10 | 100100 | 0 | 1011110 | 0 | 1010110 | 100101100 | 1011001 | 111 |
Color Harmonies of #240224
Complementary color
Monochromatic Colors of #240224
Black with #240224
Text Example
Text Example
White with #240224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240224; }
p { color: rgb(36,2,36); }
H1.HeaderClassName
{
color: #240224;
}
.AnyTagClassName
{
color: #240224;
}
</style>
background-color css
<style>
a { background-color: #240224; }
a { background-color: rgb(36,2,36); }
div.DivClassName
{
background-color: #240224;
}
.BgClassName
{
background-color: #240224;
}
</style>
border-color css
<style>
span { border-color: #240224; }
span { border-color: rgb(36,2,36); }
td.TdClassName
{
border-color: #240224;
}
.TagClassName
{
border-color: #240224;
}
</style>