Shades of Mardi Gras #240324
Tints of Mardi Gras #240324
RGB
CMYK
RGB Variations
Color information
#240324 (or 0x240324) is known color: Mardi Gras. HEX triplet: 24, 03 and 24. RGB value is (36,3,36). Sum of RGB (Red+Green+Blue) = 36+3+36=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #240324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240324 is #DBFCDB. Grayscale: #101010. Windows color (decimal): -14417116 or 2360100. OLE color: 2360100.
HSL color Cylindrical-coordinate representation of color #240324: hue angle of 300º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240324 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 3 | 36 | - |
| CMYK | 0 | 0.92 | 0 | 0.86 |
| HSL | 300º | 0.85% | 0.08% | - |
| HSV(B) | 300º | 0.92% | 0.14% | - |
| XYZ | 1.08 | 0.57 | 1.72 | - |
| YUV | 16.63 | 138.93 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 36 | 0 | 0.92 | 0 | 0.86 | 300 | 0.85 | 0.08 |
| Hex | 24 | 3 | 24 | 0 | 5C | 0 | 56 | 12C | 55 | 8 |
| Octal | 44 | 3 | 44 | 0 | 134 | 0 | 126 | 454 | 125 | 10 |
| Binary | 100100 | 11 | 100100 | 0 | 1011100 | 0 | 1010110 | 100101100 | 1010101 | 1000 |
Color Harmonies of #240324
Complementary color
Monochromatic Colors of #240324
Black with #240324
Text Example
Text Example
White with #240324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240324; }
p { color: rgb(36,3,36); }
H1.HeaderClassName
{
color: #240324;
}
.AnyTagClassName
{
color: #240324;
}
</style>
background-color css
<style>
a { background-color: #240324; }
a { background-color: rgb(36,3,36); }
div.DivClassName
{
background-color: #240324;
}
.BgClassName
{
background-color: #240324;
}
</style>
border-color css
<style>
span { border-color: #240324; }
span { border-color: rgb(36,3,36); }
td.TdClassName
{
border-color: #240324;
}
.TagClassName
{
border-color: #240324;
}
</style>