Shades of Mardi Gras #1F0421
Tints of Mardi Gras #1F0421
RGB
CMYK
RGB Variations
Color information
#1F0421 (or 0x1F0421) is known color: Mardi Gras. HEX triplet: 1F, 04 and 21. RGB value is (31,4,33). Sum of RGB (Red+Green+Blue) = 31+4+33=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: blue. Hex color #1F0421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0421 is #E0FBDE. Grayscale: #0F0F0F. Windows color (decimal): -14744543 or 2163743. OLE color: 2163743.
HSL color Cylindrical-coordinate representation of color #1F0421: hue angle of 295.86º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F0421 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 4 | 33 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.87 |
| HSL | 295.86º | 0.78% | 0.07% | - |
| HSV(B) | 295.86º | 0.88% | 0.13% | - |
| XYZ | 0.88 | 0.49 | 1.49 | - |
| YUV | 15.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 33 | 0.06 | 0.88 | 0 | 0.87 | 295.86 | 0.78 | 0.07 |
| Hex | 1F | 4 | 21 | 6 | 58 | 0 | 57 | 128 | 4E | 7 |
| Octal | 37 | 4 | 41 | 6 | 130 | 0 | 127 | 450 | 116 | 7 |
| Binary | 11111 | 100 | 100001 | 110 | 1011000 | 0 | 1010111 | 100101000 | 1001110 | 111 |
Color Harmonies of #1F0421
Complementary color
Monochromatic Colors of #1F0421
Black with #1F0421
Text Example
Text Example
White with #1F0421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0421; }
p { color: rgb(31,4,33); }
H1.HeaderClassName
{
color: #1F0421;
}
.AnyTagClassName
{
color: #1F0421;
}
</style>
background-color css
<style>
a { background-color: #1F0421; }
a { background-color: rgb(31,4,33); }
div.DivClassName
{
background-color: #1F0421;
}
.BgClassName
{
background-color: #1F0421;
}
</style>
border-color css
<style>
span { border-color: #1F0421; }
span { border-color: rgb(31,4,33); }
td.TdClassName
{
border-color: #1F0421;
}
.TagClassName
{
border-color: #1F0421;
}
</style>