Shades of Mardi Gras #1E131E
Tints of Mardi Gras #1E131E
RGB
CMYK
RGB Variations
Color information
#1E131E (or 0x1E131E) is known color: Mardi Gras. HEX triplet: 1E, 13 and 1E. RGB value is (30,19,30). Sum of RGB (Red+Green+Blue) = 30+19+30=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E131E is #E1ECE1. Grayscale: #171717. Windows color (decimal): -14806242 or 1970974. OLE color: 1970974.
HSL color Cylindrical-coordinate representation of color #1E131E: hue angle of 300º 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 #1E131E is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 19 | 30 | - |
| CMYK | 0 | 0.37 | 0 | 0.88 |
| HSL | 300º | 0.22% | 0.1% | - |
| HSV(B) | 300º | 0.37% | 0.12% | - |
| XYZ | 1 | 0.84 | 1.34 | - |
| YUV | 23.54 | 131.64 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 30 | 0 | 0.37 | 0 | 0.88 | 300 | 0.22 | 0.1 |
| Hex | 1E | 13 | 1E | 0 | 25 | 0 | 58 | 12C | 16 | A |
| Octal | 36 | 23 | 36 | 0 | 45 | 0 | 130 | 454 | 26 | 12 |
| Binary | 11110 | 10011 | 11110 | 0 | 100101 | 0 | 1011000 | 100101100 | 10110 | 1010 |
Color Harmonies of #1E131E
Complementary color
Monochromatic Colors of #1E131E
Black with #1E131E
Text Example
Text Example
White with #1E131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E131E; }
p { color: rgb(30,19,30); }
H1.HeaderClassName
{
color: #1E131E;
}
.AnyTagClassName
{
color: #1E131E;
}
</style>
background-color css
<style>
a { background-color: #1E131E; }
a { background-color: rgb(30,19,30); }
div.DivClassName
{
background-color: #1E131E;
}
.BgClassName
{
background-color: #1E131E;
}
</style>
border-color css
<style>
span { border-color: #1E131E; }
span { border-color: rgb(30,19,30); }
td.TdClassName
{
border-color: #1E131E;
}
.TagClassName
{
border-color: #1E131E;
}
</style>