Shades of Mardi Gras #1F1920
Tints of Mardi Gras #1F1920
RGB
CMYK
RGB Variations
Color information
#1F1920 (or 0x1F1920) is known color: Mardi Gras. HEX triplet: 1F, 19 and 20. RGB value is (31,25,32). Sum of RGB (Red+Green+Blue) = 31+25+32=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 32 - color contains mainly: blue. Hex color #1F1920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1920 is #E0E6DF. Grayscale: #1B1B1B. Windows color (decimal): -14739168 or 2103583. OLE color: 2103583.
HSL color Cylindrical-coordinate representation of color #1F1920: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1F1920 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 25 | 32 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.87 |
| HSL | 291.43º | 0.12% | 0.11% | - |
| HSV(B) | 291.43º | 0.22% | 0.13% | - |
| XYZ | 1.17 | 1.09 | 1.52 | - |
| YUV | 27.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 32 | 0.03 | 0.22 | 0 | 0.87 | 291.43 | 0.12 | 0.11 |
| Hex | 1F | 19 | 20 | 3 | 16 | 0 | 57 | 123 | C | B |
| Octal | 37 | 31 | 40 | 3 | 26 | 0 | 127 | 443 | 14 | 13 |
| Binary | 11111 | 11001 | 100000 | 11 | 10110 | 0 | 1010111 | 100100011 | 1100 | 1011 |
Color Harmonies of #1F1920
Complementary color
Monochromatic Colors of #1F1920
Black with #1F1920
Text Example
Text Example
White with #1F1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1920; }
p { color: rgb(31,25,32); }
H1.HeaderClassName
{
color: #1F1920;
}
.AnyTagClassName
{
color: #1F1920;
}
</style>
background-color css
<style>
a { background-color: #1F1920; }
a { background-color: rgb(31,25,32); }
div.DivClassName
{
background-color: #1F1920;
}
.BgClassName
{
background-color: #1F1920;
}
</style>
border-color css
<style>
span { border-color: #1F1920; }
span { border-color: rgb(31,25,32); }
td.TdClassName
{
border-color: #1F1920;
}
.TagClassName
{
border-color: #1F1920;
}
</style>