Shades of Mardi Gras #1D151C
Tints of Mardi Gras #1D151C
RGB
CMYK
RGB Variations
Color information
#1D151C (or 0x1D151C) is known color: Mardi Gras. HEX triplet: 1D, 15 and 1C. RGB value is (29,21,28). Sum of RGB (Red+Green+Blue) = 29+21+28=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 29 - color contains mainly: red. Hex color #1D151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D151C is #E2EAE3. Grayscale: #181818. Windows color (decimal): -14871268 or 1840413. OLE color: 1840413.
HSL color Cylindrical-coordinate representation of color #1D151C: hue angle of 307.5º degrees, saturation: 0.16, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1D151C is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 21 | 28 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.89 |
| HSL | 307.5º | 0.16% | 0.1% | - |
| HSV(B) | 307.5º | 0.28% | 0.11% | - |
| XYZ | 0.98 | 0.88 | 1.22 | - |
| YUV | 24.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 28 | 0 | 0.28 | 0.03 | 0.89 | 307.5 | 0.16 | 0.1 |
| Hex | 1D | 15 | 1C | 0 | 1C | 3 | 59 | 134 | 10 | A |
| Octal | 35 | 25 | 34 | 0 | 34 | 3 | 131 | 464 | 20 | 12 |
| Binary | 11101 | 10101 | 11100 | 0 | 11100 | 11 | 1011001 | 100110100 | 10000 | 1010 |
Color Harmonies of #1D151C
Complementary color
Monochromatic Colors of #1D151C
Black with #1D151C
Text Example
Text Example
White with #1D151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D151C; }
p { color: rgb(29,21,28); }
H1.HeaderClassName
{
color: #1D151C;
}
.AnyTagClassName
{
color: #1D151C;
}
</style>
background-color css
<style>
a { background-color: #1D151C; }
a { background-color: rgb(29,21,28); }
div.DivClassName
{
background-color: #1D151C;
}
.BgClassName
{
background-color: #1D151C;
}
</style>
border-color css
<style>
span { border-color: #1D151C; }
span { border-color: rgb(29,21,28); }
td.TdClassName
{
border-color: #1D151C;
}
.TagClassName
{
border-color: #1D151C;
}
</style>