Shades of Mardi Gras #1F061E
Tints of Mardi Gras #1F061E
RGB
CMYK
RGB Variations
Color information
#1F061E (or 0x1F061E) is known color: Mardi Gras. HEX triplet: 1F, 06 and 1E. RGB value is (31,6,30). Sum of RGB (Red+Green+Blue) = 31+6+30=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 31 - color contains mainly: red. Hex color #1F061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F061E is #E0F9E1. Grayscale: #101010. Windows color (decimal): -14744034 or 1967647. OLE color: 1967647.
HSL color Cylindrical-coordinate representation of color #1F061E: hue angle of 302.4º 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 #1F061E is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 6 | 30 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.88 |
| HSL | 302.4º | 0.68% | 0.07% | - |
| HSV(B) | 302.4º | 0.81% | 0.12% | - |
| XYZ | 0.86 | 0.52 | 1.28 | - |
| YUV | 16.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 30 | 0 | 0.81 | 0.03 | 0.88 | 302.4 | 0.68 | 0.07 |
| Hex | 1F | 6 | 1E | 0 | 51 | 3 | 58 | 12E | 44 | 7 |
| Octal | 37 | 6 | 36 | 0 | 121 | 3 | 130 | 456 | 104 | 7 |
| Binary | 11111 | 110 | 11110 | 0 | 1010001 | 11 | 1011000 | 100101110 | 1000100 | 111 |
Color Harmonies of #1F061E
Complementary color
Monochromatic Colors of #1F061E
Black with #1F061E
Text Example
Text Example
White with #1F061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F061E; }
p { color: rgb(31,6,30); }
H1.HeaderClassName
{
color: #1F061E;
}
.AnyTagClassName
{
color: #1F061E;
}
</style>
background-color css
<style>
a { background-color: #1F061E; }
a { background-color: rgb(31,6,30); }
div.DivClassName
{
background-color: #1F061E;
}
.BgClassName
{
background-color: #1F061E;
}
</style>
border-color css
<style>
span { border-color: #1F061E; }
span { border-color: rgb(31,6,30); }
td.TdClassName
{
border-color: #1F061E;
}
.TagClassName
{
border-color: #1F061E;
}
</style>