Shades of Mardi Gras #1F011A
Tints of Mardi Gras #1F011A
RGB
CMYK
RGB Variations
Color information
#1F011A (or 0x1F011A) is known color: Mardi Gras. HEX triplet: 1F, 01 and 1A. RGB value is (31,1,26). Sum of RGB (Red+Green+Blue) = 31+1+26=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F011A is #E0FEE5. Grayscale: #0C0C0C. Windows color (decimal): -14745318 or 1704223. OLE color: 1704223.
HSL color Cylindrical-coordinate representation of color #1F011A: hue angle of 310º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F011A is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 1 | 26 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.88 |
| HSL | 310º | 0.94% | 0.06% | - |
| HSV(B) | 310º | 0.97% | 0.12% | - |
| XYZ | 0.76 | 0.39 | 1.01 | - |
| YUV | 12.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 26 | 0 | 0.97 | 0.16 | 0.88 | 310 | 0.94 | 0.06 |
| Hex | 1F | 1 | 1A | 0 | 61 | 10 | 58 | 136 | 5E | 6 |
| Octal | 37 | 1 | 32 | 0 | 141 | 20 | 130 | 466 | 136 | 6 |
| Binary | 11111 | 1 | 11010 | 0 | 1100001 | 10000 | 1011000 | 100110110 | 1011110 | 110 |
Color Harmonies of #1F011A
Complementary color
Monochromatic Colors of #1F011A
Black with #1F011A
Text Example
Text Example
White with #1F011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F011A; }
p { color: rgb(31,1,26); }
H1.HeaderClassName
{
color: #1F011A;
}
.AnyTagClassName
{
color: #1F011A;
}
</style>
background-color css
<style>
a { background-color: #1F011A; }
a { background-color: rgb(31,1,26); }
div.DivClassName
{
background-color: #1F011A;
}
.BgClassName
{
background-color: #1F011A;
}
</style>
border-color css
<style>
span { border-color: #1F011A; }
span { border-color: rgb(31,1,26); }
td.TdClassName
{
border-color: #1F011A;
}
.TagClassName
{
border-color: #1F011A;
}
</style>