Shades of Mardi Gras #1F0B1C
Tints of Mardi Gras #1F0B1C
RGB
CMYK
RGB Variations
Color information
#1F0B1C (or 0x1F0B1C) is known color: Mardi Gras. HEX triplet: 1F, 0B and 1C. RGB value is (31,11,28). Sum of RGB (Red+Green+Blue) = 31+11+28=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0B1C is #E0F4E3. Grayscale: #121212. Windows color (decimal): -14742756 or 1837855. OLE color: 1837855.
HSL color Cylindrical-coordinate representation of color #1F0B1C: hue angle of 309º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F0B1C is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 11 | 28 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.88 |
| HSL | 309º | 0.48% | 0.08% | - |
| HSV(B) | 309º | 0.65% | 0.12% | - |
| XYZ | 0.89 | 0.61 | 1.17 | - |
| YUV | 18.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 28 | 0 | 0.65 | 0.10 | 0.88 | 309 | 0.48 | 0.08 |
| Hex | 1F | B | 1C | 0 | 41 | A | 58 | 135 | 30 | 8 |
| Octal | 37 | 13 | 34 | 0 | 101 | 12 | 130 | 465 | 60 | 10 |
| Binary | 11111 | 1011 | 11100 | 0 | 1000001 | 1010 | 1011000 | 100110101 | 110000 | 1000 |
Color Harmonies of #1F0B1C
Complementary color
Monochromatic Colors of #1F0B1C
Black with #1F0B1C
Text Example
Text Example
White with #1F0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B1C; }
p { color: rgb(31,11,28); }
H1.HeaderClassName
{
color: #1F0B1C;
}
.AnyTagClassName
{
color: #1F0B1C;
}
</style>
background-color css
<style>
a { background-color: #1F0B1C; }
a { background-color: rgb(31,11,28); }
div.DivClassName
{
background-color: #1F0B1C;
}
.BgClassName
{
background-color: #1F0B1C;
}
</style>
border-color css
<style>
span { border-color: #1F0B1C; }
span { border-color: rgb(31,11,28); }
td.TdClassName
{
border-color: #1F0B1C;
}
.TagClassName
{
border-color: #1F0B1C;
}
</style>