Shades of Mardi Gras #1E0019
Tints of Mardi Gras #1E0019
RGB
CMYK
RGB Variations
Color information
#1E0019 (or 0x1E0019) is known color: Mardi Gras. HEX triplet: 1E, 00 and 19. RGB value is (30,0,25). Sum of RGB (Red+Green+Blue) = 30+0+25=55 (7% of max value = 765). Red value is 30 (12.11% from 255 or 54.55% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0019 is #E1FFE6. Grayscale: #0B0B0B. Windows color (decimal): -14811111 or 1638430. OLE color: 1638430.
HSL color Cylindrical-coordinate representation of color #1E0019: hue angle of 310º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0019 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.17 | 0.88 |
| HSL | 310º | 1% | 0.06% | - |
| HSV(B) | 310º | 1% | 0.12% | - |
| XYZ | 0.71 | 0.35 | 0.95 | - |
| YUV | 11.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 25 | 0 | 1 | 0.17 | 0.88 | 310 | 1 | 0.06 |
| Hex | 1E | 0 | 19 | 0 | 64 | 11 | 58 | 136 | 64 | 6 |
| Octal | 36 | 0 | 31 | 0 | 144 | 21 | 130 | 466 | 144 | 6 |
| Binary | 11110 | 0 | 11001 | 0 | 1100100 | 10001 | 1011000 | 100110110 | 1100100 | 110 |
Color Harmonies of #1E0019
Complementary color
Monochromatic Colors of #1E0019
Black with #1E0019
Text Example
Text Example
White with #1E0019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0019; }
p { color: rgb(30,0,25); }
H1.HeaderClassName
{
color: #1E0019;
}
.AnyTagClassName
{
color: #1E0019;
}
</style>
background-color css
<style>
a { background-color: #1E0019; }
a { background-color: rgb(30,0,25); }
div.DivClassName
{
background-color: #1E0019;
}
.BgClassName
{
background-color: #1E0019;
}
</style>
border-color css
<style>
span { border-color: #1E0019; }
span { border-color: rgb(30,0,25); }
td.TdClassName
{
border-color: #1E0019;
}
.TagClassName
{
border-color: #1E0019;
}
</style>