Shades of Mardi Gras #1D131C
Tints of Mardi Gras #1D131C
RGB
CMYK
RGB Variations
Color information
#1D131C (or 0x1D131C) is known color: Mardi Gras. HEX triplet: 1D, 13 and 1C. RGB value is (29,19,28). Sum of RGB (Red+Green+Blue) = 29+19+28=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 29 - color contains mainly: red. Hex color #1D131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D131C is #E2ECE3. Grayscale: #161616. Windows color (decimal): -14871780 or 1839901. OLE color: 1839901.
HSL color Cylindrical-coordinate representation of color #1D131C: hue angle of 306º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1D131C is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 19 | 28 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.89 |
| HSL | 306º | 0.21% | 0.09% | - |
| HSV(B) | 306º | 0.34% | 0.11% | - |
| XYZ | 0.95 | 0.81 | 1.21 | - |
| YUV | 23.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 28 | 0 | 0.34 | 0.03 | 0.89 | 306 | 0.21 | 0.09 |
| Hex | 1D | 13 | 1C | 0 | 22 | 3 | 59 | 132 | 15 | 9 |
| Octal | 35 | 23 | 34 | 0 | 42 | 3 | 131 | 462 | 25 | 11 |
| Binary | 11101 | 10011 | 11100 | 0 | 100010 | 11 | 1011001 | 100110010 | 10101 | 1001 |
Color Harmonies of #1D131C
Complementary color
Monochromatic Colors of #1D131C
Black with #1D131C
Text Example
Text Example
White with #1D131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D131C; }
p { color: rgb(29,19,28); }
H1.HeaderClassName
{
color: #1D131C;
}
.AnyTagClassName
{
color: #1D131C;
}
</style>
background-color css
<style>
a { background-color: #1D131C; }
a { background-color: rgb(29,19,28); }
div.DivClassName
{
background-color: #1D131C;
}
.BgClassName
{
background-color: #1D131C;
}
</style>
border-color css
<style>
span { border-color: #1D131C; }
span { border-color: rgb(29,19,28); }
td.TdClassName
{
border-color: #1D131C;
}
.TagClassName
{
border-color: #1D131C;
}
</style>