Shades of Mardi Gras #1F101E
Tints of Mardi Gras #1F101E
RGB
CMYK
RGB Variations
Color information
#1F101E (or 0x1F101E) is known color: Mardi Gras. HEX triplet: 1F, 10 and 1E. RGB value is (31,16,30). Sum of RGB (Red+Green+Blue) = 31+16+30=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 31 - color contains mainly: red. Hex color #1F101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F101E is #E0EFE1. Grayscale: #161616. Windows color (decimal): -14741474 or 1970207. OLE color: 1970207.
HSL color Cylindrical-coordinate representation of color #1F101E: hue angle of 304º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F101E is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 16 | 30 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.88 |
| HSL | 304º | 0.32% | 0.09% | - |
| HSV(B) | 304º | 0.48% | 0.12% | - |
| XYZ | 0.98 | 0.76 | 1.32 | - |
| YUV | 22.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 30 | 0 | 0.48 | 0.03 | 0.88 | 304 | 0.32 | 0.09 |
| Hex | 1F | 10 | 1E | 0 | 30 | 3 | 58 | 130 | 20 | 9 |
| Octal | 37 | 20 | 36 | 0 | 60 | 3 | 130 | 460 | 40 | 11 |
| Binary | 11111 | 10000 | 11110 | 0 | 110000 | 11 | 1011000 | 100110000 | 100000 | 1001 |
Color Harmonies of #1F101E
Complementary color
Monochromatic Colors of #1F101E
Black with #1F101E
Text Example
Text Example
White with #1F101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F101E; }
p { color: rgb(31,16,30); }
H1.HeaderClassName
{
color: #1F101E;
}
.AnyTagClassName
{
color: #1F101E;
}
</style>
background-color css
<style>
a { background-color: #1F101E; }
a { background-color: rgb(31,16,30); }
div.DivClassName
{
background-color: #1F101E;
}
.BgClassName
{
background-color: #1F101E;
}
</style>
border-color css
<style>
span { border-color: #1F101E; }
span { border-color: rgb(31,16,30); }
td.TdClassName
{
border-color: #1F101E;
}
.TagClassName
{
border-color: #1F101E;
}
</style>