Shades of Mardi Gras #1F0321
Tints of Mardi Gras #1F0321
RGB
CMYK
RGB Variations
Color information
#1F0321 (or 0x1F0321) is known color: Mardi Gras. HEX triplet: 1F, 03 and 21. RGB value is (31,3,33). Sum of RGB (Red+Green+Blue) = 31+3+33=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #1F0321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0321 is #E0FCDE. Grayscale: #0E0E0E. Windows color (decimal): -14744799 or 2163487. OLE color: 2163487.
HSL color Cylindrical-coordinate representation of color #1F0321: hue angle of 296º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0321 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 3 | 33 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.87 |
| HSL | 296º | 0.83% | 0.07% | - |
| HSV(B) | 296º | 0.91% | 0.13% | - |
| XYZ | 0.87 | 0.47 | 1.48 | - |
| YUV | 14.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 33 | 0.06 | 0.91 | 0 | 0.87 | 296 | 0.83 | 0.07 |
| Hex | 1F | 3 | 21 | 6 | 5B | 0 | 57 | 128 | 53 | 7 |
| Octal | 37 | 3 | 41 | 6 | 133 | 0 | 127 | 450 | 123 | 7 |
| Binary | 11111 | 11 | 100001 | 110 | 1011011 | 0 | 1010111 | 100101000 | 1010011 | 111 |
Color Harmonies of #1F0321
Complementary color
Monochromatic Colors of #1F0321
Black with #1F0321
Text Example
Text Example
White with #1F0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0321; }
p { color: rgb(31,3,33); }
H1.HeaderClassName
{
color: #1F0321;
}
.AnyTagClassName
{
color: #1F0321;
}
</style>
background-color css
<style>
a { background-color: #1F0321; }
a { background-color: rgb(31,3,33); }
div.DivClassName
{
background-color: #1F0321;
}
.BgClassName
{
background-color: #1F0321;
}
</style>
border-color css
<style>
span { border-color: #1F0321; }
span { border-color: rgb(31,3,33); }
td.TdClassName
{
border-color: #1F0321;
}
.TagClassName
{
border-color: #1F0321;
}
</style>