Shades of Mardi Gras #1F0D1D
Tints of Mardi Gras #1F0D1D
RGB
CMYK
RGB Variations
Color information
#1F0D1D (or 0x1F0D1D) is known color: Mardi Gras. HEX triplet: 1F, 0D and 1D. RGB value is (31,13,29). Sum of RGB (Red+Green+Blue) = 31+13+29=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0D1D is #E0F2E2. Grayscale: #141414. Windows color (decimal): -14742243 or 1903903. OLE color: 1903903.
HSL color Cylindrical-coordinate representation of color #1F0D1D: hue angle of 306.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F0D1D is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 13 | 29 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.88 |
| HSL | 306.67º | 0.41% | 0.09% | - |
| HSV(B) | 306.67º | 0.58% | 0.12% | - |
| XYZ | 0.93 | 0.67 | 1.24 | - |
| YUV | 20.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 29 | 0 | 0.58 | 0.06 | 0.88 | 306.67 | 0.41 | 0.09 |
| Hex | 1F | D | 1D | 0 | 3A | 6 | 58 | 133 | 29 | 9 |
| Octal | 37 | 15 | 35 | 0 | 72 | 6 | 130 | 463 | 51 | 11 |
| Binary | 11111 | 1101 | 11101 | 0 | 111010 | 110 | 1011000 | 100110011 | 101001 | 1001 |
Color Harmonies of #1F0D1D
Complementary color
Monochromatic Colors of #1F0D1D
Black with #1F0D1D
Text Example
Text Example
White with #1F0D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0D1D; }
p { color: rgb(31,13,29); }
H1.HeaderClassName
{
color: #1F0D1D;
}
.AnyTagClassName
{
color: #1F0D1D;
}
</style>
background-color css
<style>
a { background-color: #1F0D1D; }
a { background-color: rgb(31,13,29); }
div.DivClassName
{
background-color: #1F0D1D;
}
.BgClassName
{
background-color: #1F0D1D;
}
</style>
border-color css
<style>
span { border-color: #1F0D1D; }
span { border-color: rgb(31,13,29); }
td.TdClassName
{
border-color: #1F0D1D;
}
.TagClassName
{
border-color: #1F0D1D;
}
</style>