Shades of Mardi Gras #1F071C
Tints of Mardi Gras #1F071C
RGB
CMYK
RGB Variations
Color information
#1F071C (or 0x1F071C) is known color: Mardi Gras. HEX triplet: 1F, 07 and 1C. RGB value is (31,7,28). Sum of RGB (Red+Green+Blue) = 31+7+28=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F071C is #E0F8E3. Grayscale: #101010. Windows color (decimal): -14743780 or 1836831. OLE color: 1836831.
HSL color Cylindrical-coordinate representation of color #1F071C: hue angle of 307.5º 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 #1F071C is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 7 | 28 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.88 |
| HSL | 307.5º | 0.63% | 0.07% | - |
| HSV(B) | 307.5º | 0.77% | 0.12% | - |
| XYZ | 0.85 | 0.53 | 1.16 | - |
| YUV | 16.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 28 | 0 | 0.77 | 0.10 | 0.88 | 307.5 | 0.63 | 0.07 |
| Hex | 1F | 7 | 1C | 0 | 4D | A | 58 | 134 | 3F | 7 |
| Octal | 37 | 7 | 34 | 0 | 115 | 12 | 130 | 464 | 77 | 7 |
| Binary | 11111 | 111 | 11100 | 0 | 1001101 | 1010 | 1011000 | 100110100 | 111111 | 111 |
Color Harmonies of #1F071C
Complementary color
Monochromatic Colors of #1F071C
Black with #1F071C
Text Example
Text Example
White with #1F071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F071C; }
p { color: rgb(31,7,28); }
H1.HeaderClassName
{
color: #1F071C;
}
.AnyTagClassName
{
color: #1F071C;
}
</style>
background-color css
<style>
a { background-color: #1F071C; }
a { background-color: rgb(31,7,28); }
div.DivClassName
{
background-color: #1F071C;
}
.BgClassName
{
background-color: #1F071C;
}
</style>
border-color css
<style>
span { border-color: #1F071C; }
span { border-color: rgb(31,7,28); }
td.TdClassName
{
border-color: #1F071C;
}
.TagClassName
{
border-color: #1F071C;
}
</style>