Shades of Mardi Gras #1D0419
Tints of Mardi Gras #1D0419
RGB
CMYK
RGB Variations
Color information
#1D0419 (or 0x1D0419) is known color: Mardi Gras. HEX triplet: 1D, 04 and 19. RGB value is (29,4,25). Sum of RGB (Red+Green+Blue) = 29+4+25=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0419 is #E2FBE6. Grayscale: #0D0D0D. Windows color (decimal): -14875623 or 1639453. OLE color: 1639453.
HSL color Cylindrical-coordinate representation of color #1D0419: hue angle of 309.6º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D0419 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 4 | 25 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.89 |
| HSL | 309.6º | 0.76% | 0.06% | - |
| HSV(B) | 309.6º | 0.86% | 0.11% | - |
| XYZ | 0.73 | 0.42 | 0.96 | - |
| YUV | 13.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 25 | 0 | 0.86 | 0.14 | 0.89 | 309.6 | 0.76 | 0.06 |
| Hex | 1D | 4 | 19 | 0 | 56 | E | 59 | 136 | 4C | 6 |
| Octal | 35 | 4 | 31 | 0 | 126 | 16 | 131 | 466 | 114 | 6 |
| Binary | 11101 | 100 | 11001 | 0 | 1010110 | 1110 | 1011001 | 100110110 | 1001100 | 110 |
Color Harmonies of #1D0419
Complementary color
Monochromatic Colors of #1D0419
Black with #1D0419
Text Example
Text Example
White with #1D0419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0419; }
p { color: rgb(29,4,25); }
H1.HeaderClassName
{
color: #1D0419;
}
.AnyTagClassName
{
color: #1D0419;
}
</style>
background-color css
<style>
a { background-color: #1D0419; }
a { background-color: rgb(29,4,25); }
div.DivClassName
{
background-color: #1D0419;
}
.BgClassName
{
background-color: #1D0419;
}
</style>
border-color css
<style>
span { border-color: #1D0419; }
span { border-color: rgb(29,4,25); }
td.TdClassName
{
border-color: #1D0419;
}
.TagClassName
{
border-color: #1D0419;
}
</style>