Shades of Mardi Gras #1F001D
Tints of Mardi Gras #1F001D
RGB
CMYK
RGB Variations
Color information
#1F001D (or 0x1F001D) is known color: Mardi Gras. HEX triplet: 1F, 00 and 1D. RGB value is (31,0,29). Sum of RGB (Red+Green+Blue) = 31+0+29=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F001D is #E0FFE2. Grayscale: #0C0C0C. Windows color (decimal): -14745571 or 1900575. OLE color: 1900575.
HSL color Cylindrical-coordinate representation of color #1F001D: hue angle of 303.87º 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 #1F001D is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.06 | 0.88 |
| HSL | 303.87º | 1% | 0.06% | - |
| HSV(B) | 303.87º | 1% | 0.12% | - |
| XYZ | 0.79 | 0.38 | 1.19 | - |
| YUV | 12.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 29 | 0 | 1 | 0.06 | 0.88 | 303.87 | 1 | 0.06 |
| Hex | 1F | 0 | 1D | 0 | 64 | 6 | 58 | 130 | 64 | 6 |
| Octal | 37 | 0 | 35 | 0 | 144 | 6 | 130 | 460 | 144 | 6 |
| Binary | 11111 | 0 | 11101 | 0 | 1100100 | 110 | 1011000 | 100110000 | 1100100 | 110 |
Color Harmonies of #1F001D
Complementary color
Monochromatic Colors of #1F001D
Black with #1F001D
Text Example
Text Example
White with #1F001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F001D; }
p { color: rgb(31,0,29); }
H1.HeaderClassName
{
color: #1F001D;
}
.AnyTagClassName
{
color: #1F001D;
}
</style>
background-color css
<style>
a { background-color: #1F001D; }
a { background-color: rgb(31,0,29); }
div.DivClassName
{
background-color: #1F001D;
}
.BgClassName
{
background-color: #1F001D;
}
</style>
border-color css
<style>
span { border-color: #1F001D; }
span { border-color: rgb(31,0,29); }
td.TdClassName
{
border-color: #1F001D;
}
.TagClassName
{
border-color: #1F001D;
}
</style>