Shades of Mardi Gras #1F061D
Tints of Mardi Gras #1F061D
RGB
CMYK
RGB Variations
Color information
#1F061D (or 0x1F061D) is known color: Mardi Gras. HEX triplet: 1F, 06 and 1D. RGB value is (31,6,29). Sum of RGB (Red+Green+Blue) = 31+6+29=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F061D is #E0F9E2. Grayscale: #101010. Windows color (decimal): -14744035 or 1902111. OLE color: 1902111.
HSL color Cylindrical-coordinate representation of color #1F061D: hue angle of 304.8º 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 #1F061D is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 6 | 29 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.88 |
| HSL | 304.8º | 0.68% | 0.07% | - |
| HSV(B) | 304.8º | 0.81% | 0.12% | - |
| XYZ | 0.85 | 0.51 | 1.22 | - |
| YUV | 16.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 29 | 0 | 0.81 | 0.06 | 0.88 | 304.8 | 0.68 | 0.07 |
| Hex | 1F | 6 | 1D | 0 | 51 | 6 | 58 | 131 | 44 | 7 |
| Octal | 37 | 6 | 35 | 0 | 121 | 6 | 130 | 461 | 104 | 7 |
| Binary | 11111 | 110 | 11101 | 0 | 1010001 | 110 | 1011000 | 100110001 | 1000100 | 111 |
Color Harmonies of #1F061D
Complementary color
Monochromatic Colors of #1F061D
Black with #1F061D
Text Example
Text Example
White with #1F061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F061D; }
p { color: rgb(31,6,29); }
H1.HeaderClassName
{
color: #1F061D;
}
.AnyTagClassName
{
color: #1F061D;
}
</style>
background-color css
<style>
a { background-color: #1F061D; }
a { background-color: rgb(31,6,29); }
div.DivClassName
{
background-color: #1F061D;
}
.BgClassName
{
background-color: #1F061D;
}
</style>
border-color css
<style>
span { border-color: #1F061D; }
span { border-color: rgb(31,6,29); }
td.TdClassName
{
border-color: #1F061D;
}
.TagClassName
{
border-color: #1F061D;
}
</style>