Shades of Mardi Gras #1F0220
Tints of Mardi Gras #1F0220
RGB
CMYK
RGB Variations
Color information
#1F0220 (or 0x1F0220) is known color: Mardi Gras. HEX triplet: 1F, 02 and 20. RGB value is (31,2,32). Sum of RGB (Red+Green+Blue) = 31+2+32=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #1F0220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0220 is #E0FDDF. Grayscale: #0D0D0D. Windows color (decimal): -14745056 or 2097695. OLE color: 2097695.
HSL color Cylindrical-coordinate representation of color #1F0220: hue angle of 298º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0220 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 2 | 32 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.87 |
| HSL | 298º | 0.88% | 0.07% | - |
| HSV(B) | 298º | 0.94% | 0.13% | - |
| XYZ | 0.85 | 0.44 | 1.41 | - |
| YUV | 14.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 32 | 0.03 | 0.94 | 0 | 0.87 | 298 | 0.88 | 0.07 |
| Hex | 1F | 2 | 20 | 3 | 5E | 0 | 57 | 12A | 58 | 7 |
| Octal | 37 | 2 | 40 | 3 | 136 | 0 | 127 | 452 | 130 | 7 |
| Binary | 11111 | 10 | 100000 | 11 | 1011110 | 0 | 1010111 | 100101010 | 1011000 | 111 |
Color Harmonies of #1F0220
Complementary color
Monochromatic Colors of #1F0220
Black with #1F0220
Text Example
Text Example
White with #1F0220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0220; }
p { color: rgb(31,2,32); }
H1.HeaderClassName
{
color: #1F0220;
}
.AnyTagClassName
{
color: #1F0220;
}
</style>
background-color css
<style>
a { background-color: #1F0220; }
a { background-color: rgb(31,2,32); }
div.DivClassName
{
background-color: #1F0220;
}
.BgClassName
{
background-color: #1F0220;
}
</style>
border-color css
<style>
span { border-color: #1F0220; }
span { border-color: rgb(31,2,32); }
td.TdClassName
{
border-color: #1F0220;
}
.TagClassName
{
border-color: #1F0220;
}
</style>