Shades of Mardi Gras #1E181F
Tints of Mardi Gras #1E181F
RGB
CMYK
RGB Variations
Color information
#1E181F (or 0x1E181F) is known color: Mardi Gras. HEX triplet: 1E, 18 and 1F. RGB value is (30,24,31). Sum of RGB (Red+Green+Blue) = 30+24+31=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E181F is #E1E7E0. Grayscale: #1A1A1A. Windows color (decimal): -14804961 or 2037790. OLE color: 2037790.
HSL color Cylindrical-coordinate representation of color #1E181F: hue angle of 291.43º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1E181F is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 24 | 31 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.88 |
| HSL | 291.43º | 0.13% | 0.11% | - |
| HSV(B) | 291.43º | 0.23% | 0.12% | - |
| XYZ | 1.11 | 1.03 | 1.44 | - |
| YUV | 26.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 31 | 0.03 | 0.23 | 0 | 0.88 | 291.43 | 0.13 | 0.11 |
| Hex | 1E | 18 | 1F | 3 | 17 | 0 | 58 | 123 | D | B |
| Octal | 36 | 30 | 37 | 3 | 27 | 0 | 130 | 443 | 15 | 13 |
| Binary | 11110 | 11000 | 11111 | 11 | 10111 | 0 | 1011000 | 100100011 | 1101 | 1011 |
Color Harmonies of #1E181F
Complementary color
Monochromatic Colors of #1E181F
Black with #1E181F
Text Example
Text Example
White with #1E181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E181F; }
p { color: rgb(30,24,31); }
H1.HeaderClassName
{
color: #1E181F;
}
.AnyTagClassName
{
color: #1E181F;
}
</style>
background-color css
<style>
a { background-color: #1E181F; }
a { background-color: rgb(30,24,31); }
div.DivClassName
{
background-color: #1E181F;
}
.BgClassName
{
background-color: #1E181F;
}
</style>
border-color css
<style>
span { border-color: #1E181F; }
span { border-color: rgb(30,24,31); }
td.TdClassName
{
border-color: #1E181F;
}
.TagClassName
{
border-color: #1E181F;
}
</style>