Shades of Mardi Gras #1E0E1D
Tints of Mardi Gras #1E0E1D
RGB
CMYK
RGB Variations
Color information
#1E0E1D (or 0x1E0E1D) is known color: Mardi Gras. HEX triplet: 1E, 0E and 1D. RGB value is (30,14,29). Sum of RGB (Red+Green+Blue) = 30+14+29=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0E1D is #E1F1E2. Grayscale: #141414. Windows color (decimal): -14807523 or 1904158. OLE color: 1904158.
HSL color Cylindrical-coordinate representation of color #1E0E1D: hue angle of 303.75º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E0E1D is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 14 | 29 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.88 |
| HSL | 303.75º | 0.36% | 0.09% | - |
| HSV(B) | 303.75º | 0.53% | 0.12% | - |
| XYZ | 0.91 | 0.68 | 1.25 | - |
| YUV | 20.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 14 | 29 | 0 | 0.53 | 0.03 | 0.88 | 303.75 | 0.36 | 0.09 |
| Hex | 1E | E | 1D | 0 | 35 | 3 | 58 | 130 | 24 | 9 |
| Octal | 36 | 16 | 35 | 0 | 65 | 3 | 130 | 460 | 44 | 11 |
| Binary | 11110 | 1110 | 11101 | 0 | 110101 | 11 | 1011000 | 100110000 | 100100 | 1001 |
Color Harmonies of #1E0E1D
Complementary color
Monochromatic Colors of #1E0E1D
Black with #1E0E1D
Text Example
Text Example
White with #1E0E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0E1D; }
p { color: rgb(30,14,29); }
H1.HeaderClassName
{
color: #1E0E1D;
}
.AnyTagClassName
{
color: #1E0E1D;
}
</style>
background-color css
<style>
a { background-color: #1E0E1D; }
a { background-color: rgb(30,14,29); }
div.DivClassName
{
background-color: #1E0E1D;
}
.BgClassName
{
background-color: #1E0E1D;
}
</style>
border-color css
<style>
span { border-color: #1E0E1D; }
span { border-color: rgb(30,14,29); }
td.TdClassName
{
border-color: #1E0E1D;
}
.TagClassName
{
border-color: #1E0E1D;
}
</style>