Shades of Mardi Gras #1E061D
Tints of Mardi Gras #1E061D
RGB
CMYK
RGB Variations
Color information
#1E061D (or 0x1E061D) is known color: Mardi Gras. HEX triplet: 1E, 06 and 1D. RGB value is (30,6,29). Sum of RGB (Red+Green+Blue) = 30+6+29=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E061D is #E1F9E2. Grayscale: #0F0F0F. Windows color (decimal): -14809571 or 1902110. OLE color: 1902110.
HSL color Cylindrical-coordinate representation of color #1E061D: hue angle of 302.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E061D is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 6 | 29 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.88 |
| HSL | 302.5º | 0.67% | 0.07% | - |
| HSV(B) | 302.5º | 0.8% | 0.12% | - |
| XYZ | 0.82 | 0.49 | 1.21 | - |
| YUV | 15.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 29 | 0 | 0.80 | 0.03 | 0.88 | 302.5 | 0.67 | 0.07 |
| Hex | 1E | 6 | 1D | 0 | 50 | 3 | 58 | 12E | 43 | 7 |
| Octal | 36 | 6 | 35 | 0 | 120 | 3 | 130 | 456 | 103 | 7 |
| Binary | 11110 | 110 | 11101 | 0 | 1010000 | 11 | 1011000 | 100101110 | 1000011 | 111 |
Color Harmonies of #1E061D
Complementary color
Monochromatic Colors of #1E061D
Black with #1E061D
Text Example
Text Example
White with #1E061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E061D; }
p { color: rgb(30,6,29); }
H1.HeaderClassName
{
color: #1E061D;
}
.AnyTagClassName
{
color: #1E061D;
}
</style>
background-color css
<style>
a { background-color: #1E061D; }
a { background-color: rgb(30,6,29); }
div.DivClassName
{
background-color: #1E061D;
}
.BgClassName
{
background-color: #1E061D;
}
</style>
border-color css
<style>
span { border-color: #1E061D; }
span { border-color: rgb(30,6,29); }
td.TdClassName
{
border-color: #1E061D;
}
.TagClassName
{
border-color: #1E061D;
}
</style>