Shades of Mardi Gras #1E161D
Tints of Mardi Gras #1E161D
RGB
CMYK
RGB Variations
Color information
#1E161D (or 0x1E161D) is known color: Mardi Gras. HEX triplet: 1E, 16 and 1D. RGB value is (30,22,29). Sum of RGB (Red+Green+Blue) = 30+22+29=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 30 - color contains mainly: red. Hex color #1E161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E161D is #E1E9E2. Grayscale: #191919. Windows color (decimal): -14805475 or 1906206. OLE color: 1906206.
HSL color Cylindrical-coordinate representation of color #1E161D: hue angle of 307.5º degrees, saturation: 0.15, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1E161D is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 22 | 29 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.88 |
| HSL | 307.5º | 0.15% | 0.1% | - |
| HSV(B) | 307.5º | 0.27% | 0.12% | - |
| XYZ | 1.04 | 0.94 | 1.29 | - |
| YUV | 25.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 29 | 0 | 0.27 | 0.03 | 0.88 | 307.5 | 0.15 | 0.1 |
| Hex | 1E | 16 | 1D | 0 | 1B | 3 | 58 | 134 | F | A |
| Octal | 36 | 26 | 35 | 0 | 33 | 3 | 130 | 464 | 17 | 12 |
| Binary | 11110 | 10110 | 11101 | 0 | 11011 | 11 | 1011000 | 100110100 | 1111 | 1010 |
Color Harmonies of #1E161D
Complementary color
Monochromatic Colors of #1E161D
Black with #1E161D
Text Example
Text Example
White with #1E161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E161D; }
p { color: rgb(30,22,29); }
H1.HeaderClassName
{
color: #1E161D;
}
.AnyTagClassName
{
color: #1E161D;
}
</style>
background-color css
<style>
a { background-color: #1E161D; }
a { background-color: rgb(30,22,29); }
div.DivClassName
{
background-color: #1E161D;
}
.BgClassName
{
background-color: #1E161D;
}
</style>
border-color css
<style>
span { border-color: #1E161D; }
span { border-color: rgb(30,22,29); }
td.TdClassName
{
border-color: #1E161D;
}
.TagClassName
{
border-color: #1E161D;
}
</style>