Shades of Mardi Gras #1D141C
Tints of Mardi Gras #1D141C
RGB
CMYK
RGB Variations
Color information
#1D141C (or 0x1D141C) is known color: Mardi Gras. HEX triplet: 1D, 14 and 1C. RGB value is (29,20,28). Sum of RGB (Red+Green+Blue) = 29+20+28=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 29 - color contains mainly: red. Hex color #1D141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D141C is #E2EBE3. Grayscale: #171717. Windows color (decimal): -14871524 or 1840157. OLE color: 1840157.
HSL color Cylindrical-coordinate representation of color #1D141C: hue angle of 306.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1D141C is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 20 | 28 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.89 |
| HSL | 306.67º | 0.18% | 0.1% | - |
| HSV(B) | 306.67º | 0.31% | 0.11% | - |
| XYZ | 0.97 | 0.85 | 1.21 | - |
| YUV | 23.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 28 | 0 | 0.31 | 0.03 | 0.89 | 306.67 | 0.18 | 0.1 |
| Hex | 1D | 14 | 1C | 0 | 1F | 3 | 59 | 133 | 12 | A |
| Octal | 35 | 24 | 34 | 0 | 37 | 3 | 131 | 463 | 22 | 12 |
| Binary | 11101 | 10100 | 11100 | 0 | 11111 | 11 | 1011001 | 100110011 | 10010 | 1010 |
Color Harmonies of #1D141C
Complementary color
Monochromatic Colors of #1D141C
Black with #1D141C
Text Example
Text Example
White with #1D141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D141C; }
p { color: rgb(29,20,28); }
H1.HeaderClassName
{
color: #1D141C;
}
.AnyTagClassName
{
color: #1D141C;
}
</style>
background-color css
<style>
a { background-color: #1D141C; }
a { background-color: rgb(29,20,28); }
div.DivClassName
{
background-color: #1D141C;
}
.BgClassName
{
background-color: #1D141C;
}
</style>
border-color css
<style>
span { border-color: #1D141C; }
span { border-color: rgb(29,20,28); }
td.TdClassName
{
border-color: #1D141C;
}
.TagClassName
{
border-color: #1D141C;
}
</style>