Shades of Mardi Gras #24021D
Tints of Mardi Gras #24021D
RGB
CMYK
RGB Variations
Color information
#24021D (or 0x24021D) is known color: Mardi Gras. HEX triplet: 24, 02 and 1D. RGB value is (36,2,29). Sum of RGB (Red+Green+Blue) = 36+2+29=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #24021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24021D is #DBFDE2. Grayscale: #0F0F0F. Windows color (decimal): -14417379 or 1901092. OLE color: 1901092.
HSL color Cylindrical-coordinate representation of color #24021D: hue angle of 312.35º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #24021D is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 2 | 29 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.86 |
| HSL | 312.35º | 0.89% | 0.07% | - |
| HSV(B) | 312.35º | 0.94% | 0.14% | - |
| XYZ | 0.97 | 0.51 | 1.21 | - |
| YUV | 15.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 29 | 0 | 0.94 | 0.19 | 0.86 | 312.35 | 0.89 | 0.07 |
| Hex | 24 | 2 | 1D | 0 | 5E | 13 | 56 | 138 | 59 | 7 |
| Octal | 44 | 2 | 35 | 0 | 136 | 23 | 126 | 470 | 131 | 7 |
| Binary | 100100 | 10 | 11101 | 0 | 1011110 | 10011 | 1010110 | 100111000 | 1011001 | 111 |
Color Harmonies of #24021D
Complementary color
Monochromatic Colors of #24021D
Black with #24021D
Text Example
Text Example
White with #24021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24021D; }
p { color: rgb(36,2,29); }
H1.HeaderClassName
{
color: #24021D;
}
.AnyTagClassName
{
color: #24021D;
}
</style>
background-color css
<style>
a { background-color: #24021D; }
a { background-color: rgb(36,2,29); }
div.DivClassName
{
background-color: #24021D;
}
.BgClassName
{
background-color: #24021D;
}
</style>
border-color css
<style>
span { border-color: #24021D; }
span { border-color: rgb(36,2,29); }
td.TdClassName
{
border-color: #24021D;
}
.TagClassName
{
border-color: #24021D;
}
</style>