Shades of Mardi Gras #1F1820
Tints of Mardi Gras #1F1820
RGB
CMYK
RGB Variations
Color information
#1F1820 (or 0x1F1820) is known color: Mardi Gras. HEX triplet: 1F, 18 and 20. RGB value is (31,24,32). Sum of RGB (Red+Green+Blue) = 31+24+32=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 32 - color contains mainly: blue. Hex color #1F1820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1820 is #E0E7DF. Grayscale: #1A1A1A. Windows color (decimal): -14739424 or 2103327. OLE color: 2103327.
HSL color Cylindrical-coordinate representation of color #1F1820: hue angle of 292.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1F1820 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 24 | 32 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.87 |
| HSL | 292.5º | 0.14% | 0.11% | - |
| HSV(B) | 292.5º | 0.25% | 0.13% | - |
| XYZ | 1.15 | 1.05 | 1.51 | - |
| YUV | 27.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 32 | 0.03 | 0.25 | 0 | 0.87 | 292.5 | 0.14 | 0.11 |
| Hex | 1F | 18 | 20 | 3 | 19 | 0 | 57 | 124 | E | B |
| Octal | 37 | 30 | 40 | 3 | 31 | 0 | 127 | 444 | 16 | 13 |
| Binary | 11111 | 11000 | 100000 | 11 | 11001 | 0 | 1010111 | 100100100 | 1110 | 1011 |
Color Harmonies of #1F1820
Complementary color
Monochromatic Colors of #1F1820
Black with #1F1820
Text Example
Text Example
White with #1F1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1820; }
p { color: rgb(31,24,32); }
H1.HeaderClassName
{
color: #1F1820;
}
.AnyTagClassName
{
color: #1F1820;
}
</style>
background-color css
<style>
a { background-color: #1F1820; }
a { background-color: rgb(31,24,32); }
div.DivClassName
{
background-color: #1F1820;
}
.BgClassName
{
background-color: #1F1820;
}
</style>
border-color css
<style>
span { border-color: #1F1820; }
span { border-color: rgb(31,24,32); }
td.TdClassName
{
border-color: #1F1820;
}
.TagClassName
{
border-color: #1F1820;
}
</style>