Shades of Mardi Gras #1E041F
Tints of Mardi Gras #1E041F
RGB
CMYK
RGB Variations
Color information
#1E041F (or 0x1E041F) is known color: Mardi Gras. HEX triplet: 1E, 04 and 1F. RGB value is (30,4,31). Sum of RGB (Red+Green+Blue) = 30+4+31=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E041F is #E1FBE0. Grayscale: #0E0E0E. Windows color (decimal): -14810081 or 2032670. OLE color: 2032670.
HSL color Cylindrical-coordinate representation of color #1E041F: hue angle of 297.78º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E041F is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 4 | 31 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.88 |
| HSL | 297.78º | 0.77% | 0.07% | - |
| HSV(B) | 297.78º | 0.87% | 0.12% | - |
| XYZ | 0.83 | 0.46 | 1.34 | - |
| YUV | 14.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 31 | 0.03 | 0.87 | 0 | 0.88 | 297.78 | 0.77 | 0.07 |
| Hex | 1E | 4 | 1F | 3 | 57 | 0 | 58 | 12A | 4D | 7 |
| Octal | 36 | 4 | 37 | 3 | 127 | 0 | 130 | 452 | 115 | 7 |
| Binary | 11110 | 100 | 11111 | 11 | 1010111 | 0 | 1011000 | 100101010 | 1001101 | 111 |
Color Harmonies of #1E041F
Complementary color
Monochromatic Colors of #1E041F
Black with #1E041F
Text Example
Text Example
White with #1E041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E041F; }
p { color: rgb(30,4,31); }
H1.HeaderClassName
{
color: #1E041F;
}
.AnyTagClassName
{
color: #1E041F;
}
</style>
background-color css
<style>
a { background-color: #1E041F; }
a { background-color: rgb(30,4,31); }
div.DivClassName
{
background-color: #1E041F;
}
.BgClassName
{
background-color: #1E041F;
}
</style>
border-color css
<style>
span { border-color: #1E041F; }
span { border-color: rgb(30,4,31); }
td.TdClassName
{
border-color: #1E041F;
}
.TagClassName
{
border-color: #1E041F;
}
</style>