Shades of Mardi Gras #1D0319
Tints of Mardi Gras #1D0319
RGB
CMYK
RGB Variations
Color information
#1D0319 (or 0x1D0319) is known color: Mardi Gras. HEX triplet: 1D, 03 and 19. RGB value is (29,3,25). Sum of RGB (Red+Green+Blue) = 29+3+25=57 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50.88% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0319 is #E2FCE6. Grayscale: #0D0D0D. Windows color (decimal): -14875879 or 1639197. OLE color: 1639197.
HSL color Cylindrical-coordinate representation of color #1D0319: hue angle of 309.23º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0319 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 3 | 25 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.89 |
| HSL | 309.23º | 0.81% | 0.06% | - |
| HSV(B) | 309.23º | 0.9% | 0.11% | - |
| XYZ | 0.71 | 0.4 | 0.96 | - |
| YUV | 13.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 25 | 0 | 0.90 | 0.14 | 0.89 | 309.23 | 0.81 | 0.06 |
| Hex | 1D | 3 | 19 | 0 | 5A | E | 59 | 135 | 51 | 6 |
| Octal | 35 | 3 | 31 | 0 | 132 | 16 | 131 | 465 | 121 | 6 |
| Binary | 11101 | 11 | 11001 | 0 | 1011010 | 1110 | 1011001 | 100110101 | 1010001 | 110 |
Color Harmonies of #1D0319
Complementary color
Monochromatic Colors of #1D0319
Black with #1D0319
Text Example
Text Example
White with #1D0319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0319; }
p { color: rgb(29,3,25); }
H1.HeaderClassName
{
color: #1D0319;
}
.AnyTagClassName
{
color: #1D0319;
}
</style>
background-color css
<style>
a { background-color: #1D0319; }
a { background-color: rgb(29,3,25); }
div.DivClassName
{
background-color: #1D0319;
}
.BgClassName
{
background-color: #1D0319;
}
</style>
border-color css
<style>
span { border-color: #1D0319; }
span { border-color: rgb(29,3,25); }
td.TdClassName
{
border-color: #1D0319;
}
.TagClassName
{
border-color: #1D0319;
}
</style>