Shades of Mardi Gras #1F0119
Tints of Mardi Gras #1F0119
RGB
CMYK
RGB Variations
Color information
#1F0119 (or 0x1F0119) is known color: Mardi Gras. HEX triplet: 1F, 01 and 19. RGB value is (31,1,25). Sum of RGB (Red+Green+Blue) = 31+1+25=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0119 is #E0FEE6. Grayscale: #0C0C0C. Windows color (decimal): -14745319 or 1638687. OLE color: 1638687.
HSL color Cylindrical-coordinate representation of color #1F0119: hue angle of 312º 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 #1F0119 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 1 | 25 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.88 |
| HSL | 312º | 0.94% | 0.06% | - |
| HSV(B) | 312º | 0.97% | 0.12% | - |
| XYZ | 0.75 | 0.38 | 0.95 | - |
| YUV | 12.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 25 | 0 | 0.97 | 0.19 | 0.88 | 312 | 0.94 | 0.06 |
| Hex | 1F | 1 | 19 | 0 | 61 | 13 | 58 | 138 | 5E | 6 |
| Octal | 37 | 1 | 31 | 0 | 141 | 23 | 130 | 470 | 136 | 6 |
| Binary | 11111 | 1 | 11001 | 0 | 1100001 | 10011 | 1011000 | 100111000 | 1011110 | 110 |
Color Harmonies of #1F0119
Complementary color
Monochromatic Colors of #1F0119
Black with #1F0119
Text Example
Text Example
White with #1F0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0119; }
p { color: rgb(31,1,25); }
H1.HeaderClassName
{
color: #1F0119;
}
.AnyTagClassName
{
color: #1F0119;
}
</style>
background-color css
<style>
a { background-color: #1F0119; }
a { background-color: rgb(31,1,25); }
div.DivClassName
{
background-color: #1F0119;
}
.BgClassName
{
background-color: #1F0119;
}
</style>
border-color css
<style>
span { border-color: #1F0119; }
span { border-color: rgb(31,1,25); }
td.TdClassName
{
border-color: #1F0119;
}
.TagClassName
{
border-color: #1F0119;
}
</style>