Shades of Mardi Gras #1D011B
Tints of Mardi Gras #1D011B
RGB
CMYK
RGB Variations
Color information
#1D011B (or 0x1D011B) is known color: Mardi Gras. HEX triplet: 1D, 01 and 1B. RGB value is (29,1,27). Sum of RGB (Red+Green+Blue) = 29+1+27=57 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50.88% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 29 - color contains mainly: red. Hex color #1D011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D011B is #E2FEE4. Grayscale: #0C0C0C. Windows color (decimal): -14876389 or 1769757. OLE color: 1769757.
HSL color Cylindrical-coordinate representation of color #1D011B: hue angle of 304.29º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D011B is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 1 | 27 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.89 |
| HSL | 304.29º | 0.93% | 0.06% | - |
| HSV(B) | 304.29º | 0.97% | 0.11% | - |
| XYZ | 0.72 | 0.36 | 1.07 | - |
| YUV | 12.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 27 | 0 | 0.97 | 0.07 | 0.89 | 304.29 | 0.93 | 0.06 |
| Hex | 1D | 1 | 1B | 0 | 61 | 7 | 59 | 130 | 5D | 6 |
| Octal | 35 | 1 | 33 | 0 | 141 | 7 | 131 | 460 | 135 | 6 |
| Binary | 11101 | 1 | 11011 | 0 | 1100001 | 111 | 1011001 | 100110000 | 1011101 | 110 |
Color Harmonies of #1D011B
Complementary color
Monochromatic Colors of #1D011B
Black with #1D011B
Text Example
Text Example
White with #1D011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D011B; }
p { color: rgb(29,1,27); }
H1.HeaderClassName
{
color: #1D011B;
}
.AnyTagClassName
{
color: #1D011B;
}
</style>
background-color css
<style>
a { background-color: #1D011B; }
a { background-color: rgb(29,1,27); }
div.DivClassName
{
background-color: #1D011B;
}
.BgClassName
{
background-color: #1D011B;
}
</style>
border-color css
<style>
span { border-color: #1D011B; }
span { border-color: rgb(29,1,27); }
td.TdClassName
{
border-color: #1D011B;
}
.TagClassName
{
border-color: #1D011B;
}
</style>