Shades of Mardi Gras #1D0019
Tints of Mardi Gras #1D0019
RGB
CMYK
RGB Variations
Color information
#1D0019 (or 0x1D0019) is known color: Mardi Gras. HEX triplet: 1D, 00 and 19. RGB value is (29,0,25). Sum of RGB (Red+Green+Blue) = 29+0+25=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0019 is #E2FFE6. Grayscale: #0B0B0B. Windows color (decimal): -14876647 or 1638429. OLE color: 1638429.
HSL color Cylindrical-coordinate representation of color #1D0019: hue angle of 308.28º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0019 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.14 | 0.89 |
| HSL | 308.28º | 1% | 0.06% | - |
| HSV(B) | 308.28º | 1% | 0.11% | - |
| XYZ | 0.68 | 0.33 | 0.95 | - |
| YUV | 11.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 25 | 0 | 1 | 0.14 | 0.89 | 308.28 | 1 | 0.06 |
| Hex | 1D | 0 | 19 | 0 | 64 | E | 59 | 134 | 64 | 6 |
| Octal | 35 | 0 | 31 | 0 | 144 | 16 | 131 | 464 | 144 | 6 |
| Binary | 11101 | 0 | 11001 | 0 | 1100100 | 1110 | 1011001 | 100110100 | 1100100 | 110 |
Color Harmonies of #1D0019
Complementary color
Monochromatic Colors of #1D0019
Black with #1D0019
Text Example
Text Example
White with #1D0019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0019; }
p { color: rgb(29,0,25); }
H1.HeaderClassName
{
color: #1D0019;
}
.AnyTagClassName
{
color: #1D0019;
}
</style>
background-color css
<style>
a { background-color: #1D0019; }
a { background-color: rgb(29,0,25); }
div.DivClassName
{
background-color: #1D0019;
}
.BgClassName
{
background-color: #1D0019;
}
</style>
border-color css
<style>
span { border-color: #1D0019; }
span { border-color: rgb(29,0,25); }
td.TdClassName
{
border-color: #1D0019;
}
.TagClassName
{
border-color: #1D0019;
}
</style>