Shades of Mardi Gras #1E131F
Tints of Mardi Gras #1E131F
RGB
CMYK
RGB Variations
Color information
#1E131F (or 0x1E131F) is known color: Mardi Gras. HEX triplet: 1E, 13 and 1F. RGB value is (30,19,31). Sum of RGB (Red+Green+Blue) = 30+19+31=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E131F is #E1ECE0. Grayscale: #171717. Windows color (decimal): -14806241 or 2036510. OLE color: 2036510.
HSL color Cylindrical-coordinate representation of color #1E131F: hue angle of 295º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E131F is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 19 | 31 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.88 |
| HSL | 295º | 0.24% | 0.1% | - |
| HSV(B) | 295º | 0.39% | 0.12% | - |
| XYZ | 1.02 | 0.84 | 1.41 | - |
| YUV | 23.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 31 | 0.03 | 0.39 | 0 | 0.88 | 295 | 0.24 | 0.1 |
| Hex | 1E | 13 | 1F | 3 | 27 | 0 | 58 | 127 | 18 | A |
| Octal | 36 | 23 | 37 | 3 | 47 | 0 | 130 | 447 | 30 | 12 |
| Binary | 11110 | 10011 | 11111 | 11 | 100111 | 0 | 1011000 | 100100111 | 11000 | 1010 |
Color Harmonies of #1E131F
Complementary color
Monochromatic Colors of #1E131F
Black with #1E131F
Text Example
Text Example
White with #1E131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E131F; }
p { color: rgb(30,19,31); }
H1.HeaderClassName
{
color: #1E131F;
}
.AnyTagClassName
{
color: #1E131F;
}
</style>
background-color css
<style>
a { background-color: #1E131F; }
a { background-color: rgb(30,19,31); }
div.DivClassName
{
background-color: #1E131F;
}
.BgClassName
{
background-color: #1E131F;
}
</style>
border-color css
<style>
span { border-color: #1E131F; }
span { border-color: rgb(30,19,31); }
td.TdClassName
{
border-color: #1E131F;
}
.TagClassName
{
border-color: #1E131F;
}
</style>