Shades of Mardi Gras #1D041B
Tints of Mardi Gras #1D041B
RGB
CMYK
RGB Variations
Color information
#1D041B (or 0x1D041B) is known color: Mardi Gras. HEX triplet: 1D, 04 and 1B. RGB value is (29,4,27). Sum of RGB (Red+Green+Blue) = 29+4+27=60 (7% of max value = 765). Red value is 29 (11.72% from 255 or 48.33% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 29 - color contains mainly: red. Hex color #1D041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D041B is #E2FBE4. Grayscale: #0E0E0E. Windows color (decimal): -14875621 or 1770525. OLE color: 1770525.
HSL color Cylindrical-coordinate representation of color #1D041B: hue angle of 304.8º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D041B is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 4 | 27 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.89 |
| HSL | 304.8º | 0.76% | 0.06% | - |
| HSV(B) | 304.8º | 0.86% | 0.11% | - |
| XYZ | 0.75 | 0.43 | 1.08 | - |
| YUV | 14.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 27 | 0 | 0.86 | 0.07 | 0.89 | 304.8 | 0.76 | 0.06 |
| Hex | 1D | 4 | 1B | 0 | 56 | 7 | 59 | 131 | 4C | 6 |
| Octal | 35 | 4 | 33 | 0 | 126 | 7 | 131 | 461 | 114 | 6 |
| Binary | 11101 | 100 | 11011 | 0 | 1010110 | 111 | 1011001 | 100110001 | 1001100 | 110 |
Color Harmonies of #1D041B
Complementary color
Monochromatic Colors of #1D041B
Black with #1D041B
Text Example
Text Example
White with #1D041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D041B; }
p { color: rgb(29,4,27); }
H1.HeaderClassName
{
color: #1D041B;
}
.AnyTagClassName
{
color: #1D041B;
}
</style>
background-color css
<style>
a { background-color: #1D041B; }
a { background-color: rgb(29,4,27); }
div.DivClassName
{
background-color: #1D041B;
}
.BgClassName
{
background-color: #1D041B;
}
</style>
border-color css
<style>
span { border-color: #1D041B; }
span { border-color: rgb(29,4,27); }
td.TdClassName
{
border-color: #1D041B;
}
.TagClassName
{
border-color: #1D041B;
}
</style>