Shades of Mardi Gras #1D111C
Tints of Mardi Gras #1D111C
RGB
CMYK
RGB Variations
Color information
#1D111C (or 0x1D111C) is known color: Mardi Gras. HEX triplet: 1D, 11 and 1C. RGB value is (29,17,28). Sum of RGB (Red+Green+Blue) = 29+17+28=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 29 - color contains mainly: red. Hex color #1D111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D111C is #E2EEE3. Grayscale: #151515. Windows color (decimal): -14872292 or 1839389. OLE color: 1839389.
HSL color Cylindrical-coordinate representation of color #1D111C: hue angle of 305º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D111C is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 17 | 28 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.89 |
| HSL | 305º | 0.26% | 0.09% | - |
| HSV(B) | 305º | 0.41% | 0.11% | - |
| XYZ | 0.92 | 0.75 | 1.19 | - |
| YUV | 21.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 17 | 28 | 0 | 0.41 | 0.03 | 0.89 | 305 | 0.26 | 0.09 |
| Hex | 1D | 11 | 1C | 0 | 29 | 3 | 59 | 131 | 1A | 9 |
| Octal | 35 | 21 | 34 | 0 | 51 | 3 | 131 | 461 | 32 | 11 |
| Binary | 11101 | 10001 | 11100 | 0 | 101001 | 11 | 1011001 | 100110001 | 11010 | 1001 |
Color Harmonies of #1D111C
Complementary color
Monochromatic Colors of #1D111C
Black with #1D111C
Text Example
Text Example
White with #1D111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D111C; }
p { color: rgb(29,17,28); }
H1.HeaderClassName
{
color: #1D111C;
}
.AnyTagClassName
{
color: #1D111C;
}
</style>
background-color css
<style>
a { background-color: #1D111C; }
a { background-color: rgb(29,17,28); }
div.DivClassName
{
background-color: #1D111C;
}
.BgClassName
{
background-color: #1D111C;
}
</style>
border-color css
<style>
span { border-color: #1D111C; }
span { border-color: rgb(29,17,28); }
td.TdClassName
{
border-color: #1D111C;
}
.TagClassName
{
border-color: #1D111C;
}
</style>