Shades of Mardi Gras #1F061C
Tints of Mardi Gras #1F061C
RGB
CMYK
RGB Variations
Color information
#1F061C (or 0x1F061C) is known color: Mardi Gras. HEX triplet: 1F, 06 and 1C. RGB value is (31,6,28). Sum of RGB (Red+Green+Blue) = 31+6+28=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 31 - color contains mainly: red. Hex color #1F061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F061C is #E0F9E3. Grayscale: #0F0F0F. Windows color (decimal): -14744036 or 1836575. OLE color: 1836575.
HSL color Cylindrical-coordinate representation of color #1F061C: hue angle of 307.2º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F061C is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 6 | 28 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.88 |
| HSL | 307.2º | 0.68% | 0.07% | - |
| HSV(B) | 307.2º | 0.81% | 0.12% | - |
| XYZ | 0.84 | 0.51 | 1.15 | - |
| YUV | 15.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 28 | 0 | 0.81 | 0.10 | 0.88 | 307.2 | 0.68 | 0.07 |
| Hex | 1F | 6 | 1C | 0 | 51 | A | 58 | 133 | 44 | 7 |
| Octal | 37 | 6 | 34 | 0 | 121 | 12 | 130 | 463 | 104 | 7 |
| Binary | 11111 | 110 | 11100 | 0 | 1010001 | 1010 | 1011000 | 100110011 | 1000100 | 111 |
Color Harmonies of #1F061C
Complementary color
Monochromatic Colors of #1F061C
Black with #1F061C
Text Example
Text Example
White with #1F061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F061C; }
p { color: rgb(31,6,28); }
H1.HeaderClassName
{
color: #1F061C;
}
.AnyTagClassName
{
color: #1F061C;
}
</style>
background-color css
<style>
a { background-color: #1F061C; }
a { background-color: rgb(31,6,28); }
div.DivClassName
{
background-color: #1F061C;
}
.BgClassName
{
background-color: #1F061C;
}
</style>
border-color css
<style>
span { border-color: #1F061C; }
span { border-color: rgb(31,6,28); }
td.TdClassName
{
border-color: #1F061C;
}
.TagClassName
{
border-color: #1F061C;
}
</style>