Shades of Mardi Gras #1F021C
Tints of Mardi Gras #1F021C
RGB
CMYK
RGB Variations
Color information
#1F021C (or 0x1F021C) is known color: Mardi Gras. HEX triplet: 1F, 02 and 1C. RGB value is (31,2,28). Sum of RGB (Red+Green+Blue) = 31+2+28=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F021C is #E0FDE3. Grayscale: #0D0D0D. Windows color (decimal): -14745060 or 1835551. OLE color: 1835551.
HSL color Cylindrical-coordinate representation of color #1F021C: hue angle of 306.21º 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 #1F021C is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 2 | 28 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.88 |
| HSL | 306.21º | 0.88% | 0.06% | - |
| HSV(B) | 306.21º | 0.94% | 0.12% | - |
| XYZ | 0.8 | 0.42 | 1.14 | - |
| YUV | 13.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 28 | 0 | 0.94 | 0.10 | 0.88 | 306.21 | 0.88 | 0.06 |
| Hex | 1F | 2 | 1C | 0 | 5E | A | 58 | 132 | 58 | 6 |
| Octal | 37 | 2 | 34 | 0 | 136 | 12 | 130 | 462 | 130 | 6 |
| Binary | 11111 | 10 | 11100 | 0 | 1011110 | 1010 | 1011000 | 100110010 | 1011000 | 110 |
Color Harmonies of #1F021C
Complementary color
Monochromatic Colors of #1F021C
Black with #1F021C
Text Example
Text Example
White with #1F021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F021C; }
p { color: rgb(31,2,28); }
H1.HeaderClassName
{
color: #1F021C;
}
.AnyTagClassName
{
color: #1F021C;
}
</style>
background-color css
<style>
a { background-color: #1F021C; }
a { background-color: rgb(31,2,28); }
div.DivClassName
{
background-color: #1F021C;
}
.BgClassName
{
background-color: #1F021C;
}
</style>
border-color css
<style>
span { border-color: #1F021C; }
span { border-color: rgb(31,2,28); }
td.TdClassName
{
border-color: #1F021C;
}
.TagClassName
{
border-color: #1F021C;
}
</style>