Shades of Mardi Gras #1D021D
Tints of Mardi Gras #1D021D
RGB
CMYK
RGB Variations
Color information
#1D021D (or 0x1D021D) is known color: Mardi Gras. HEX triplet: 1D, 02 and 1D. RGB value is (29,2,29). Sum of RGB (Red+Green+Blue) = 29+2+29=60 (7% of max value = 765). Red value is 29 (11.72% from 255 or 48.33% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D021D is #E2FDE2. Grayscale: #0D0D0D. Windows color (decimal): -14876131 or 1901085. OLE color: 1901085.
HSL color Cylindrical-coordinate representation of color #1D021D: hue angle of 300º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D021D is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 2 | 29 | - |
| CMYK | 0 | 0.93 | 0 | 0.89 |
| HSL | 300º | 0.87% | 0.06% | - |
| HSV(B) | 300º | 0.93% | 0.11% | - |
| XYZ | 0.75 | 0.39 | 1.2 | - |
| YUV | 13.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 29 | 0 | 0.93 | 0 | 0.89 | 300 | 0.87 | 0.06 |
| Hex | 1D | 2 | 1D | 0 | 5D | 0 | 59 | 12C | 57 | 6 |
| Octal | 35 | 2 | 35 | 0 | 135 | 0 | 131 | 454 | 127 | 6 |
| Binary | 11101 | 10 | 11101 | 0 | 1011101 | 0 | 1011001 | 100101100 | 1010111 | 110 |
Color Harmonies of #1D021D
Complementary color
Monochromatic Colors of #1D021D
Black with #1D021D
Text Example
Text Example
White with #1D021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D021D; }
p { color: rgb(29,2,29); }
H1.HeaderClassName
{
color: #1D021D;
}
.AnyTagClassName
{
color: #1D021D;
}
</style>
background-color css
<style>
a { background-color: #1D021D; }
a { background-color: rgb(29,2,29); }
div.DivClassName
{
background-color: #1D021D;
}
.BgClassName
{
background-color: #1D021D;
}
</style>
border-color css
<style>
span { border-color: #1D021D; }
span { border-color: rgb(29,2,29); }
td.TdClassName
{
border-color: #1D021D;
}
.TagClassName
{
border-color: #1D021D;
}
</style>