Shades of Mardi Gras #2F0C31
Tints of Mardi Gras #2F0C31
RGB
CMYK
RGB Variations
Color information
#2F0C31 (or 0x2F0C31) is known color: Mardi Gras. HEX triplet: 2F, 0C and 31. RGB value is (47,12,49). Sum of RGB (Red+Green+Blue) = 47+12+49=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F0C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0C31 is #D0F3CE. Grayscale: #1A1A1A. Windows color (decimal): -13693903 or 3214383. OLE color: 3214383.
HSL color Cylindrical-coordinate representation of color #2F0C31: hue angle of 296.76º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F0C31 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 12 | 49 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.81 |
| HSL | 296.76º | 0.61% | 0.12% | - |
| HSV(B) | 296.76º | 0.76% | 0.19% | - |
| XYZ | 1.86 | 1.09 | 3.02 | - |
| YUV | 26.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 49 | 0.04 | 0.76 | 0 | 0.81 | 296.76 | 0.61 | 0.12 |
| Hex | 2F | C | 31 | 4 | 4C | 0 | 51 | 129 | 3D | C |
| Octal | 57 | 14 | 61 | 4 | 114 | 0 | 121 | 451 | 75 | 14 |
| Binary | 101111 | 1100 | 110001 | 100 | 1001100 | 0 | 1010001 | 100101001 | 111101 | 1100 |
Color Harmonies of #2F0C31
Complementary color
Monochromatic Colors of #2F0C31
Black with #2F0C31
Text Example
Text Example
White with #2F0C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0C31; }
p { color: rgb(47,12,49); }
H1.HeaderClassName
{
color: #2F0C31;
}
.AnyTagClassName
{
color: #2F0C31;
}
</style>
background-color css
<style>
a { background-color: #2F0C31; }
a { background-color: rgb(47,12,49); }
div.DivClassName
{
background-color: #2F0C31;
}
.BgClassName
{
background-color: #2F0C31;
}
</style>
border-color css
<style>
span { border-color: #2F0C31; }
span { border-color: rgb(47,12,49); }
td.TdClassName
{
border-color: #2F0C31;
}
.TagClassName
{
border-color: #2F0C31;
}
</style>