Shades of Mardi Gras #1E171F
Tints of Mardi Gras #1E171F
RGB
CMYK
RGB Variations
Color information
#1E171F (or 0x1E171F) is known color: Mardi Gras. HEX triplet: 1E, 17 and 1F. RGB value is (30,23,31). Sum of RGB (Red+Green+Blue) = 30+23+31=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E171F is #E1E8E0. Grayscale: #191919. Windows color (decimal): -14805217 or 2037534. OLE color: 2037534.
HSL color Cylindrical-coordinate representation of color #1E171F: hue angle of 292.5º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1E171F is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 23 | 31 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.88 |
| HSL | 292.5º | 0.15% | 0.11% | - |
| HSV(B) | 292.5º | 0.26% | 0.12% | - |
| XYZ | 1.09 | 0.99 | 1.43 | - |
| YUV | 26.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 31 | 0.03 | 0.26 | 0 | 0.88 | 292.5 | 0.15 | 0.11 |
| Hex | 1E | 17 | 1F | 3 | 1A | 0 | 58 | 124 | F | B |
| Octal | 36 | 27 | 37 | 3 | 32 | 0 | 130 | 444 | 17 | 13 |
| Binary | 11110 | 10111 | 11111 | 11 | 11010 | 0 | 1011000 | 100100100 | 1111 | 1011 |
Color Harmonies of #1E171F
Complementary color
Monochromatic Colors of #1E171F
Black with #1E171F
Text Example
Text Example
White with #1E171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E171F; }
p { color: rgb(30,23,31); }
H1.HeaderClassName
{
color: #1E171F;
}
.AnyTagClassName
{
color: #1E171F;
}
</style>
background-color css
<style>
a { background-color: #1E171F; }
a { background-color: rgb(30,23,31); }
div.DivClassName
{
background-color: #1E171F;
}
.BgClassName
{
background-color: #1E171F;
}
</style>
border-color css
<style>
span { border-color: #1E171F; }
span { border-color: rgb(30,23,31); }
td.TdClassName
{
border-color: #1E171F;
}
.TagClassName
{
border-color: #1E171F;
}
</style>