Shades of Mardi Gras #1E131D
Tints of Mardi Gras #1E131D
RGB
CMYK
RGB Variations
Color information
#1E131D (or 0x1E131D) is known color: Mardi Gras. HEX triplet: 1E, 13 and 1D. RGB value is (30,19,29). Sum of RGB (Red+Green+Blue) = 30+19+29=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 30 - color contains mainly: red. Hex color #1E131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E131D is #E1ECE2. Grayscale: #171717. Windows color (decimal): -14806243 or 1905438. OLE color: 1905438.
HSL color Cylindrical-coordinate representation of color #1E131D: hue angle of 305.45º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1E131D is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 19 | 29 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.88 |
| HSL | 305.45º | 0.22% | 0.1% | - |
| HSV(B) | 305.45º | 0.37% | 0.12% | - |
| XYZ | 0.99 | 0.83 | 1.27 | - |
| YUV | 23.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 29 | 0 | 0.37 | 0.03 | 0.88 | 305.45 | 0.22 | 0.1 |
| Hex | 1E | 13 | 1D | 0 | 25 | 3 | 58 | 131 | 16 | A |
| Octal | 36 | 23 | 35 | 0 | 45 | 3 | 130 | 461 | 26 | 12 |
| Binary | 11110 | 10011 | 11101 | 0 | 100101 | 11 | 1011000 | 100110001 | 10110 | 1010 |
Color Harmonies of #1E131D
Complementary color
Monochromatic Colors of #1E131D
Black with #1E131D
Text Example
Text Example
White with #1E131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E131D; }
p { color: rgb(30,19,29); }
H1.HeaderClassName
{
color: #1E131D;
}
.AnyTagClassName
{
color: #1E131D;
}
</style>
background-color css
<style>
a { background-color: #1E131D; }
a { background-color: rgb(30,19,29); }
div.DivClassName
{
background-color: #1E131D;
}
.BgClassName
{
background-color: #1E131D;
}
</style>
border-color css
<style>
span { border-color: #1E131D; }
span { border-color: rgb(30,19,29); }
td.TdClassName
{
border-color: #1E131D;
}
.TagClassName
{
border-color: #1E131D;
}
</style>