Shades of Mardi Gras #1F081D
Tints of Mardi Gras #1F081D
RGB
CMYK
RGB Variations
Color information
#1F081D (or 0x1F081D) is known color: Mardi Gras. HEX triplet: 1F, 08 and 1D. RGB value is (31,8,29). Sum of RGB (Red+Green+Blue) = 31+8+29=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F081D is #E0F7E2. Grayscale: #111111. Windows color (decimal): -14743523 or 1902623. OLE color: 1902623.
HSL color Cylindrical-coordinate representation of color #1F081D: hue angle of 305.22º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F081D is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 8 | 29 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.88 |
| HSL | 305.22º | 0.59% | 0.08% | - |
| HSV(B) | 305.22º | 0.74% | 0.12% | - |
| XYZ | 0.87 | 0.55 | 1.22 | - |
| YUV | 17.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 29 | 0 | 0.74 | 0.06 | 0.88 | 305.22 | 0.59 | 0.08 |
| Hex | 1F | 8 | 1D | 0 | 4A | 6 | 58 | 131 | 3B | 8 |
| Octal | 37 | 10 | 35 | 0 | 112 | 6 | 130 | 461 | 73 | 10 |
| Binary | 11111 | 1000 | 11101 | 0 | 1001010 | 110 | 1011000 | 100110001 | 111011 | 1000 |
Color Harmonies of #1F081D
Complementary color
Monochromatic Colors of #1F081D
Black with #1F081D
Text Example
Text Example
White with #1F081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F081D; }
p { color: rgb(31,8,29); }
H1.HeaderClassName
{
color: #1F081D;
}
.AnyTagClassName
{
color: #1F081D;
}
</style>
background-color css
<style>
a { background-color: #1F081D; }
a { background-color: rgb(31,8,29); }
div.DivClassName
{
background-color: #1F081D;
}
.BgClassName
{
background-color: #1F081D;
}
</style>
border-color css
<style>
span { border-color: #1F081D; }
span { border-color: rgb(31,8,29); }
td.TdClassName
{
border-color: #1F081D;
}
.TagClassName
{
border-color: #1F081D;
}
</style>