Shades of Mardi Gras #1F071F
Tints of Mardi Gras #1F071F
RGB
CMYK
RGB Variations
Color information
#1F071F (or 0x1F071F) is known color: Mardi Gras. HEX triplet: 1F, 07 and 1F. RGB value is (31,7,31). Sum of RGB (Red+Green+Blue) = 31+7+31=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F071F is #E0F8E0. Grayscale: #101010. Windows color (decimal): -14743777 or 2033439. OLE color: 2033439.
HSL color Cylindrical-coordinate representation of color #1F071F: hue angle of 300º 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 #1F071F is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 7 | 31 | - |
| CMYK | 0 | 0.77 | 0 | 0.88 |
| HSL | 300º | 0.63% | 0.07% | - |
| HSV(B) | 300º | 0.77% | 0.12% | - |
| XYZ | 0.89 | 0.54 | 1.35 | - |
| YUV | 16.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 31 | 0 | 0.77 | 0 | 0.88 | 300 | 0.63 | 0.07 |
| Hex | 1F | 7 | 1F | 0 | 4D | 0 | 58 | 12C | 3F | 7 |
| Octal | 37 | 7 | 37 | 0 | 115 | 0 | 130 | 454 | 77 | 7 |
| Binary | 11111 | 111 | 11111 | 0 | 1001101 | 0 | 1011000 | 100101100 | 111111 | 111 |
Color Harmonies of #1F071F
Complementary color
Monochromatic Colors of #1F071F
Black with #1F071F
Text Example
Text Example
White with #1F071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F071F; }
p { color: rgb(31,7,31); }
H1.HeaderClassName
{
color: #1F071F;
}
.AnyTagClassName
{
color: #1F071F;
}
</style>
background-color css
<style>
a { background-color: #1F071F; }
a { background-color: rgb(31,7,31); }
div.DivClassName
{
background-color: #1F071F;
}
.BgClassName
{
background-color: #1F071F;
}
</style>
border-color css
<style>
span { border-color: #1F071F; }
span { border-color: rgb(31,7,31); }
td.TdClassName
{
border-color: #1F071F;
}
.TagClassName
{
border-color: #1F071F;
}
</style>