Shades of Mardi Gras #1F0120
Tints of Mardi Gras #1F0120
RGB
CMYK
RGB Variations
Color information
#1F0120 (or 0x1F0120) is known color: Mardi Gras. HEX triplet: 1F, 01 and 20. RGB value is (31,1,32). Sum of RGB (Red+Green+Blue) = 31+1+32=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #1F0120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0120 is #E0FEDF. Grayscale: #0D0D0D. Windows color (decimal): -14745312 or 2097439. OLE color: 2097439.
HSL color Cylindrical-coordinate representation of color #1F0120: hue angle of 298.06º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0120 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 1 | 32 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.87 |
| HSL | 298.06º | 0.94% | 0.06% | - |
| HSV(B) | 298.06º | 0.97% | 0.13% | - |
| XYZ | 0.84 | 0.42 | 1.4 | - |
| YUV | 13.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 32 | 0.03 | 0.97 | 0 | 0.87 | 298.06 | 0.94 | 0.06 |
| Hex | 1F | 1 | 20 | 3 | 61 | 0 | 57 | 12A | 5E | 6 |
| Octal | 37 | 1 | 40 | 3 | 141 | 0 | 127 | 452 | 136 | 6 |
| Binary | 11111 | 1 | 100000 | 11 | 1100001 | 0 | 1010111 | 100101010 | 1011110 | 110 |
Color Harmonies of #1F0120
Complementary color
Monochromatic Colors of #1F0120
Black with #1F0120
Text Example
Text Example
White with #1F0120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0120; }
p { color: rgb(31,1,32); }
H1.HeaderClassName
{
color: #1F0120;
}
.AnyTagClassName
{
color: #1F0120;
}
</style>
background-color css
<style>
a { background-color: #1F0120; }
a { background-color: rgb(31,1,32); }
div.DivClassName
{
background-color: #1F0120;
}
.BgClassName
{
background-color: #1F0120;
}
</style>
border-color css
<style>
span { border-color: #1F0120; }
span { border-color: rgb(31,1,32); }
td.TdClassName
{
border-color: #1F0120;
}
.TagClassName
{
border-color: #1F0120;
}
</style>