Shades of Mardi Gras #1D071B
Tints of Mardi Gras #1D071B
RGB
CMYK
RGB Variations
Color information
#1D071B (or 0x1D071B) is known color: Mardi Gras. HEX triplet: 1D, 07 and 1B. RGB value is (29,7,27). Sum of RGB (Red+Green+Blue) = 29+7+27=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D071B is #E2F8E4. Grayscale: #0F0F0F. Windows color (decimal): -14874853 or 1771293. OLE color: 1771293.
HSL color Cylindrical-coordinate representation of color #1D071B: hue angle of 305.45º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D071B is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 7 | 27 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.89 |
| HSL | 305.45º | 0.61% | 0.07% | - |
| HSV(B) | 305.45º | 0.76% | 0.11% | - |
| XYZ | 0.78 | 0.49 | 1.09 | - |
| YUV | 15.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 27 | 0 | 0.76 | 0.07 | 0.89 | 305.45 | 0.61 | 0.07 |
| Hex | 1D | 7 | 1B | 0 | 4C | 7 | 59 | 131 | 3D | 7 |
| Octal | 35 | 7 | 33 | 0 | 114 | 7 | 131 | 461 | 75 | 7 |
| Binary | 11101 | 111 | 11011 | 0 | 1001100 | 111 | 1011001 | 100110001 | 111101 | 111 |
Color Harmonies of #1D071B
Complementary color
Monochromatic Colors of #1D071B
Black with #1D071B
Text Example
Text Example
White with #1D071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D071B; }
p { color: rgb(29,7,27); }
H1.HeaderClassName
{
color: #1D071B;
}
.AnyTagClassName
{
color: #1D071B;
}
</style>
background-color css
<style>
a { background-color: #1D071B; }
a { background-color: rgb(29,7,27); }
div.DivClassName
{
background-color: #1D071B;
}
.BgClassName
{
background-color: #1D071B;
}
</style>
border-color css
<style>
span { border-color: #1D071B; }
span { border-color: rgb(29,7,27); }
td.TdClassName
{
border-color: #1D071B;
}
.TagClassName
{
border-color: #1D071B;
}
</style>