Shades of Mardi Gras #1F051E
Tints of Mardi Gras #1F051E
RGB
CMYK
RGB Variations
Color information
#1F051E (or 0x1F051E) is known color: Mardi Gras. HEX triplet: 1F, 05 and 1E. RGB value is (31,5,30). Sum of RGB (Red+Green+Blue) = 31+5+30=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F051E is #E0FAE1. Grayscale: #0F0F0F. Windows color (decimal): -14744290 or 1967391. OLE color: 1967391.
HSL color Cylindrical-coordinate representation of color #1F051E: hue angle of 302.31º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F051E is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 5 | 30 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.88 |
| HSL | 302.31º | 0.72% | 0.07% | - |
| HSV(B) | 302.31º | 0.84% | 0.12% | - |
| XYZ | 0.85 | 0.49 | 1.28 | - |
| YUV | 15.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 30 | 0 | 0.84 | 0.03 | 0.88 | 302.31 | 0.72 | 0.07 |
| Hex | 1F | 5 | 1E | 0 | 54 | 3 | 58 | 12E | 48 | 7 |
| Octal | 37 | 5 | 36 | 0 | 124 | 3 | 130 | 456 | 110 | 7 |
| Binary | 11111 | 101 | 11110 | 0 | 1010100 | 11 | 1011000 | 100101110 | 1001000 | 111 |
Color Harmonies of #1F051E
Complementary color
Monochromatic Colors of #1F051E
Black with #1F051E
Text Example
Text Example
White with #1F051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F051E; }
p { color: rgb(31,5,30); }
H1.HeaderClassName
{
color: #1F051E;
}
.AnyTagClassName
{
color: #1F051E;
}
</style>
background-color css
<style>
a { background-color: #1F051E; }
a { background-color: rgb(31,5,30); }
div.DivClassName
{
background-color: #1F051E;
}
.BgClassName
{
background-color: #1F051E;
}
</style>
border-color css
<style>
span { border-color: #1F051E; }
span { border-color: rgb(31,5,30); }
td.TdClassName
{
border-color: #1F051E;
}
.TagClassName
{
border-color: #1F051E;
}
</style>