Shades of Mardi Gras #1F131E
Tints of Mardi Gras #1F131E
RGB
CMYK
RGB Variations
Color information
#1F131E (or 0x1F131E) is known color: Mardi Gras. HEX triplet: 1F, 13 and 1E. RGB value is (31,19,30). Sum of RGB (Red+Green+Blue) = 31+19+30=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 31 - color contains mainly: red. Hex color #1F131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F131E is #E0ECE1. Grayscale: #171717. Windows color (decimal): -14740706 or 1970975. OLE color: 1970975.
HSL color Cylindrical-coordinate representation of color #1F131E: hue angle of 305º 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 #1F131E is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 19 | 30 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.88 |
| HSL | 305º | 0.24% | 0.1% | - |
| HSV(B) | 305º | 0.39% | 0.12% | - |
| XYZ | 1.03 | 0.85 | 1.34 | - |
| YUV | 23.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 30 | 0 | 0.39 | 0.03 | 0.88 | 305 | 0.24 | 0.1 |
| Hex | 1F | 13 | 1E | 0 | 27 | 3 | 58 | 131 | 18 | A |
| Octal | 37 | 23 | 36 | 0 | 47 | 3 | 130 | 461 | 30 | 12 |
| Binary | 11111 | 10011 | 11110 | 0 | 100111 | 11 | 1011000 | 100110001 | 11000 | 1010 |
Color Harmonies of #1F131E
Complementary color
Monochromatic Colors of #1F131E
Black with #1F131E
Text Example
Text Example
White with #1F131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F131E; }
p { color: rgb(31,19,30); }
H1.HeaderClassName
{
color: #1F131E;
}
.AnyTagClassName
{
color: #1F131E;
}
</style>
background-color css
<style>
a { background-color: #1F131E; }
a { background-color: rgb(31,19,30); }
div.DivClassName
{
background-color: #1F131E;
}
.BgClassName
{
background-color: #1F131E;
}
</style>
border-color css
<style>
span { border-color: #1F131E; }
span { border-color: rgb(31,19,30); }
td.TdClassName
{
border-color: #1F131E;
}
.TagClassName
{
border-color: #1F131E;
}
</style>