Shades of Mardi Gras #1E081D
Tints of Mardi Gras #1E081D
RGB
CMYK
RGB Variations
Color information
#1E081D (or 0x1E081D) is known color: Mardi Gras. HEX triplet: 1E, 08 and 1D. RGB value is (30,8,29). Sum of RGB (Red+Green+Blue) = 30+8+29=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 30 - color contains mainly: red. Hex color #1E081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E081D is #E1F7E2. Grayscale: #101010. Windows color (decimal): -14809059 or 1902622. OLE color: 1902622.
HSL color Cylindrical-coordinate representation of color #1E081D: hue angle of 302.73º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E081D is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 8 | 29 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.88 |
| HSL | 302.73º | 0.58% | 0.07% | - |
| HSV(B) | 302.73º | 0.73% | 0.12% | - |
| XYZ | 0.84 | 0.54 | 1.22 | - |
| YUV | 16.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 29 | 0 | 0.73 | 0.03 | 0.88 | 302.73 | 0.58 | 0.07 |
| Hex | 1E | 8 | 1D | 0 | 49 | 3 | 58 | 12F | 3A | 7 |
| Octal | 36 | 10 | 35 | 0 | 111 | 3 | 130 | 457 | 72 | 7 |
| Binary | 11110 | 1000 | 11101 | 0 | 1001001 | 11 | 1011000 | 100101111 | 111010 | 111 |
Color Harmonies of #1E081D
Complementary color
Monochromatic Colors of #1E081D
Black with #1E081D
Text Example
Text Example
White with #1E081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E081D; }
p { color: rgb(30,8,29); }
H1.HeaderClassName
{
color: #1E081D;
}
.AnyTagClassName
{
color: #1E081D;
}
</style>
background-color css
<style>
a { background-color: #1E081D; }
a { background-color: rgb(30,8,29); }
div.DivClassName
{
background-color: #1E081D;
}
.BgClassName
{
background-color: #1E081D;
}
</style>
border-color css
<style>
span { border-color: #1E081D; }
span { border-color: rgb(30,8,29); }
td.TdClassName
{
border-color: #1E081D;
}
.TagClassName
{
border-color: #1E081D;
}
</style>