Shades of Mardi Gras #1F061B
Tints of Mardi Gras #1F061B
RGB
CMYK
RGB Variations
Color information
#1F061B (or 0x1F061B) is known color: Mardi Gras. HEX triplet: 1F, 06 and 1B. RGB value is (31,6,27). Sum of RGB (Red+Green+Blue) = 31+6+27=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F061B is #E0F9E4. Grayscale: #0F0F0F. Windows color (decimal): -14744037 or 1771039. OLE color: 1771039.
HSL color Cylindrical-coordinate representation of color #1F061B: hue angle of 309.6º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F061B is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 6 | 27 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.88 |
| HSL | 309.6º | 0.68% | 0.07% | - |
| HSV(B) | 309.6º | 0.81% | 0.12% | - |
| XYZ | 0.83 | 0.5 | 1.09 | - |
| YUV | 15.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 27 | 0 | 0.81 | 0.13 | 0.88 | 309.6 | 0.68 | 0.07 |
| Hex | 1F | 6 | 1B | 0 | 51 | D | 58 | 136 | 44 | 7 |
| Octal | 37 | 6 | 33 | 0 | 121 | 15 | 130 | 466 | 104 | 7 |
| Binary | 11111 | 110 | 11011 | 0 | 1010001 | 1101 | 1011000 | 100110110 | 1000100 | 111 |
Color Harmonies of #1F061B
Complementary color
Monochromatic Colors of #1F061B
Black with #1F061B
Text Example
Text Example
White with #1F061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F061B; }
p { color: rgb(31,6,27); }
H1.HeaderClassName
{
color: #1F061B;
}
.AnyTagClassName
{
color: #1F061B;
}
</style>
background-color css
<style>
a { background-color: #1F061B; }
a { background-color: rgb(31,6,27); }
div.DivClassName
{
background-color: #1F061B;
}
.BgClassName
{
background-color: #1F061B;
}
</style>
border-color css
<style>
span { border-color: #1F061B; }
span { border-color: rgb(31,6,27); }
td.TdClassName
{
border-color: #1F061B;
}
.TagClassName
{
border-color: #1F061B;
}
</style>