Shades of Mardi Gras #1E051D
Tints of Mardi Gras #1E051D
RGB
CMYK
RGB Variations
Color information
#1E051D (or 0x1E051D) is known color: Mardi Gras. HEX triplet: 1E, 05 and 1D. RGB value is (30,5,29). Sum of RGB (Red+Green+Blue) = 30+5+29=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 30 - color contains mainly: red. Hex color #1E051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E051D is #E1FAE2. Grayscale: #0F0F0F. Windows color (decimal): -14809827 or 1901854. OLE color: 1901854.
HSL color Cylindrical-coordinate representation of color #1E051D: hue angle of 302.4º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E051D is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 5 | 29 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.88 |
| HSL | 302.4º | 0.71% | 0.07% | - |
| HSV(B) | 302.4º | 0.83% | 0.12% | - |
| XYZ | 0.81 | 0.47 | 1.21 | - |
| YUV | 15.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 29 | 0 | 0.83 | 0.03 | 0.88 | 302.4 | 0.71 | 0.07 |
| Hex | 1E | 5 | 1D | 0 | 53 | 3 | 58 | 12E | 47 | 7 |
| Octal | 36 | 5 | 35 | 0 | 123 | 3 | 130 | 456 | 107 | 7 |
| Binary | 11110 | 101 | 11101 | 0 | 1010011 | 11 | 1011000 | 100101110 | 1000111 | 111 |
Color Harmonies of #1E051D
Complementary color
Monochromatic Colors of #1E051D
Black with #1E051D
Text Example
Text Example
White with #1E051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E051D; }
p { color: rgb(30,5,29); }
H1.HeaderClassName
{
color: #1E051D;
}
.AnyTagClassName
{
color: #1E051D;
}
</style>
background-color css
<style>
a { background-color: #1E051D; }
a { background-color: rgb(30,5,29); }
div.DivClassName
{
background-color: #1E051D;
}
.BgClassName
{
background-color: #1E051D;
}
</style>
border-color css
<style>
span { border-color: #1E051D; }
span { border-color: rgb(30,5,29); }
td.TdClassName
{
border-color: #1E051D;
}
.TagClassName
{
border-color: #1E051D;
}
</style>