Shades of Mardi Gras #1E0420
Tints of Mardi Gras #1E0420
RGB
CMYK
RGB Variations
Color information
#1E0420 (or 0x1E0420) is known color: Mardi Gras. HEX triplet: 1E, 04 and 20. RGB value is (30,4,32). Sum of RGB (Red+Green+Blue) = 30+4+32=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #1E0420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0420 is #E1FBDF. Grayscale: #0E0E0E. Windows color (decimal): -14810080 or 2098206. OLE color: 2098206.
HSL color Cylindrical-coordinate representation of color #1E0420: hue angle of 295.71º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E0420 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 4 | 32 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.87 |
| HSL | 295.71º | 0.78% | 0.07% | - |
| HSV(B) | 295.71º | 0.88% | 0.13% | - |
| XYZ | 0.84 | 0.47 | 1.41 | - |
| YUV | 14.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 32 | 0.06 | 0.87 | 0 | 0.87 | 295.71 | 0.78 | 0.07 |
| Hex | 1E | 4 | 20 | 6 | 57 | 0 | 57 | 128 | 4E | 7 |
| Octal | 36 | 4 | 40 | 6 | 127 | 0 | 127 | 450 | 116 | 7 |
| Binary | 11110 | 100 | 100000 | 110 | 1010111 | 0 | 1010111 | 100101000 | 1001110 | 111 |
Color Harmonies of #1E0420
Complementary color
Monochromatic Colors of #1E0420
Black with #1E0420
Text Example
Text Example
White with #1E0420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0420; }
p { color: rgb(30,4,32); }
H1.HeaderClassName
{
color: #1E0420;
}
.AnyTagClassName
{
color: #1E0420;
}
</style>
background-color css
<style>
a { background-color: #1E0420; }
a { background-color: rgb(30,4,32); }
div.DivClassName
{
background-color: #1E0420;
}
.BgClassName
{
background-color: #1E0420;
}
</style>
border-color css
<style>
span { border-color: #1E0420; }
span { border-color: rgb(30,4,32); }
td.TdClassName
{
border-color: #1E0420;
}
.TagClassName
{
border-color: #1E0420;
}
</style>