Shades of Mardi Gras #1F121E
Tints of Mardi Gras #1F121E
RGB
CMYK
RGB Variations
Color information
#1F121E (or 0x1F121E) is known color: Mardi Gras. HEX triplet: 1F, 12 and 1E. RGB value is (31,18,30). Sum of RGB (Red+Green+Blue) = 31+18+30=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 31 - color contains mainly: red. Hex color #1F121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F121E is #E0EDE1. Grayscale: #171717. Windows color (decimal): -14740962 or 1970719. OLE color: 1970719.
HSL color Cylindrical-coordinate representation of color #1F121E: hue angle of 304.62º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F121E is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 18 | 30 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.88 |
| HSL | 304.62º | 0.27% | 0.1% | - |
| HSV(B) | 304.62º | 0.42% | 0.12% | - |
| XYZ | 1.02 | 0.82 | 1.33 | - |
| YUV | 23.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 30 | 0 | 0.42 | 0.03 | 0.88 | 304.62 | 0.27 | 0.1 |
| Hex | 1F | 12 | 1E | 0 | 2A | 3 | 58 | 131 | 1B | A |
| Octal | 37 | 22 | 36 | 0 | 52 | 3 | 130 | 461 | 33 | 12 |
| Binary | 11111 | 10010 | 11110 | 0 | 101010 | 11 | 1011000 | 100110001 | 11011 | 1010 |
Color Harmonies of #1F121E
Complementary color
Monochromatic Colors of #1F121E
Black with #1F121E
Text Example
Text Example
White with #1F121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F121E; }
p { color: rgb(31,18,30); }
H1.HeaderClassName
{
color: #1F121E;
}
.AnyTagClassName
{
color: #1F121E;
}
</style>
background-color css
<style>
a { background-color: #1F121E; }
a { background-color: rgb(31,18,30); }
div.DivClassName
{
background-color: #1F121E;
}
.BgClassName
{
background-color: #1F121E;
}
</style>
border-color css
<style>
span { border-color: #1F121E; }
span { border-color: rgb(31,18,30); }
td.TdClassName
{
border-color: #1F121E;
}
.TagClassName
{
border-color: #1F121E;
}
</style>