Shades of Mardi Gras #1F011D
Tints of Mardi Gras #1F011D
RGB
CMYK
RGB Variations
Color information
#1F011D (or 0x1F011D) is known color: Mardi Gras. HEX triplet: 1F, 01 and 1D. RGB value is (31,1,29). Sum of RGB (Red+Green+Blue) = 31+1+29=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F011D is #E0FEE2. Grayscale: #0D0D0D. Windows color (decimal): -14745315 or 1900831. OLE color: 1900831.
HSL color Cylindrical-coordinate representation of color #1F011D: hue angle of 304º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F011D is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 1 | 29 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.88 |
| HSL | 304º | 0.94% | 0.06% | - |
| HSV(B) | 304º | 0.97% | 0.12% | - |
| XYZ | 0.8 | 0.4 | 1.2 | - |
| YUV | 13.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 29 | 0 | 0.97 | 0.06 | 0.88 | 304 | 0.94 | 0.06 |
| Hex | 1F | 1 | 1D | 0 | 61 | 6 | 58 | 130 | 5E | 6 |
| Octal | 37 | 1 | 35 | 0 | 141 | 6 | 130 | 460 | 136 | 6 |
| Binary | 11111 | 1 | 11101 | 0 | 1100001 | 110 | 1011000 | 100110000 | 1011110 | 110 |
Color Harmonies of #1F011D
Complementary color
Monochromatic Colors of #1F011D
Black with #1F011D
Text Example
Text Example
White with #1F011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F011D; }
p { color: rgb(31,1,29); }
H1.HeaderClassName
{
color: #1F011D;
}
.AnyTagClassName
{
color: #1F011D;
}
</style>
background-color css
<style>
a { background-color: #1F011D; }
a { background-color: rgb(31,1,29); }
div.DivClassName
{
background-color: #1F011D;
}
.BgClassName
{
background-color: #1F011D;
}
</style>
border-color css
<style>
span { border-color: #1F011D; }
span { border-color: rgb(31,1,29); }
td.TdClassName
{
border-color: #1F011D;
}
.TagClassName
{
border-color: #1F011D;
}
</style>