Shades of Mardi Gras #1E0E1C
Tints of Mardi Gras #1E0E1C
RGB
CMYK
RGB Variations
Color information
#1E0E1C (or 0x1E0E1C) is known color: Mardi Gras. HEX triplet: 1E, 0E and 1C. RGB value is (30,14,28). Sum of RGB (Red+Green+Blue) = 30+14+28=72 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.67% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0E1C is #E1F1E3. Grayscale: #141414. Windows color (decimal): -14807524 or 1838622. OLE color: 1838622.
HSL color Cylindrical-coordinate representation of color #1E0E1C: hue angle of 307.5º 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 #1E0E1C is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 14 | 28 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.88 |
| HSL | 307.5º | 0.36% | 0.09% | - |
| HSV(B) | 307.5º | 0.53% | 0.12% | - |
| XYZ | 0.9 | 0.67 | 1.18 | - |
| YUV | 20.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 14 | 28 | 0 | 0.53 | 0.07 | 0.88 | 307.5 | 0.36 | 0.09 |
| Hex | 1E | E | 1C | 0 | 35 | 7 | 58 | 134 | 24 | 9 |
| Octal | 36 | 16 | 34 | 0 | 65 | 7 | 130 | 464 | 44 | 11 |
| Binary | 11110 | 1110 | 11100 | 0 | 110101 | 111 | 1011000 | 100110100 | 100100 | 1001 |
Color Harmonies of #1E0E1C
Complementary color
Monochromatic Colors of #1E0E1C
Black with #1E0E1C
Text Example
Text Example
White with #1E0E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0E1C; }
p { color: rgb(30,14,28); }
H1.HeaderClassName
{
color: #1E0E1C;
}
.AnyTagClassName
{
color: #1E0E1C;
}
</style>
background-color css
<style>
a { background-color: #1E0E1C; }
a { background-color: rgb(30,14,28); }
div.DivClassName
{
background-color: #1E0E1C;
}
.BgClassName
{
background-color: #1E0E1C;
}
</style>
border-color css
<style>
span { border-color: #1E0E1C; }
span { border-color: rgb(30,14,28); }
td.TdClassName
{
border-color: #1E0E1C;
}
.TagClassName
{
border-color: #1E0E1C;
}
</style>