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