Shades of Mardi Gras #1F031F
Tints of Mardi Gras #1F031F
RGB
CMYK
RGB Variations
Color information
#1F031F (or 0x1F031F) is known color: Mardi Gras. HEX triplet: 1F, 03 and 1F. RGB value is (31,3,31). Sum of RGB (Red+Green+Blue) = 31+3+31=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F031F is #E0FCE0. Grayscale: #0E0E0E. Windows color (decimal): -14744801 or 2032415. OLE color: 2032415.
HSL color Cylindrical-coordinate representation of color #1F031F: hue angle of 300º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F031F is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 3 | 31 | - |
| CMYK | 0 | 0.90 | 0 | 0.88 |
| HSL | 300º | 0.82% | 0.07% | - |
| HSV(B) | 300º | 0.9% | 0.12% | - |
| XYZ | 0.84 | 0.46 | 1.34 | - |
| YUV | 14.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 31 | 0 | 0.90 | 0 | 0.88 | 300 | 0.82 | 0.07 |
| Hex | 1F | 3 | 1F | 0 | 5A | 0 | 58 | 12C | 52 | 7 |
| Octal | 37 | 3 | 37 | 0 | 132 | 0 | 130 | 454 | 122 | 7 |
| Binary | 11111 | 11 | 11111 | 0 | 1011010 | 0 | 1011000 | 100101100 | 1010010 | 111 |
Color Harmonies of #1F031F
Complementary color
Monochromatic Colors of #1F031F
Black with #1F031F
Text Example
Text Example
White with #1F031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F031F; }
p { color: rgb(31,3,31); }
H1.HeaderClassName
{
color: #1F031F;
}
.AnyTagClassName
{
color: #1F031F;
}
</style>
background-color css
<style>
a { background-color: #1F031F; }
a { background-color: rgb(31,3,31); }
div.DivClassName
{
background-color: #1F031F;
}
.BgClassName
{
background-color: #1F031F;
}
</style>
border-color css
<style>
span { border-color: #1F031F; }
span { border-color: rgb(31,3,31); }
td.TdClassName
{
border-color: #1F031F;
}
.TagClassName
{
border-color: #1F031F;
}
</style>