Shades of Mardi Gras #1F111E
Tints of Mardi Gras #1F111E
RGB
CMYK
RGB Variations
Color information
#1F111E (or 0x1F111E) is known color: Mardi Gras. HEX triplet: 1F, 11 and 1E. RGB value is (31,17,30). Sum of RGB (Red+Green+Blue) = 31+17+30=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 31 - color contains mainly: red. Hex color #1F111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F111E is #E0EEE1. Grayscale: #161616. Windows color (decimal): -14741218 or 1970463. OLE color: 1970463.
HSL color Cylindrical-coordinate representation of color #1F111E: hue angle of 304.29º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F111E is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 30 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.88 |
| HSL | 304.29º | 0.29% | 0.09% | - |
| HSV(B) | 304.29º | 0.45% | 0.12% | - |
| XYZ | 1 | 0.79 | 1.33 | - |
| YUV | 22.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 30 | 0 | 0.45 | 0.03 | 0.88 | 304.29 | 0.29 | 0.09 |
| Hex | 1F | 11 | 1E | 0 | 2D | 3 | 58 | 130 | 1D | 9 |
| Octal | 37 | 21 | 36 | 0 | 55 | 3 | 130 | 460 | 35 | 11 |
| Binary | 11111 | 10001 | 11110 | 0 | 101101 | 11 | 1011000 | 100110000 | 11101 | 1001 |
Color Harmonies of #1F111E
Complementary color
Monochromatic Colors of #1F111E
Black with #1F111E
Text Example
Text Example
White with #1F111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F111E; }
p { color: rgb(31,17,30); }
H1.HeaderClassName
{
color: #1F111E;
}
.AnyTagClassName
{
color: #1F111E;
}
</style>
background-color css
<style>
a { background-color: #1F111E; }
a { background-color: rgb(31,17,30); }
div.DivClassName
{
background-color: #1F111E;
}
.BgClassName
{
background-color: #1F111E;
}
</style>
border-color css
<style>
span { border-color: #1F111E; }
span { border-color: rgb(31,17,30); }
td.TdClassName
{
border-color: #1F111E;
}
.TagClassName
{
border-color: #1F111E;
}
</style>