Shades of Mardi Gras #1D0F1B
Tints of Mardi Gras #1D0F1B
RGB
CMYK
RGB Variations
Color information
#1D0F1B (or 0x1D0F1B) is known color: Mardi Gras. HEX triplet: 1D, 0F and 1B. RGB value is (29,15,27). Sum of RGB (Red+Green+Blue) = 29+15+27=71 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.85% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0F1B is #E2F0E4. Grayscale: #141414. Windows color (decimal): -14872805 or 1773341. OLE color: 1773341.
HSL color Cylindrical-coordinate representation of color #1D0F1B: hue angle of 308.57º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D0F1B is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 15 | 27 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.89 |
| HSL | 308.57º | 0.32% | 0.09% | - |
| HSV(B) | 308.57º | 0.48% | 0.11% | - |
| XYZ | 0.88 | 0.68 | 1.12 | - |
| YUV | 20.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 27 | 0 | 0.48 | 0.07 | 0.89 | 308.57 | 0.32 | 0.09 |
| Hex | 1D | F | 1B | 0 | 30 | 7 | 59 | 135 | 20 | 9 |
| Octal | 35 | 17 | 33 | 0 | 60 | 7 | 131 | 465 | 40 | 11 |
| Binary | 11101 | 1111 | 11011 | 0 | 110000 | 111 | 1011001 | 100110101 | 100000 | 1001 |
Color Harmonies of #1D0F1B
Complementary color
Monochromatic Colors of #1D0F1B
Black with #1D0F1B
Text Example
Text Example
White with #1D0F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0F1B; }
p { color: rgb(29,15,27); }
H1.HeaderClassName
{
color: #1D0F1B;
}
.AnyTagClassName
{
color: #1D0F1B;
}
</style>
background-color css
<style>
a { background-color: #1D0F1B; }
a { background-color: rgb(29,15,27); }
div.DivClassName
{
background-color: #1D0F1B;
}
.BgClassName
{
background-color: #1D0F1B;
}
</style>
border-color css
<style>
span { border-color: #1D0F1B; }
span { border-color: rgb(29,15,27); }
td.TdClassName
{
border-color: #1D0F1B;
}
.TagClassName
{
border-color: #1D0F1B;
}
</style>