Shades of Mardi Gras #1D0D1C
Tints of Mardi Gras #1D0D1C
RGB
CMYK
RGB Variations
Color information
#1D0D1C (or 0x1D0D1C) is known color: Mardi Gras. HEX triplet: 1D, 0D and 1C. RGB value is (29,13,28). Sum of RGB (Red+Green+Blue) = 29+13+28=70 (9% of max value = 765). Red value is 29 (11.72% from 255 or 41.43% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0D1C is #E2F2E3. Grayscale: #131313. Windows color (decimal): -14873316 or 1838365. OLE color: 1838365.
HSL color Cylindrical-coordinate representation of color #1D0D1C: hue angle of 303.75º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D0D1C is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 13 | 28 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.89 |
| HSL | 303.75º | 0.38% | 0.08% | - |
| HSV(B) | 303.75º | 0.55% | 0.11% | - |
| XYZ | 0.86 | 0.63 | 1.18 | - |
| YUV | 19.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 28 | 0 | 0.55 | 0.03 | 0.89 | 303.75 | 0.38 | 0.08 |
| Hex | 1D | D | 1C | 0 | 37 | 3 | 59 | 130 | 26 | 8 |
| Octal | 35 | 15 | 34 | 0 | 67 | 3 | 131 | 460 | 46 | 10 |
| Binary | 11101 | 1101 | 11100 | 0 | 110111 | 11 | 1011001 | 100110000 | 100110 | 1000 |
Color Harmonies of #1D0D1C
Complementary color
Monochromatic Colors of #1D0D1C
Black with #1D0D1C
Text Example
Text Example
White with #1D0D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0D1C; }
p { color: rgb(29,13,28); }
H1.HeaderClassName
{
color: #1D0D1C;
}
.AnyTagClassName
{
color: #1D0D1C;
}
</style>
background-color css
<style>
a { background-color: #1D0D1C; }
a { background-color: rgb(29,13,28); }
div.DivClassName
{
background-color: #1D0D1C;
}
.BgClassName
{
background-color: #1D0D1C;
}
</style>
border-color css
<style>
span { border-color: #1D0D1C; }
span { border-color: rgb(29,13,28); }
td.TdClassName
{
border-color: #1D0D1C;
}
.TagClassName
{
border-color: #1D0D1C;
}
</style>