Shades of Mardi Gras #2F1033
Tints of Mardi Gras #2F1033
RGB
CMYK
RGB Variations
Color information
#2F1033 (or 0x2F1033) is known color: Mardi Gras. HEX triplet: 2F, 10 and 33. RGB value is (47,16,51). Sum of RGB (Red+Green+Blue) = 47+16+51=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 51 (20.31% from 255 or 44.74% from 114); Max value from RGB is 51 - color contains mainly: blue. Hex color #2F1033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1033 is #D0EFCC. Grayscale: #1D1D1D. Windows color (decimal): -13692877 or 3346479. OLE color: 3346479.
HSL color Cylindrical-coordinate representation of color #2F1033: hue angle of 293.14º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F1033 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 47 | 16 | 51 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.8 |
| HSL | 293.14º | 0.52% | 0.13% | - |
| HSV(B) | 293.14º | 0.69% | 0.2% | - |
| XYZ | 1.96 | 1.21 | 3.26 | - |
| YUV | 29.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 16 | 51 | 0.08 | 0.69 | 0 | 0.8 | 293.14 | 0.52 | 0.13 |
| Hex | 2F | 10 | 33 | 8 | 45 | 0 | 50 | 125 | 34 | D |
| Octal | 57 | 20 | 63 | 10 | 105 | 0 | 120 | 445 | 64 | 15 |
| Binary | 101111 | 10000 | 110011 | 1000 | 1000101 | 0 | 1010000 | 100100101 | 110100 | 1101 |
Color Harmonies of #2F1033
Complementary color
Monochromatic Colors of #2F1033
Black with #2F1033
Text Example
Text Example
White with #2F1033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1033; }
p { color: rgb(47,16,51); }
H1.HeaderClassName
{
color: #2F1033;
}
.AnyTagClassName
{
color: #2F1033;
}
</style>
background-color css
<style>
a { background-color: #2F1033; }
a { background-color: rgb(47,16,51); }
div.DivClassName
{
background-color: #2F1033;
}
.BgClassName
{
background-color: #2F1033;
}
</style>
border-color css
<style>
span { border-color: #2F1033; }
span { border-color: rgb(47,16,51); }
td.TdClassName
{
border-color: #2F1033;
}
.TagClassName
{
border-color: #2F1033;
}
</style>