Shades of Mardi Gras #1D0F1F
Tints of Mardi Gras #1D0F1F
RGB
CMYK
RGB Variations
Color information
#1D0F1F (or 0x1D0F1F) is known color: Mardi Gras. HEX triplet: 1D, 0F and 1F. RGB value is (29,15,31). Sum of RGB (Red+Green+Blue) = 29+15+31=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D0F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0F1F is #E2F0E0. Grayscale: #141414. Windows color (decimal): -14872801 or 2035485. OLE color: 2035485.
HSL color Cylindrical-coordinate representation of color #1D0F1F: hue angle of 292.5º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D0F1F is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 15 | 31 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.88 |
| HSL | 292.5º | 0.35% | 0.09% | - |
| HSV(B) | 292.5º | 0.52% | 0.12% | - |
| XYZ | 0.92 | 0.7 | 1.38 | - |
| YUV | 21.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 31 | 0.06 | 0.52 | 0 | 0.88 | 292.5 | 0.35 | 0.09 |
| Hex | 1D | F | 1F | 6 | 34 | 0 | 58 | 124 | 23 | 9 |
| Octal | 35 | 17 | 37 | 6 | 64 | 0 | 130 | 444 | 43 | 11 |
| Binary | 11101 | 1111 | 11111 | 110 | 110100 | 0 | 1011000 | 100100100 | 100011 | 1001 |
Color Harmonies of #1D0F1F
Complementary color
Monochromatic Colors of #1D0F1F
Black with #1D0F1F
Text Example
Text Example
White with #1D0F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0F1F; }
p { color: rgb(29,15,31); }
H1.HeaderClassName
{
color: #1D0F1F;
}
.AnyTagClassName
{
color: #1D0F1F;
}
</style>
background-color css
<style>
a { background-color: #1D0F1F; }
a { background-color: rgb(29,15,31); }
div.DivClassName
{
background-color: #1D0F1F;
}
.BgClassName
{
background-color: #1D0F1F;
}
</style>
border-color css
<style>
span { border-color: #1D0F1F; }
span { border-color: rgb(29,15,31); }
td.TdClassName
{
border-color: #1D0F1F;
}
.TagClassName
{
border-color: #1D0F1F;
}
</style>