Shades of Mardi Gras #1E0C1D
Tints of Mardi Gras #1E0C1D
RGB
CMYK
RGB Variations
Color information
#1E0C1D (or 0x1E0C1D) is known color: Mardi Gras. HEX triplet: 1E, 0C and 1D. RGB value is (30,12,29). Sum of RGB (Red+Green+Blue) = 30+12+29=71 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.25% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0C1D is #E1F3E2. Grayscale: #131313. Windows color (decimal): -14808035 or 1903646. OLE color: 1903646.
HSL color Cylindrical-coordinate representation of color #1E0C1D: hue angle of 303.33º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E0C1D is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 12 | 29 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.88 |
| HSL | 303.33º | 0.43% | 0.08% | - |
| HSV(B) | 303.33º | 0.6% | 0.12% | - |
| XYZ | 0.89 | 0.63 | 1.24 | - |
| YUV | 19.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 12 | 29 | 0 | 0.60 | 0.03 | 0.88 | 303.33 | 0.43 | 0.08 |
| Hex | 1E | C | 1D | 0 | 3C | 3 | 58 | 12F | 2B | 8 |
| Octal | 36 | 14 | 35 | 0 | 74 | 3 | 130 | 457 | 53 | 10 |
| Binary | 11110 | 1100 | 11101 | 0 | 111100 | 11 | 1011000 | 100101111 | 101011 | 1000 |
Color Harmonies of #1E0C1D
Complementary color
Monochromatic Colors of #1E0C1D
Black with #1E0C1D
Text Example
Text Example
White with #1E0C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0C1D; }
p { color: rgb(30,12,29); }
H1.HeaderClassName
{
color: #1E0C1D;
}
.AnyTagClassName
{
color: #1E0C1D;
}
</style>
background-color css
<style>
a { background-color: #1E0C1D; }
a { background-color: rgb(30,12,29); }
div.DivClassName
{
background-color: #1E0C1D;
}
.BgClassName
{
background-color: #1E0C1D;
}
</style>
border-color css
<style>
span { border-color: #1E0C1D; }
span { border-color: rgb(30,12,29); }
td.TdClassName
{
border-color: #1E0C1D;
}
.TagClassName
{
border-color: #1E0C1D;
}
</style>