Shades of Mardi Gras #2F1031
Tints of Mardi Gras #2F1031
RGB
CMYK
RGB Variations
Color information
#2F1031 (or 0x2F1031) is known color: Mardi Gras. HEX triplet: 2F, 10 and 31. RGB value is (47,16,49). Sum of RGB (Red+Green+Blue) = 47+16+49=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F1031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1031 is #D0EFCE. Grayscale: #1C1C1C. Windows color (decimal): -13692879 or 3215407. OLE color: 3215407.
HSL color Cylindrical-coordinate representation of color #2F1031: hue angle of 296.36º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F1031 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 16 | 49 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.81 |
| HSL | 296.36º | 0.51% | 0.13% | - |
| HSV(B) | 296.36º | 0.67% | 0.19% | - |
| XYZ | 1.91 | 1.2 | 3.04 | - |
| YUV | 29.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 16 | 49 | 0.04 | 0.67 | 0 | 0.81 | 296.36 | 0.51 | 0.13 |
| Hex | 2F | 10 | 31 | 4 | 43 | 0 | 51 | 128 | 33 | D |
| Octal | 57 | 20 | 61 | 4 | 103 | 0 | 121 | 450 | 63 | 15 |
| Binary | 101111 | 10000 | 110001 | 100 | 1000011 | 0 | 1010001 | 100101000 | 110011 | 1101 |
Color Harmonies of #2F1031
Complementary color
Monochromatic Colors of #2F1031
Black with #2F1031
Text Example
Text Example
White with #2F1031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1031; }
p { color: rgb(47,16,49); }
H1.HeaderClassName
{
color: #2F1031;
}
.AnyTagClassName
{
color: #2F1031;
}
</style>
background-color css
<style>
a { background-color: #2F1031; }
a { background-color: rgb(47,16,49); }
div.DivClassName
{
background-color: #2F1031;
}
.BgClassName
{
background-color: #2F1031;
}
</style>
border-color css
<style>
span { border-color: #2F1031; }
span { border-color: rgb(47,16,49); }
td.TdClassName
{
border-color: #2F1031;
}
.TagClassName
{
border-color: #2F1031;
}
</style>