Shades of Mardi Gras #1D021C
Tints of Mardi Gras #1D021C
RGB
CMYK
RGB Variations
Color information
#1D021C (or 0x1D021C) is known color: Mardi Gras. HEX triplet: 1D, 02 and 1C. RGB value is (29,2,28). Sum of RGB (Red+Green+Blue) = 29+2+28=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 29 - color contains mainly: red. Hex color #1D021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D021C is #E2FDE3. Grayscale: #0C0C0C. Windows color (decimal): -14876132 or 1835549. OLE color: 1835549.
HSL color Cylindrical-coordinate representation of color #1D021C: hue angle of 302.22º 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 #1D021C is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 2 | 28 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.89 |
| HSL | 302.22º | 0.87% | 0.06% | - |
| HSV(B) | 302.22º | 0.93% | 0.11% | - |
| XYZ | 0.74 | 0.39 | 1.13 | - |
| YUV | 13.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 28 | 0 | 0.93 | 0.03 | 0.89 | 302.22 | 0.87 | 0.06 |
| Hex | 1D | 2 | 1C | 0 | 5D | 3 | 59 | 12E | 57 | 6 |
| Octal | 35 | 2 | 34 | 0 | 135 | 3 | 131 | 456 | 127 | 6 |
| Binary | 11101 | 10 | 11100 | 0 | 1011101 | 11 | 1011001 | 100101110 | 1010111 | 110 |
Color Harmonies of #1D021C
Complementary color
Monochromatic Colors of #1D021C
Black with #1D021C
Text Example
Text Example
White with #1D021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D021C; }
p { color: rgb(29,2,28); }
H1.HeaderClassName
{
color: #1D021C;
}
.AnyTagClassName
{
color: #1D021C;
}
</style>
background-color css
<style>
a { background-color: #1D021C; }
a { background-color: rgb(29,2,28); }
div.DivClassName
{
background-color: #1D021C;
}
.BgClassName
{
background-color: #1D021C;
}
</style>
border-color css
<style>
span { border-color: #1D021C; }
span { border-color: rgb(29,2,28); }
td.TdClassName
{
border-color: #1D021C;
}
.TagClassName
{
border-color: #1D021C;
}
</style>