Shades of Mardi Gras #240420
Tints of Mardi Gras #240420
RGB
CMYK
RGB Variations
Color information
#240420 (or 0x240420) is known color: Mardi Gras. HEX triplet: 24, 04 and 20. RGB value is (36,4,32). Sum of RGB (Red+Green+Blue) = 36+4+32=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #240420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240420 is #DBFBDF. Grayscale: #101010. Windows color (decimal): -14416864 or 2098212. OLE color: 2098212.
HSL color Cylindrical-coordinate representation of color #240420: hue angle of 307.5º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240420 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 4 | 32 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.86 |
| HSL | 307.5º | 0.8% | 0.08% | - |
| HSV(B) | 307.5º | 0.89% | 0.14% | - |
| XYZ | 1.03 | 0.57 | 1.42 | - |
| YUV | 16.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 32 | 0 | 0.89 | 0.11 | 0.86 | 307.5 | 0.8 | 0.08 |
| Hex | 24 | 4 | 20 | 0 | 59 | B | 56 | 134 | 50 | 8 |
| Octal | 44 | 4 | 40 | 0 | 131 | 13 | 126 | 464 | 120 | 10 |
| Binary | 100100 | 100 | 100000 | 0 | 1011001 | 1011 | 1010110 | 100110100 | 1010000 | 1000 |
Color Harmonies of #240420
Complementary color
Monochromatic Colors of #240420
Black with #240420
Text Example
Text Example
White with #240420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240420; }
p { color: rgb(36,4,32); }
H1.HeaderClassName
{
color: #240420;
}
.AnyTagClassName
{
color: #240420;
}
</style>
background-color css
<style>
a { background-color: #240420; }
a { background-color: rgb(36,4,32); }
div.DivClassName
{
background-color: #240420;
}
.BgClassName
{
background-color: #240420;
}
</style>
border-color css
<style>
span { border-color: #240420; }
span { border-color: rgb(36,4,32); }
td.TdClassName
{
border-color: #240420;
}
.TagClassName
{
border-color: #240420;
}
</style>