Shades of Mardi Gras #1F1320
Tints of Mardi Gras #1F1320
RGB
CMYK
RGB Variations
Color information
#1F1320 (or 0x1F1320) is known color: Mardi Gras. HEX triplet: 1F, 13 and 20. RGB value is (31,19,32). Sum of RGB (Red+Green+Blue) = 31+19+32=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 32 - color contains mainly: blue. Hex color #1F1320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1320 is #E0ECDF. Grayscale: #181818. Windows color (decimal): -14740704 or 2102047. OLE color: 2102047.
HSL color Cylindrical-coordinate representation of color #1F1320: hue angle of 295.38º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1F1320 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 19 | 32 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.87 |
| HSL | 295.38º | 0.25% | 0.1% | - |
| HSV(B) | 295.38º | 0.41% | 0.13% | - |
| XYZ | 1.06 | 0.86 | 1.48 | - |
| YUV | 24.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 32 | 0.03 | 0.41 | 0 | 0.87 | 295.38 | 0.25 | 0.1 |
| Hex | 1F | 13 | 20 | 3 | 29 | 0 | 57 | 127 | 19 | A |
| Octal | 37 | 23 | 40 | 3 | 51 | 0 | 127 | 447 | 31 | 12 |
| Binary | 11111 | 10011 | 100000 | 11 | 101001 | 0 | 1010111 | 100100111 | 11001 | 1010 |
Color Harmonies of #1F1320
Complementary color
Monochromatic Colors of #1F1320
Black with #1F1320
Text Example
Text Example
White with #1F1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1320; }
p { color: rgb(31,19,32); }
H1.HeaderClassName
{
color: #1F1320;
}
.AnyTagClassName
{
color: #1F1320;
}
</style>
background-color css
<style>
a { background-color: #1F1320; }
a { background-color: rgb(31,19,32); }
div.DivClassName
{
background-color: #1F1320;
}
.BgClassName
{
background-color: #1F1320;
}
</style>
border-color css
<style>
span { border-color: #1F1320; }
span { border-color: rgb(31,19,32); }
td.TdClassName
{
border-color: #1F1320;
}
.TagClassName
{
border-color: #1F1320;
}
</style>