Shades of Mardi Gras #240120
Tints of Mardi Gras #240120
RGB
CMYK
RGB Variations
Color information
#240120 (or 0x240120) is known color: Mardi Gras. HEX triplet: 24, 01 and 20. RGB value is (36,1,32). Sum of RGB (Red+Green+Blue) = 36+1+32=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #240120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240120 is #DBFEDF. Grayscale: #0E0E0E. Windows color (decimal): -14417632 or 2097444. OLE color: 2097444.
HSL color Cylindrical-coordinate representation of color #240120: hue angle of 306.86º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240120 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 1 | 32 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.86 |
| HSL | 306.86º | 0.95% | 0.07% | - |
| HSV(B) | 306.86º | 0.97% | 0.14% | - |
| XYZ | 1 | 0.5 | 1.41 | - |
| YUV | 15 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 32 | 0 | 0.97 | 0.11 | 0.86 | 306.86 | 0.95 | 0.07 |
| Hex | 24 | 1 | 20 | 0 | 61 | B | 56 | 133 | 5F | 7 |
| Octal | 44 | 1 | 40 | 0 | 141 | 13 | 126 | 463 | 137 | 7 |
| Binary | 100100 | 1 | 100000 | 0 | 1100001 | 1011 | 1010110 | 100110011 | 1011111 | 111 |
Color Harmonies of #240120
Complementary color
Monochromatic Colors of #240120
Black with #240120
Text Example
Text Example
White with #240120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240120; }
p { color: rgb(36,1,32); }
H1.HeaderClassName
{
color: #240120;
}
.AnyTagClassName
{
color: #240120;
}
</style>
background-color css
<style>
a { background-color: #240120; }
a { background-color: rgb(36,1,32); }
div.DivClassName
{
background-color: #240120;
}
.BgClassName
{
background-color: #240120;
}
</style>
border-color css
<style>
span { border-color: #240120; }
span { border-color: rgb(36,1,32); }
td.TdClassName
{
border-color: #240120;
}
.TagClassName
{
border-color: #240120;
}
</style>