Shades of Mardi Gras #1E091D
Tints of Mardi Gras #1E091D
RGB
CMYK
RGB Variations
Color information
#1E091D (or 0x1E091D) is known color: Mardi Gras. HEX triplet: 1E, 09 and 1D. RGB value is (30,9,29). Sum of RGB (Red+Green+Blue) = 30+9+29=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E091D is #E1F6E2. Grayscale: #111111. Windows color (decimal): -14808803 or 1902878. OLE color: 1902878.
HSL color Cylindrical-coordinate representation of color #1E091D: hue angle of 302.86º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E091D is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 9 | 29 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.88 |
| HSL | 302.86º | 0.54% | 0.08% | - |
| HSV(B) | 302.86º | 0.7% | 0.12% | - |
| XYZ | 0.85 | 0.56 | 1.23 | - |
| YUV | 17.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 29 | 0 | 0.70 | 0.03 | 0.88 | 302.86 | 0.54 | 0.08 |
| Hex | 1E | 9 | 1D | 0 | 46 | 3 | 58 | 12F | 36 | 8 |
| Octal | 36 | 11 | 35 | 0 | 106 | 3 | 130 | 457 | 66 | 10 |
| Binary | 11110 | 1001 | 11101 | 0 | 1000110 | 11 | 1011000 | 100101111 | 110110 | 1000 |
Color Harmonies of #1E091D
Complementary color
Monochromatic Colors of #1E091D
Black with #1E091D
Text Example
Text Example
White with #1E091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E091D; }
p { color: rgb(30,9,29); }
H1.HeaderClassName
{
color: #1E091D;
}
.AnyTagClassName
{
color: #1E091D;
}
</style>
background-color css
<style>
a { background-color: #1E091D; }
a { background-color: rgb(30,9,29); }
div.DivClassName
{
background-color: #1E091D;
}
.BgClassName
{
background-color: #1E091D;
}
</style>
border-color css
<style>
span { border-color: #1E091D; }
span { border-color: rgb(30,9,29); }
td.TdClassName
{
border-color: #1E091D;
}
.TagClassName
{
border-color: #1E091D;
}
</style>