Shades of Mardi Gras #24001E
Tints of Mardi Gras #24001E
RGB
CMYK
RGB Variations
Color information
#24001E (or 0x24001E) is known color: Mardi Gras. HEX triplet: 24, 00 and 1E. RGB value is (36,0,30). Sum of RGB (Red+Green+Blue) = 36+0+30=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #24001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24001E is #DBFFE1. Grayscale: #0E0E0E. Windows color (decimal): -14417890 or 1966116. OLE color: 1966116.
HSL color Cylindrical-coordinate representation of color #24001E: hue angle of 310º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24001E is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.17 | 0.86 |
| HSL | 310º | 1% | 0.07% | - |
| HSV(B) | 310º | 1% | 0.14% | - |
| XYZ | 0.96 | 0.47 | 1.27 | - |
| YUV | 14.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 30 | 0 | 1 | 0.17 | 0.86 | 310 | 1 | 0.07 |
| Hex | 24 | 0 | 1E | 0 | 64 | 11 | 56 | 136 | 64 | 7 |
| Octal | 44 | 0 | 36 | 0 | 144 | 21 | 126 | 466 | 144 | 7 |
| Binary | 100100 | 0 | 11110 | 0 | 1100100 | 10001 | 1010110 | 100110110 | 1100100 | 111 |
Color Harmonies of #24001E
Complementary color
Monochromatic Colors of #24001E
Black with #24001E
Text Example
Text Example
White with #24001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24001E; }
p { color: rgb(36,0,30); }
H1.HeaderClassName
{
color: #24001E;
}
.AnyTagClassName
{
color: #24001E;
}
</style>
background-color css
<style>
a { background-color: #24001E; }
a { background-color: rgb(36,0,30); }
div.DivClassName
{
background-color: #24001E;
}
.BgClassName
{
background-color: #24001E;
}
</style>
border-color css
<style>
span { border-color: #24001E; }
span { border-color: rgb(36,0,30); }
td.TdClassName
{
border-color: #24001E;
}
.TagClassName
{
border-color: #24001E;
}
</style>