Shades of Mardi Gras #1F0F1F
Tints of Mardi Gras #1F0F1F
RGB
CMYK
RGB Variations
Color information
#1F0F1F (or 0x1F0F1F) is known color: Mardi Gras. HEX triplet: 1F, 0F and 1F. RGB value is (31,15,31). Sum of RGB (Red+Green+Blue) = 31+15+31=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 31 - color contains mainly: red, blue. Hex color #1F0F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0F1F is #E0F0E0. Grayscale: #151515. Windows color (decimal): -14741729 or 2035487. OLE color: 2035487.
HSL color Cylindrical-coordinate representation of color #1F0F1F: hue angle of 300º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F0F1F is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 15 | 31 | - |
| CMYK | 0 | 0.52 | 0 | 0.88 |
| HSL | 300º | 0.35% | 0.09% | - |
| HSV(B) | 300º | 0.52% | 0.12% | - |
| XYZ | 0.98 | 0.73 | 1.39 | - |
| YUV | 21.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 31 | 0 | 0.52 | 0 | 0.88 | 300 | 0.35 | 0.09 |
| Hex | 1F | F | 1F | 0 | 34 | 0 | 58 | 12C | 23 | 9 |
| Octal | 37 | 17 | 37 | 0 | 64 | 0 | 130 | 454 | 43 | 11 |
| Binary | 11111 | 1111 | 11111 | 0 | 110100 | 0 | 1011000 | 100101100 | 100011 | 1001 |
Color Harmonies of #1F0F1F
Complementary color
Monochromatic Colors of #1F0F1F
Black with #1F0F1F
Text Example
Text Example
White with #1F0F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0F1F; }
p { color: rgb(31,15,31); }
H1.HeaderClassName
{
color: #1F0F1F;
}
.AnyTagClassName
{
color: #1F0F1F;
}
</style>
background-color css
<style>
a { background-color: #1F0F1F; }
a { background-color: rgb(31,15,31); }
div.DivClassName
{
background-color: #1F0F1F;
}
.BgClassName
{
background-color: #1F0F1F;
}
</style>
border-color css
<style>
span { border-color: #1F0F1F; }
span { border-color: rgb(31,15,31); }
td.TdClassName
{
border-color: #1F0F1F;
}
.TagClassName
{
border-color: #1F0F1F;
}
</style>