Shades of Mardi Gras #1E031A
Tints of Mardi Gras #1E031A
RGB
CMYK
RGB Variations
Color information
#1E031A (or 0x1E031A) is known color: Mardi Gras. HEX triplet: 1E, 03 and 1A. RGB value is (30,3,26). Sum of RGB (Red+Green+Blue) = 30+3+26=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E031A is #E1FCE5. Grayscale: #0D0D0D. Windows color (decimal): -14810342 or 1704734. OLE color: 1704734.
HSL color Cylindrical-coordinate representation of color #1E031A: hue angle of 308.89º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E031A is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 3 | 26 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.88 |
| HSL | 308.89º | 0.82% | 0.06% | - |
| HSV(B) | 308.89º | 0.9% | 0.12% | - |
| XYZ | 0.75 | 0.42 | 1.02 | - |
| YUV | 13.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 26 | 0 | 0.90 | 0.13 | 0.88 | 308.89 | 0.82 | 0.06 |
| Hex | 1E | 3 | 1A | 0 | 5A | D | 58 | 135 | 52 | 6 |
| Octal | 36 | 3 | 32 | 0 | 132 | 15 | 130 | 465 | 122 | 6 |
| Binary | 11110 | 11 | 11010 | 0 | 1011010 | 1101 | 1011000 | 100110101 | 1010010 | 110 |
Color Harmonies of #1E031A
Complementary color
Monochromatic Colors of #1E031A
Black with #1E031A
Text Example
Text Example
White with #1E031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E031A; }
p { color: rgb(30,3,26); }
H1.HeaderClassName
{
color: #1E031A;
}
.AnyTagClassName
{
color: #1E031A;
}
</style>
background-color css
<style>
a { background-color: #1E031A; }
a { background-color: rgb(30,3,26); }
div.DivClassName
{
background-color: #1E031A;
}
.BgClassName
{
background-color: #1E031A;
}
</style>
border-color css
<style>
span { border-color: #1E031A; }
span { border-color: rgb(30,3,26); }
td.TdClassName
{
border-color: #1E031A;
}
.TagClassName
{
border-color: #1E031A;
}
</style>