Shades of Mardi Gras #1D051D
Tints of Mardi Gras #1D051D
RGB
CMYK
RGB Variations
Color information
#1D051D (or 0x1D051D) is known color: Mardi Gras. HEX triplet: 1D, 05 and 1D. RGB value is (29,5,29). Sum of RGB (Red+Green+Blue) = 29+5+29=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D051D is #E2FAE2. Grayscale: #0E0E0E. Windows color (decimal): -14875363 or 1901853. OLE color: 1901853.
HSL color Cylindrical-coordinate representation of color #1D051D: hue angle of 300º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D051D is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 5 | 29 | - |
| CMYK | 0 | 0.83 | 0 | 0.89 |
| HSL | 300º | 0.71% | 0.07% | - |
| HSV(B) | 300º | 0.83% | 0.11% | - |
| XYZ | 0.78 | 0.46 | 1.21 | - |
| YUV | 14.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 29 | 0 | 0.83 | 0 | 0.89 | 300 | 0.71 | 0.07 |
| Hex | 1D | 5 | 1D | 0 | 53 | 0 | 59 | 12C | 47 | 7 |
| Octal | 35 | 5 | 35 | 0 | 123 | 0 | 131 | 454 | 107 | 7 |
| Binary | 11101 | 101 | 11101 | 0 | 1010011 | 0 | 1011001 | 100101100 | 1000111 | 111 |
Color Harmonies of #1D051D
Complementary color
Monochromatic Colors of #1D051D
Black with #1D051D
Text Example
Text Example
White with #1D051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D051D; }
p { color: rgb(29,5,29); }
H1.HeaderClassName
{
color: #1D051D;
}
.AnyTagClassName
{
color: #1D051D;
}
</style>
background-color css
<style>
a { background-color: #1D051D; }
a { background-color: rgb(29,5,29); }
div.DivClassName
{
background-color: #1D051D;
}
.BgClassName
{
background-color: #1D051D;
}
</style>
border-color css
<style>
span { border-color: #1D051D; }
span { border-color: rgb(29,5,29); }
td.TdClassName
{
border-color: #1D051D;
}
.TagClassName
{
border-color: #1D051D;
}
</style>