Shades of Mardi Gras #1F161F
Tints of Mardi Gras #1F161F
RGB
CMYK
RGB Variations
Color information
#1F161F (or 0x1F161F) is known color: Mardi Gras. HEX triplet: 1F, 16 and 1F. RGB value is (31,22,31). Sum of RGB (Red+Green+Blue) = 31+22+31=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F161F is #E0E9E0. Grayscale: #191919. Windows color (decimal): -14739937 or 2037279. OLE color: 2037279.
HSL color Cylindrical-coordinate representation of color #1F161F: hue angle of 300º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1F161F is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 22 | 31 | - |
| CMYK | 0 | 0.29 | 0 | 0.88 |
| HSL | 300º | 0.17% | 0.1% | - |
| HSV(B) | 300º | 0.29% | 0.12% | - |
| XYZ | 1.1 | 0.96 | 1.42 | - |
| YUV | 25.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 31 | 0 | 0.29 | 0 | 0.88 | 300 | 0.17 | 0.1 |
| Hex | 1F | 16 | 1F | 0 | 1D | 0 | 58 | 12C | 11 | A |
| Octal | 37 | 26 | 37 | 0 | 35 | 0 | 130 | 454 | 21 | 12 |
| Binary | 11111 | 10110 | 11111 | 0 | 11101 | 0 | 1011000 | 100101100 | 10001 | 1010 |
Color Harmonies of #1F161F
Complementary color
Monochromatic Colors of #1F161F
Black with #1F161F
Text Example
Text Example
White with #1F161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F161F; }
p { color: rgb(31,22,31); }
H1.HeaderClassName
{
color: #1F161F;
}
.AnyTagClassName
{
color: #1F161F;
}
</style>
background-color css
<style>
a { background-color: #1F161F; }
a { background-color: rgb(31,22,31); }
div.DivClassName
{
background-color: #1F161F;
}
.BgClassName
{
background-color: #1F161F;
}
</style>
border-color css
<style>
span { border-color: #1F161F; }
span { border-color: rgb(31,22,31); }
td.TdClassName
{
border-color: #1F161F;
}
.TagClassName
{
border-color: #1F161F;
}
</style>