Shades of Mardi Gras #24001D
Tints of Mardi Gras #24001D
RGB
CMYK
RGB Variations
Color information
#24001D (or 0x24001D) is known color: Mardi Gras. HEX triplet: 24, 00 and 1D. RGB value is (36,0,29). Sum of RGB (Red+Green+Blue) = 36+0+29=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #24001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24001D is #DBFFE2. Grayscale: #0D0D0D. Windows color (decimal): -14417891 or 1900580. OLE color: 1900580.
HSL color Cylindrical-coordinate representation of color #24001D: hue angle of 311.67º 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 #24001D is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.19 | 0.86 |
| HSL | 311.67º | 1% | 0.07% | - |
| HSV(B) | 311.67º | 1% | 0.14% | - |
| XYZ | 0.95 | 0.46 | 1.2 | - |
| YUV | 14.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 29 | 0 | 1 | 0.19 | 0.86 | 311.67 | 1 | 0.07 |
| Hex | 24 | 0 | 1D | 0 | 64 | 13 | 56 | 138 | 64 | 7 |
| Octal | 44 | 0 | 35 | 0 | 144 | 23 | 126 | 470 | 144 | 7 |
| Binary | 100100 | 0 | 11101 | 0 | 1100100 | 10011 | 1010110 | 100111000 | 1100100 | 111 |
Color Harmonies of #24001D
Complementary color
Monochromatic Colors of #24001D
Black with #24001D
Text Example
Text Example
White with #24001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24001D; }
p { color: rgb(36,0,29); }
H1.HeaderClassName
{
color: #24001D;
}
.AnyTagClassName
{
color: #24001D;
}
</style>
background-color css
<style>
a { background-color: #24001D; }
a { background-color: rgb(36,0,29); }
div.DivClassName
{
background-color: #24001D;
}
.BgClassName
{
background-color: #24001D;
}
</style>
border-color css
<style>
span { border-color: #24001D; }
span { border-color: rgb(36,0,29); }
td.TdClassName
{
border-color: #24001D;
}
.TagClassName
{
border-color: #24001D;
}
</style>