Shades of Mardi Gras #1F041D
Tints of Mardi Gras #1F041D
RGB
CMYK
RGB Variations
Color information
#1F041D (or 0x1F041D) is known color: Mardi Gras. HEX triplet: 1F, 04 and 1D. RGB value is (31,4,29). Sum of RGB (Red+Green+Blue) = 31+4+29=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F041D is #E0FBE2. Grayscale: #0E0E0E. Windows color (decimal): -14744547 or 1901599. OLE color: 1901599.
HSL color Cylindrical-coordinate representation of color #1F041D: hue angle of 304.44º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F041D is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 4 | 29 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.88 |
| HSL | 304.44º | 0.77% | 0.07% | - |
| HSV(B) | 304.44º | 0.87% | 0.12% | - |
| XYZ | 0.83 | 0.47 | 1.21 | - |
| YUV | 14.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 29 | 0 | 0.87 | 0.06 | 0.88 | 304.44 | 0.77 | 0.07 |
| Hex | 1F | 4 | 1D | 0 | 57 | 6 | 58 | 130 | 4D | 7 |
| Octal | 37 | 4 | 35 | 0 | 127 | 6 | 130 | 460 | 115 | 7 |
| Binary | 11111 | 100 | 11101 | 0 | 1010111 | 110 | 1011000 | 100110000 | 1001101 | 111 |
Color Harmonies of #1F041D
Complementary color
Monochromatic Colors of #1F041D
Black with #1F041D
Text Example
Text Example
White with #1F041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F041D; }
p { color: rgb(31,4,29); }
H1.HeaderClassName
{
color: #1F041D;
}
.AnyTagClassName
{
color: #1F041D;
}
</style>
background-color css
<style>
a { background-color: #1F041D; }
a { background-color: rgb(31,4,29); }
div.DivClassName
{
background-color: #1F041D;
}
.BgClassName
{
background-color: #1F041D;
}
</style>
border-color css
<style>
span { border-color: #1F041D; }
span { border-color: rgb(31,4,29); }
td.TdClassName
{
border-color: #1F041D;
}
.TagClassName
{
border-color: #1F041D;
}
</style>