Shades of Mardi Gras #1F0E1E
Tints of Mardi Gras #1F0E1E
RGB
CMYK
RGB Variations
Color information
#1F0E1E (or 0x1F0E1E) is known color: Mardi Gras. HEX triplet: 1F, 0E and 1E. RGB value is (31,14,30). Sum of RGB (Red+Green+Blue) = 31+14+30=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0E1E is #E0F1E1. Grayscale: #141414. Windows color (decimal): -14741986 or 1969695. OLE color: 1969695.
HSL color Cylindrical-coordinate representation of color #1F0E1E: hue angle of 303.53º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F0E1E is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 14 | 30 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.88 |
| HSL | 303.53º | 0.38% | 0.09% | - |
| HSV(B) | 303.53º | 0.55% | 0.12% | - |
| XYZ | 0.96 | 0.7 | 1.31 | - |
| YUV | 20.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 14 | 30 | 0 | 0.55 | 0.03 | 0.88 | 303.53 | 0.38 | 0.09 |
| Hex | 1F | E | 1E | 0 | 37 | 3 | 58 | 130 | 26 | 9 |
| Octal | 37 | 16 | 36 | 0 | 67 | 3 | 130 | 460 | 46 | 11 |
| Binary | 11111 | 1110 | 11110 | 0 | 110111 | 11 | 1011000 | 100110000 | 100110 | 1001 |
Color Harmonies of #1F0E1E
Complementary color
Monochromatic Colors of #1F0E1E
Black with #1F0E1E
Text Example
Text Example
White with #1F0E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0E1E; }
p { color: rgb(31,14,30); }
H1.HeaderClassName
{
color: #1F0E1E;
}
.AnyTagClassName
{
color: #1F0E1E;
}
</style>
background-color css
<style>
a { background-color: #1F0E1E; }
a { background-color: rgb(31,14,30); }
div.DivClassName
{
background-color: #1F0E1E;
}
.BgClassName
{
background-color: #1F0E1E;
}
</style>
border-color css
<style>
span { border-color: #1F0E1E; }
span { border-color: rgb(31,14,30); }
td.TdClassName
{
border-color: #1F0E1E;
}
.TagClassName
{
border-color: #1F0E1E;
}
</style>