Shades of Mardi Gras #1F0F1D
Tints of Mardi Gras #1F0F1D
RGB
CMYK
RGB Variations
Color information
#1F0F1D (or 0x1F0F1D) is known color: Mardi Gras. HEX triplet: 1F, 0F and 1D. RGB value is (31,15,29). Sum of RGB (Red+Green+Blue) = 31+15+29=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0F1D is #E0F0E2. Grayscale: #151515. Windows color (decimal): -14741731 or 1904415. OLE color: 1904415.
HSL color Cylindrical-coordinate representation of color #1F0F1D: hue angle of 307.5º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F0F1D is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 15 | 29 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.88 |
| HSL | 307.5º | 0.35% | 0.09% | - |
| HSV(B) | 307.5º | 0.52% | 0.12% | - |
| XYZ | 0.96 | 0.72 | 1.25 | - |
| YUV | 21.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 29 | 0 | 0.52 | 0.06 | 0.88 | 307.5 | 0.35 | 0.09 |
| Hex | 1F | F | 1D | 0 | 34 | 6 | 58 | 134 | 23 | 9 |
| Octal | 37 | 17 | 35 | 0 | 64 | 6 | 130 | 464 | 43 | 11 |
| Binary | 11111 | 1111 | 11101 | 0 | 110100 | 110 | 1011000 | 100110100 | 100011 | 1001 |
Color Harmonies of #1F0F1D
Complementary color
Monochromatic Colors of #1F0F1D
Black with #1F0F1D
Text Example
Text Example
White with #1F0F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0F1D; }
p { color: rgb(31,15,29); }
H1.HeaderClassName
{
color: #1F0F1D;
}
.AnyTagClassName
{
color: #1F0F1D;
}
</style>
background-color css
<style>
a { background-color: #1F0F1D; }
a { background-color: rgb(31,15,29); }
div.DivClassName
{
background-color: #1F0F1D;
}
.BgClassName
{
background-color: #1F0F1D;
}
</style>
border-color css
<style>
span { border-color: #1F0F1D; }
span { border-color: rgb(31,15,29); }
td.TdClassName
{
border-color: #1F0F1D;
}
.TagClassName
{
border-color: #1F0F1D;
}
</style>