Shades of Mardi Gras #1F0020
Tints of Mardi Gras #1F0020
RGB
CMYK
RGB Variations
Color information
#1F0020 (or 0x1F0020) is known color: Mardi Gras. HEX triplet: 1F, 00 and 20. RGB value is (31,0,32). Sum of RGB (Red+Green+Blue) = 31+0+32=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 32 (12.89% from 255 or 50.79% from 63); Max value from RGB is 32 - color contains mainly: blue. Hex color #1F0020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0020 is #E0FFDF. Grayscale: #0C0C0C. Windows color (decimal): -14745568 or 2097183. OLE color: 2097183.
HSL color Cylindrical-coordinate representation of color #1F0020: hue angle of 298.12º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0020 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 0 | 32 | - |
| CMYK | 0.03 | 1 | 0 | 0.87 |
| HSL | 298.13º | 1% | 0.06% | - |
| HSV(B) | 298.13º | 1% | 0.13% | - |
| XYZ | 0.83 | 0.4 | 1.4 | - |
| YUV | 12.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 32 | 0.03 | 1 | 0 | 0.87 | 298.13 | 1 | 0.06 |
| Hex | 1F | 0 | 20 | 3 | 64 | 0 | 57 | 12A | 64 | 6 |
| Octal | 37 | 0 | 40 | 3 | 144 | 0 | 127 | 452 | 144 | 6 |
| Binary | 11111 | 0 | 100000 | 11 | 1100100 | 0 | 1010111 | 100101010 | 1100100 | 110 |
Color Harmonies of #1F0020
Complementary color
Monochromatic Colors of #1F0020
Black with #1F0020
Text Example
Text Example
White with #1F0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0020; }
p { color: rgb(31,0,32); }
H1.HeaderClassName
{
color: #1F0020;
}
.AnyTagClassName
{
color: #1F0020;
}
</style>
background-color css
<style>
a { background-color: #1F0020; }
a { background-color: rgb(31,0,32); }
div.DivClassName
{
background-color: #1F0020;
}
.BgClassName
{
background-color: #1F0020;
}
</style>
border-color css
<style>
span { border-color: #1F0020; }
span { border-color: rgb(31,0,32); }
td.TdClassName
{
border-color: #1F0020;
}
.TagClassName
{
border-color: #1F0020;
}
</style>