Shades of Mardi Gras #240121
Tints of Mardi Gras #240121
RGB
CMYK
RGB Variations
Color information
#240121 (or 0x240121) is known color: Mardi Gras. HEX triplet: 24, 01 and 21. RGB value is (36,1,33). Sum of RGB (Red+Green+Blue) = 36+1+33=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 33 (13.28% from 255 or 47.14% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #240121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240121 is #DBFEDE. Grayscale: #0F0F0F. Windows color (decimal): -14417631 or 2162980. OLE color: 2162980.
HSL color Cylindrical-coordinate representation of color #240121: hue angle of 305.14º 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 #240121 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 1 | 33 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.86 |
| HSL | 305.14º | 0.95% | 0.07% | - |
| HSV(B) | 305.14º | 0.97% | 0.14% | - |
| XYZ | 1.01 | 0.51 | 1.48 | - |
| YUV | 15.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 33 | 0 | 0.97 | 0.08 | 0.86 | 305.14 | 0.95 | 0.07 |
| Hex | 24 | 1 | 21 | 0 | 61 | 8 | 56 | 131 | 5F | 7 |
| Octal | 44 | 1 | 41 | 0 | 141 | 10 | 126 | 461 | 137 | 7 |
| Binary | 100100 | 1 | 100001 | 0 | 1100001 | 1000 | 1010110 | 100110001 | 1011111 | 111 |
Color Harmonies of #240121
Complementary color
Monochromatic Colors of #240121
Black with #240121
Text Example
Text Example
White with #240121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240121; }
p { color: rgb(36,1,33); }
H1.HeaderClassName
{
color: #240121;
}
.AnyTagClassName
{
color: #240121;
}
</style>
background-color css
<style>
a { background-color: #240121; }
a { background-color: rgb(36,1,33); }
div.DivClassName
{
background-color: #240121;
}
.BgClassName
{
background-color: #240121;
}
</style>
border-color css
<style>
span { border-color: #240121; }
span { border-color: rgb(36,1,33); }
td.TdClassName
{
border-color: #240121;
}
.TagClassName
{
border-color: #240121;
}
</style>