Shades of Mardi Gras #1F001F
Tints of Mardi Gras #1F001F
RGB
CMYK
RGB Variations
Color information
#1F001F (or 0x1F001F) is known color: Mardi Gras. HEX triplet: 1F, 00 and 1F. RGB value is (31,0,31). Sum of RGB (Red+Green+Blue) = 31+0+31=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F001F is #E0FFE0. Grayscale: #0C0C0C. Windows color (decimal): -14745569 or 2031647. OLE color: 2031647.
HSL color Cylindrical-coordinate representation of color #1F001F: hue angle of 300º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F001F is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 0 | 31 | - |
| CMYK | 0 | 1 | 0 | 0.88 |
| HSL | 300º | 1% | 0.06% | - |
| HSV(B) | 300º | 1% | 0.12% | - |
| XYZ | 0.81 | 0.39 | 1.33 | - |
| YUV | 12.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 31 | 0 | 1 | 0 | 0.88 | 300 | 1 | 0.06 |
| Hex | 1F | 0 | 1F | 0 | 64 | 0 | 58 | 12C | 64 | 6 |
| Octal | 37 | 0 | 37 | 0 | 144 | 0 | 130 | 454 | 144 | 6 |
| Binary | 11111 | 0 | 11111 | 0 | 1100100 | 0 | 1011000 | 100101100 | 1100100 | 110 |
Color Harmonies of #1F001F
Complementary color
Monochromatic Colors of #1F001F
Black with #1F001F
Text Example
Text Example
White with #1F001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F001F; }
p { color: rgb(31,0,31); }
H1.HeaderClassName
{
color: #1F001F;
}
.AnyTagClassName
{
color: #1F001F;
}
</style>
background-color css
<style>
a { background-color: #1F001F; }
a { background-color: rgb(31,0,31); }
div.DivClassName
{
background-color: #1F001F;
}
.BgClassName
{
background-color: #1F001F;
}
</style>
border-color css
<style>
span { border-color: #1F001F; }
span { border-color: rgb(31,0,31); }
td.TdClassName
{
border-color: #1F001F;
}
.TagClassName
{
border-color: #1F001F;
}
</style>