Shades of Mardi Gras #1D0E1F
Tints of Mardi Gras #1D0E1F
RGB
CMYK
RGB Variations
Color information
#1D0E1F (or 0x1D0E1F) is known color: Mardi Gras. HEX triplet: 1D, 0E and 1F. RGB value is (29,14,31). Sum of RGB (Red+Green+Blue) = 29+14+31=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D0E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0E1F is #E2F1E0. Grayscale: #141414. Windows color (decimal): -14873057 or 2035229. OLE color: 2035229.
HSL color Cylindrical-coordinate representation of color #1D0E1F: hue angle of 292.94º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D0E1F is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 14 | 31 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.88 |
| HSL | 292.94º | 0.38% | 0.09% | - |
| HSV(B) | 292.94º | 0.55% | 0.12% | - |
| XYZ | 0.91 | 0.67 | 1.38 | - |
| YUV | 20.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 14 | 31 | 0.06 | 0.55 | 0 | 0.88 | 292.94 | 0.38 | 0.09 |
| Hex | 1D | E | 1F | 6 | 37 | 0 | 58 | 125 | 26 | 9 |
| Octal | 35 | 16 | 37 | 6 | 67 | 0 | 130 | 445 | 46 | 11 |
| Binary | 11101 | 1110 | 11111 | 110 | 110111 | 0 | 1011000 | 100100101 | 100110 | 1001 |
Color Harmonies of #1D0E1F
Complementary color
Monochromatic Colors of #1D0E1F
Black with #1D0E1F
Text Example
Text Example
White with #1D0E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0E1F; }
p { color: rgb(29,14,31); }
H1.HeaderClassName
{
color: #1D0E1F;
}
.AnyTagClassName
{
color: #1D0E1F;
}
</style>
background-color css
<style>
a { background-color: #1D0E1F; }
a { background-color: rgb(29,14,31); }
div.DivClassName
{
background-color: #1D0E1F;
}
.BgClassName
{
background-color: #1D0E1F;
}
</style>
border-color css
<style>
span { border-color: #1D0E1F; }
span { border-color: rgb(29,14,31); }
td.TdClassName
{
border-color: #1D0E1F;
}
.TagClassName
{
border-color: #1D0E1F;
}
</style>