Shades of Mardi Gras #1E151E
Tints of Mardi Gras #1E151E
RGB
CMYK
RGB Variations
Color information
#1E151E (or 0x1E151E) is known color: Mardi Gras. HEX triplet: 1E, 15 and 1E. RGB value is (30,21,30). Sum of RGB (Red+Green+Blue) = 30+21+30=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E151E is #E1EAE1. Grayscale: #181818. Windows color (decimal): -14805730 or 1971486. OLE color: 1971486.
HSL color Cylindrical-coordinate representation of color #1E151E: hue angle of 300º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1E151E is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 21 | 30 | - |
| CMYK | 0 | 0.30 | 0 | 0.88 |
| HSL | 300º | 0.18% | 0.1% | - |
| HSV(B) | 300º | 0.3% | 0.12% | - |
| XYZ | 1.04 | 0.91 | 1.35 | - |
| YUV | 24.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 30 | 0 | 0.30 | 0 | 0.88 | 300 | 0.18 | 0.1 |
| Hex | 1E | 15 | 1E | 0 | 1E | 0 | 58 | 12C | 12 | A |
| Octal | 36 | 25 | 36 | 0 | 36 | 0 | 130 | 454 | 22 | 12 |
| Binary | 11110 | 10101 | 11110 | 0 | 11110 | 0 | 1011000 | 100101100 | 10010 | 1010 |
Color Harmonies of #1E151E
Complementary color
Monochromatic Colors of #1E151E
Black with #1E151E
Text Example
Text Example
White with #1E151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E151E; }
p { color: rgb(30,21,30); }
H1.HeaderClassName
{
color: #1E151E;
}
.AnyTagClassName
{
color: #1E151E;
}
</style>
background-color css
<style>
a { background-color: #1E151E; }
a { background-color: rgb(30,21,30); }
div.DivClassName
{
background-color: #1E151E;
}
.BgClassName
{
background-color: #1E151E;
}
</style>
border-color css
<style>
span { border-color: #1E151E; }
span { border-color: rgb(30,21,30); }
td.TdClassName
{
border-color: #1E151E;
}
.TagClassName
{
border-color: #1E151E;
}
</style>