Shades of Mardi Gras #1E151F
Tints of Mardi Gras #1E151F
RGB
CMYK
RGB Variations
Color information
#1E151F (or 0x1E151F) is known color: Mardi Gras. HEX triplet: 1E, 15 and 1F. RGB value is (30,21,31). Sum of RGB (Red+Green+Blue) = 30+21+31=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E151F is #E1EAE0. Grayscale: #181818. Windows color (decimal): -14805729 or 2037022. OLE color: 2037022.
HSL color Cylindrical-coordinate representation of color #1E151F: hue angle of 294º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1E151F is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 21 | 31 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.88 |
| HSL | 294º | 0.19% | 0.1% | - |
| HSV(B) | 294º | 0.32% | 0.12% | - |
| XYZ | 1.05 | 0.91 | 1.42 | - |
| YUV | 24.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 31 | 0.03 | 0.32 | 0 | 0.88 | 294 | 0.19 | 0.1 |
| Hex | 1E | 15 | 1F | 3 | 20 | 0 | 58 | 126 | 13 | A |
| Octal | 36 | 25 | 37 | 3 | 40 | 0 | 130 | 446 | 23 | 12 |
| Binary | 11110 | 10101 | 11111 | 11 | 100000 | 0 | 1011000 | 100100110 | 10011 | 1010 |
Color Harmonies of #1E151F
Complementary color
Monochromatic Colors of #1E151F
Black with #1E151F
Text Example
Text Example
White with #1E151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E151F; }
p { color: rgb(30,21,31); }
H1.HeaderClassName
{
color: #1E151F;
}
.AnyTagClassName
{
color: #1E151F;
}
</style>
background-color css
<style>
a { background-color: #1E151F; }
a { background-color: rgb(30,21,31); }
div.DivClassName
{
background-color: #1E151F;
}
.BgClassName
{
background-color: #1E151F;
}
</style>
border-color css
<style>
span { border-color: #1E151F; }
span { border-color: rgb(30,21,31); }
td.TdClassName
{
border-color: #1E151F;
}
.TagClassName
{
border-color: #1E151F;
}
</style>