Shades of Mardi Gras #1F0C1C
Tints of Mardi Gras #1F0C1C
RGB
CMYK
RGB Variations
Color information
#1F0C1C (or 0x1F0C1C) is known color: Mardi Gras. HEX triplet: 1F, 0C and 1C. RGB value is (31,12,28). Sum of RGB (Red+Green+Blue) = 31+12+28=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0C1C is #E0F3E3. Grayscale: #131313. Windows color (decimal): -14742500 or 1838111. OLE color: 1838111.
HSL color Cylindrical-coordinate representation of color #1F0C1C: hue angle of 309.47º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F0C1C is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 12 | 28 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.88 |
| HSL | 309.47º | 0.44% | 0.08% | - |
| HSV(B) | 309.47º | 0.61% | 0.12% | - |
| XYZ | 0.91 | 0.64 | 1.17 | - |
| YUV | 19.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 28 | 0 | 0.61 | 0.10 | 0.88 | 309.47 | 0.44 | 0.08 |
| Hex | 1F | C | 1C | 0 | 3D | A | 58 | 135 | 2C | 8 |
| Octal | 37 | 14 | 34 | 0 | 75 | 12 | 130 | 465 | 54 | 10 |
| Binary | 11111 | 1100 | 11100 | 0 | 111101 | 1010 | 1011000 | 100110101 | 101100 | 1000 |
Color Harmonies of #1F0C1C
Complementary color
Monochromatic Colors of #1F0C1C
Black with #1F0C1C
Text Example
Text Example
White with #1F0C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0C1C; }
p { color: rgb(31,12,28); }
H1.HeaderClassName
{
color: #1F0C1C;
}
.AnyTagClassName
{
color: #1F0C1C;
}
</style>
background-color css
<style>
a { background-color: #1F0C1C; }
a { background-color: rgb(31,12,28); }
div.DivClassName
{
background-color: #1F0C1C;
}
.BgClassName
{
background-color: #1F0C1C;
}
</style>
border-color css
<style>
span { border-color: #1F0C1C; }
span { border-color: rgb(31,12,28); }
td.TdClassName
{
border-color: #1F0C1C;
}
.TagClassName
{
border-color: #1F0C1C;
}
</style>