Shades of Mardi Gras #1F051D
Tints of Mardi Gras #1F051D
RGB
CMYK
RGB Variations
Color information
#1F051D (or 0x1F051D) is known color: Mardi Gras. HEX triplet: 1F, 05 and 1D. RGB value is (31,5,29). Sum of RGB (Red+Green+Blue) = 31+5+29=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 31 - color contains mainly: red. Hex color #1F051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F051D is #E0FAE2. Grayscale: #0F0F0F. Windows color (decimal): -14744291 or 1901855. OLE color: 1901855.
HSL color Cylindrical-coordinate representation of color #1F051D: hue angle of 304.62º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F051D is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 5 | 29 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.88 |
| HSL | 304.62º | 0.72% | 0.07% | - |
| HSV(B) | 304.62º | 0.84% | 0.12% | - |
| XYZ | 0.84 | 0.49 | 1.21 | - |
| YUV | 15.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 29 | 0 | 0.84 | 0.06 | 0.88 | 304.62 | 0.72 | 0.07 |
| Hex | 1F | 5 | 1D | 0 | 54 | 6 | 58 | 131 | 48 | 7 |
| Octal | 37 | 5 | 35 | 0 | 124 | 6 | 130 | 461 | 110 | 7 |
| Binary | 11111 | 101 | 11101 | 0 | 1010100 | 110 | 1011000 | 100110001 | 1001000 | 111 |
Color Harmonies of #1F051D
Complementary color
Monochromatic Colors of #1F051D
Black with #1F051D
Text Example
Text Example
White with #1F051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F051D; }
p { color: rgb(31,5,29); }
H1.HeaderClassName
{
color: #1F051D;
}
.AnyTagClassName
{
color: #1F051D;
}
</style>
background-color css
<style>
a { background-color: #1F051D; }
a { background-color: rgb(31,5,29); }
div.DivClassName
{
background-color: #1F051D;
}
.BgClassName
{
background-color: #1F051D;
}
</style>
border-color css
<style>
span { border-color: #1F051D; }
span { border-color: rgb(31,5,29); }
td.TdClassName
{
border-color: #1F051D;
}
.TagClassName
{
border-color: #1F051D;
}
</style>