Shades of Mardi Gras #1F171E
Tints of Mardi Gras #1F171E
RGB
CMYK
RGB Variations
Color information
#1F171E (or 0x1F171E) is known color: Mardi Gras. HEX triplet: 1F, 17 and 1E. RGB value is (31,23,30). Sum of RGB (Red+Green+Blue) = 31+23+30=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 31 - color contains mainly: red. Hex color #1F171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F171E is #E0E8E1. Grayscale: #1A1A1A. Windows color (decimal): -14739682 or 1971999. OLE color: 1971999.
HSL color Cylindrical-coordinate representation of color #1F171E: hue angle of 307.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 #1F171E is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 23 | 30 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.88 |
| HSL | 307.5º | 0.15% | 0.11% | - |
| HSV(B) | 307.5º | 0.26% | 0.12% | - |
| XYZ | 1.11 | 1 | 1.36 | - |
| YUV | 26.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 30 | 0 | 0.26 | 0.03 | 0.88 | 307.5 | 0.15 | 0.11 |
| Hex | 1F | 17 | 1E | 0 | 1A | 3 | 58 | 134 | F | B |
| Octal | 37 | 27 | 36 | 0 | 32 | 3 | 130 | 464 | 17 | 13 |
| Binary | 11111 | 10111 | 11110 | 0 | 11010 | 11 | 1011000 | 100110100 | 1111 | 1011 |
Color Harmonies of #1F171E
Complementary color
Monochromatic Colors of #1F171E
Black with #1F171E
Text Example
Text Example
White with #1F171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F171E; }
p { color: rgb(31,23,30); }
H1.HeaderClassName
{
color: #1F171E;
}
.AnyTagClassName
{
color: #1F171E;
}
</style>
background-color css
<style>
a { background-color: #1F171E; }
a { background-color: rgb(31,23,30); }
div.DivClassName
{
background-color: #1F171E;
}
.BgClassName
{
background-color: #1F171E;
}
</style>
border-color css
<style>
span { border-color: #1F171E; }
span { border-color: rgb(31,23,30); }
td.TdClassName
{
border-color: #1F171E;
}
.TagClassName
{
border-color: #1F171E;
}
</style>