Shades of Mardi Gras #1F0B1D
Tints of Mardi Gras #1F0B1D
RGB
CMYK
RGB Variations
Color information
#1F0B1D (or 0x1F0B1D) is known color: Mardi Gras. HEX triplet: 1F, 0B and 1D. RGB value is (31,11,29). Sum of RGB (Red+Green+Blue) = 31+11+29=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0B1D is #E0F4E2. Grayscale: #121212. Windows color (decimal): -14742755 or 1903391. OLE color: 1903391.
HSL color Cylindrical-coordinate representation of color #1F0B1D: hue angle of 306º 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 #1F0B1D is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 11 | 29 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.88 |
| HSL | 306º | 0.48% | 0.08% | - |
| HSV(B) | 306º | 0.65% | 0.12% | - |
| XYZ | 0.91 | 0.62 | 1.23 | - |
| YUV | 19.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 29 | 0 | 0.65 | 0.06 | 0.88 | 306 | 0.48 | 0.08 |
| Hex | 1F | B | 1D | 0 | 41 | 6 | 58 | 132 | 30 | 8 |
| Octal | 37 | 13 | 35 | 0 | 101 | 6 | 130 | 462 | 60 | 10 |
| Binary | 11111 | 1011 | 11101 | 0 | 1000001 | 110 | 1011000 | 100110010 | 110000 | 1000 |
Color Harmonies of #1F0B1D
Complementary color
Monochromatic Colors of #1F0B1D
Black with #1F0B1D
Text Example
Text Example
White with #1F0B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B1D; }
p { color: rgb(31,11,29); }
H1.HeaderClassName
{
color: #1F0B1D;
}
.AnyTagClassName
{
color: #1F0B1D;
}
</style>
background-color css
<style>
a { background-color: #1F0B1D; }
a { background-color: rgb(31,11,29); }
div.DivClassName
{
background-color: #1F0B1D;
}
.BgClassName
{
background-color: #1F0B1D;
}
</style>
border-color css
<style>
span { border-color: #1F0B1D; }
span { border-color: rgb(31,11,29); }
td.TdClassName
{
border-color: #1F0B1D;
}
.TagClassName
{
border-color: #1F0B1D;
}
</style>