Shades of Mardi Gras #1F091D
Tints of Mardi Gras #1F091D
RGB
CMYK
RGB Variations
Color information
#1F091D (or 0x1F091D) is known color: Mardi Gras. HEX triplet: 1F, 09 and 1D. RGB value is (31,9,29). Sum of RGB (Red+Green+Blue) = 31+9+29=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 31 - color contains mainly: red. Hex color #1F091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F091D is #E0F6E2. Grayscale: #111111. Windows color (decimal): -14743267 or 1902879. OLE color: 1902879.
HSL color Cylindrical-coordinate representation of color #1F091D: hue angle of 305.45º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F091D is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 9 | 29 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.88 |
| HSL | 305.45º | 0.55% | 0.08% | - |
| HSV(B) | 305.45º | 0.71% | 0.12% | - |
| XYZ | 0.88 | 0.58 | 1.23 | - |
| YUV | 17.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 29 | 0 | 0.71 | 0.06 | 0.88 | 305.45 | 0.55 | 0.08 |
| Hex | 1F | 9 | 1D | 0 | 47 | 6 | 58 | 131 | 37 | 8 |
| Octal | 37 | 11 | 35 | 0 | 107 | 6 | 130 | 461 | 67 | 10 |
| Binary | 11111 | 1001 | 11101 | 0 | 1000111 | 110 | 1011000 | 100110001 | 110111 | 1000 |
Color Harmonies of #1F091D
Complementary color
Monochromatic Colors of #1F091D
Black with #1F091D
Text Example
Text Example
White with #1F091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F091D; }
p { color: rgb(31,9,29); }
H1.HeaderClassName
{
color: #1F091D;
}
.AnyTagClassName
{
color: #1F091D;
}
</style>
background-color css
<style>
a { background-color: #1F091D; }
a { background-color: rgb(31,9,29); }
div.DivClassName
{
background-color: #1F091D;
}
.BgClassName
{
background-color: #1F091D;
}
</style>
border-color css
<style>
span { border-color: #1F091D; }
span { border-color: rgb(31,9,29); }
td.TdClassName
{
border-color: #1F091D;
}
.TagClassName
{
border-color: #1F091D;
}
</style>