Shades of Mardi Gras #24011E
Tints of Mardi Gras #24011E
RGB
CMYK
RGB Variations
Color information
#24011E (or 0x24011E) is known color: Mardi Gras. HEX triplet: 24, 01 and 1E. RGB value is (36,1,30). Sum of RGB (Red+Green+Blue) = 36+1+30=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #24011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24011E is #DBFEE1. Grayscale: #0E0E0E. Windows color (decimal): -14417634 or 1966372. OLE color: 1966372.
HSL color Cylindrical-coordinate representation of color #24011E: hue angle of 310.29º 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 #24011E is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 1 | 30 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.86 |
| HSL | 310.29º | 0.95% | 0.07% | - |
| HSV(B) | 310.29º | 0.97% | 0.14% | - |
| XYZ | 0.97 | 0.49 | 1.27 | - |
| YUV | 14.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 30 | 0 | 0.97 | 0.17 | 0.86 | 310.29 | 0.95 | 0.07 |
| Hex | 24 | 1 | 1E | 0 | 61 | 11 | 56 | 136 | 5F | 7 |
| Octal | 44 | 1 | 36 | 0 | 141 | 21 | 126 | 466 | 137 | 7 |
| Binary | 100100 | 1 | 11110 | 0 | 1100001 | 10001 | 1010110 | 100110110 | 1011111 | 111 |
Color Harmonies of #24011E
Complementary color
Monochromatic Colors of #24011E
Black with #24011E
Text Example
Text Example
White with #24011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24011E; }
p { color: rgb(36,1,30); }
H1.HeaderClassName
{
color: #24011E;
}
.AnyTagClassName
{
color: #24011E;
}
</style>
background-color css
<style>
a { background-color: #24011E; }
a { background-color: rgb(36,1,30); }
div.DivClassName
{
background-color: #24011E;
}
.BgClassName
{
background-color: #24011E;
}
</style>
border-color css
<style>
span { border-color: #24011E; }
span { border-color: rgb(36,1,30); }
td.TdClassName
{
border-color: #24011E;
}
.TagClassName
{
border-color: #24011E;
}
</style>