Shades of Mardi Gras #1E191E
Tints of Mardi Gras #1E191E
RGB
CMYK
RGB Variations
Color information
#1E191E (or 0x1E191E) is known color: Mardi Gras. HEX triplet: 1E, 19 and 1E. RGB value is (30,25,30). Sum of RGB (Red+Green+Blue) = 30+25+30=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E191E is #E1E6E1. Grayscale: #1B1B1B. Windows color (decimal): -14804706 or 1972510. OLE color: 1972510.
HSL color Cylindrical-coordinate representation of color #1E191E: hue angle of 300º degrees, saturation: 0.09, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1E191E is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 25 | 30 | - |
| CMYK | 0 | 0.17 | 0 | 0.88 |
| HSL | 300º | 0.09% | 0.11% | - |
| HSV(B) | 300º | 0.17% | 0.12% | - |
| XYZ | 1.12 | 1.07 | 1.37 | - |
| YUV | 27.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 30 | 0 | 0.17 | 0 | 0.88 | 300 | 0.09 | 0.11 |
| Hex | 1E | 19 | 1E | 0 | 11 | 0 | 58 | 12C | 9 | B |
| Octal | 36 | 31 | 36 | 0 | 21 | 0 | 130 | 454 | 11 | 13 |
| Binary | 11110 | 11001 | 11110 | 0 | 10001 | 0 | 1011000 | 100101100 | 1001 | 1011 |
Color Harmonies of #1E191E
Complementary color
Monochromatic Colors of #1E191E
Black with #1E191E
Text Example
Text Example
White with #1E191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E191E; }
p { color: rgb(30,25,30); }
H1.HeaderClassName
{
color: #1E191E;
}
.AnyTagClassName
{
color: #1E191E;
}
</style>
background-color css
<style>
a { background-color: #1E191E; }
a { background-color: rgb(30,25,30); }
div.DivClassName
{
background-color: #1E191E;
}
.BgClassName
{
background-color: #1E191E;
}
</style>
border-color css
<style>
span { border-color: #1E191E; }
span { border-color: rgb(30,25,30); }
td.TdClassName
{
border-color: #1E191E;
}
.TagClassName
{
border-color: #1E191E;
}
</style>