Shades of Mardi Gras #1F071D
Tints of Mardi Gras #1F071D
RGB
CMYK
RGB Variations
Color information
#1F071D (or 0x1F071D) is known color: Mardi Gras. HEX triplet: 1F, 07 and 1D. RGB value is (31,7,29). Sum of RGB (Red+Green+Blue) = 31+7+29=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 31 - color contains mainly: red. Hex color #1F071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F071D is #E0F8E2. Grayscale: #101010. Windows color (decimal): -14743779 or 1902367. OLE color: 1902367.
HSL color Cylindrical-coordinate representation of color #1F071D: hue angle of 305º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F071D is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 7 | 29 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.88 |
| HSL | 305º | 0.63% | 0.07% | - |
| HSV(B) | 305º | 0.77% | 0.12% | - |
| XYZ | 0.86 | 0.53 | 1.22 | - |
| YUV | 16.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 29 | 0 | 0.77 | 0.06 | 0.88 | 305 | 0.63 | 0.07 |
| Hex | 1F | 7 | 1D | 0 | 4D | 6 | 58 | 131 | 3F | 7 |
| Octal | 37 | 7 | 35 | 0 | 115 | 6 | 130 | 461 | 77 | 7 |
| Binary | 11111 | 111 | 11101 | 0 | 1001101 | 110 | 1011000 | 100110001 | 111111 | 111 |
Color Harmonies of #1F071D
Complementary color
Monochromatic Colors of #1F071D
Black with #1F071D
Text Example
Text Example
White with #1F071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F071D; }
p { color: rgb(31,7,29); }
H1.HeaderClassName
{
color: #1F071D;
}
.AnyTagClassName
{
color: #1F071D;
}
</style>
background-color css
<style>
a { background-color: #1F071D; }
a { background-color: rgb(31,7,29); }
div.DivClassName
{
background-color: #1F071D;
}
.BgClassName
{
background-color: #1F071D;
}
</style>
border-color css
<style>
span { border-color: #1F071D; }
span { border-color: rgb(31,7,29); }
td.TdClassName
{
border-color: #1F071D;
}
.TagClassName
{
border-color: #1F071D;
}
</style>