Shades of Mardi Gras #1F0521
Tints of Mardi Gras #1F0521
RGB
CMYK
RGB Variations
Color information
#1F0521 (or 0x1F0521) is known color: Mardi Gras. HEX triplet: 1F, 05 and 21. RGB value is (31,5,33). Sum of RGB (Red+Green+Blue) = 31+5+33=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 33 (13.28% from 255 or 47.83% from 69); Max value from RGB is 33 - color contains mainly: blue. Hex color #1F0521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0521 is #E0FADE. Grayscale: #0F0F0F. Windows color (decimal): -14744287 or 2163999. OLE color: 2163999.
HSL color Cylindrical-coordinate representation of color #1F0521: hue angle of 295.71º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F0521 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 5 | 33 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.87 |
| HSL | 295.71º | 0.74% | 0.07% | - |
| HSV(B) | 295.71º | 0.85% | 0.13% | - |
| XYZ | 0.89 | 0.51 | 1.49 | - |
| YUV | 15.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 33 | 0.06 | 0.85 | 0 | 0.87 | 295.71 | 0.74 | 0.07 |
| Hex | 1F | 5 | 21 | 6 | 55 | 0 | 57 | 128 | 4A | 7 |
| Octal | 37 | 5 | 41 | 6 | 125 | 0 | 127 | 450 | 112 | 7 |
| Binary | 11111 | 101 | 100001 | 110 | 1010101 | 0 | 1010111 | 100101000 | 1001010 | 111 |
Color Harmonies of #1F0521
Complementary color
Monochromatic Colors of #1F0521
Black with #1F0521
Text Example
Text Example
White with #1F0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0521; }
p { color: rgb(31,5,33); }
H1.HeaderClassName
{
color: #1F0521;
}
.AnyTagClassName
{
color: #1F0521;
}
</style>
background-color css
<style>
a { background-color: #1F0521; }
a { background-color: rgb(31,5,33); }
div.DivClassName
{
background-color: #1F0521;
}
.BgClassName
{
background-color: #1F0521;
}
</style>
border-color css
<style>
span { border-color: #1F0521; }
span { border-color: rgb(31,5,33); }
td.TdClassName
{
border-color: #1F0521;
}
.TagClassName
{
border-color: #1F0521;
}
</style>