Shades of Mardi Gras #1D031B
Tints of Mardi Gras #1D031B
RGB
CMYK
RGB Variations
Color information
#1D031B (or 0x1D031B) is known color: Mardi Gras. HEX triplet: 1D, 03 and 1B. RGB value is (29,3,27). Sum of RGB (Red+Green+Blue) = 29+3+27=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 29 - color contains mainly: red. Hex color #1D031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D031B is #E2FCE4. Grayscale: #0D0D0D. Windows color (decimal): -14875877 or 1770269. OLE color: 1770269.
HSL color Cylindrical-coordinate representation of color #1D031B: hue angle of 304.62º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D031B is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 3 | 27 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.89 |
| HSL | 304.62º | 0.81% | 0.06% | - |
| HSV(B) | 304.62º | 0.9% | 0.11% | - |
| XYZ | 0.74 | 0.41 | 1.08 | - |
| YUV | 13.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 27 | 0 | 0.90 | 0.07 | 0.89 | 304.62 | 0.81 | 0.06 |
| Hex | 1D | 3 | 1B | 0 | 5A | 7 | 59 | 131 | 51 | 6 |
| Octal | 35 | 3 | 33 | 0 | 132 | 7 | 131 | 461 | 121 | 6 |
| Binary | 11101 | 11 | 11011 | 0 | 1011010 | 111 | 1011001 | 100110001 | 1010001 | 110 |
Color Harmonies of #1D031B
Complementary color
Monochromatic Colors of #1D031B
Black with #1D031B
Text Example
Text Example
White with #1D031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D031B; }
p { color: rgb(29,3,27); }
H1.HeaderClassName
{
color: #1D031B;
}
.AnyTagClassName
{
color: #1D031B;
}
</style>
background-color css
<style>
a { background-color: #1D031B; }
a { background-color: rgb(29,3,27); }
div.DivClassName
{
background-color: #1D031B;
}
.BgClassName
{
background-color: #1D031B;
}
</style>
border-color css
<style>
span { border-color: #1D031B; }
span { border-color: rgb(29,3,27); }
td.TdClassName
{
border-color: #1D031B;
}
.TagClassName
{
border-color: #1D031B;
}
</style>