Shades of Mardi Gras #1F021B
Tints of Mardi Gras #1F021B
RGB
CMYK
RGB Variations
Color information
#1F021B (or 0x1F021B) is known color: Mardi Gras. HEX triplet: 1F, 02 and 1B. RGB value is (31,2,27). Sum of RGB (Red+Green+Blue) = 31+2+27=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F021B is #E0FDE4. Grayscale: #0D0D0D. Windows color (decimal): -14745061 or 1770015. OLE color: 1770015.
HSL color Cylindrical-coordinate representation of color #1F021B: hue angle of 308.28º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F021B is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 2 | 27 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.88 |
| HSL | 308.28º | 0.88% | 0.06% | - |
| HSV(B) | 308.28º | 0.94% | 0.12% | - |
| XYZ | 0.78 | 0.41 | 1.08 | - |
| YUV | 13.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 27 | 0 | 0.94 | 0.13 | 0.88 | 308.28 | 0.88 | 0.06 |
| Hex | 1F | 2 | 1B | 0 | 5E | D | 58 | 134 | 58 | 6 |
| Octal | 37 | 2 | 33 | 0 | 136 | 15 | 130 | 464 | 130 | 6 |
| Binary | 11111 | 10 | 11011 | 0 | 1011110 | 1101 | 1011000 | 100110100 | 1011000 | 110 |
Color Harmonies of #1F021B
Complementary color
Monochromatic Colors of #1F021B
Black with #1F021B
Text Example
Text Example
White with #1F021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F021B; }
p { color: rgb(31,2,27); }
H1.HeaderClassName
{
color: #1F021B;
}
.AnyTagClassName
{
color: #1F021B;
}
</style>
background-color css
<style>
a { background-color: #1F021B; }
a { background-color: rgb(31,2,27); }
div.DivClassName
{
background-color: #1F021B;
}
.BgClassName
{
background-color: #1F021B;
}
</style>
border-color css
<style>
span { border-color: #1F021B; }
span { border-color: rgb(31,2,27); }
td.TdClassName
{
border-color: #1F021B;
}
.TagClassName
{
border-color: #1F021B;
}
</style>