Shades of Mardi Gras #240A24
Tints of Mardi Gras #240A24
RGB
CMYK
RGB Variations
Color information
#240A24 (or 0x240A24) is known color: Mardi Gras. HEX triplet: 24, 0A and 24. RGB value is (36,10,36). Sum of RGB (Red+Green+Blue) = 36+10+36=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 36 (14.45% from 255 or 43.90% from 82); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #240A24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A24 is #DBF5DB. Grayscale: #141414. Windows color (decimal): -14415324 or 2361892. OLE color: 2361892.
HSL color Cylindrical-coordinate representation of color #240A24: hue angle of 300º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #240A24 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 10 | 36 | - |
| CMYK | 0 | 0.72 | 0 | 0.86 |
| HSL | 300º | 0.57% | 0.09% | - |
| HSV(B) | 300º | 0.72% | 0.14% | - |
| XYZ | 1.15 | 0.72 | 1.75 | - |
| YUV | 20.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 36 | 0 | 0.72 | 0 | 0.86 | 300 | 0.57 | 0.09 |
| Hex | 24 | A | 24 | 0 | 48 | 0 | 56 | 12C | 39 | 9 |
| Octal | 44 | 12 | 44 | 0 | 110 | 0 | 126 | 454 | 71 | 11 |
| Binary | 100100 | 1010 | 100100 | 0 | 1001000 | 0 | 1010110 | 100101100 | 111001 | 1001 |
Color Harmonies of #240A24
Complementary color
Monochromatic Colors of #240A24
Black with #240A24
Text Example
Text Example
White with #240A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240A24; }
p { color: rgb(36,10,36); }
H1.HeaderClassName
{
color: #240A24;
}
.AnyTagClassName
{
color: #240A24;
}
</style>
background-color css
<style>
a { background-color: #240A24; }
a { background-color: rgb(36,10,36); }
div.DivClassName
{
background-color: #240A24;
}
.BgClassName
{
background-color: #240A24;
}
</style>
border-color css
<style>
span { border-color: #240A24; }
span { border-color: rgb(36,10,36); }
td.TdClassName
{
border-color: #240A24;
}
.TagClassName
{
border-color: #240A24;
}
</style>