Shades of Mardi Gras #2F1632
Tints of Mardi Gras #2F1632
RGB
CMYK
RGB Variations
Color information
#2F1632 (or 0x2F1632) is known color: Mardi Gras. HEX triplet: 2F, 16 and 32. RGB value is (47,22,50). Sum of RGB (Red+Green+Blue) = 47+22+50=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 50 - color contains mainly: blue. Hex color #2F1632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1632 is #D0E9CD. Grayscale: #202020. Windows color (decimal): -13691342 or 3282479. OLE color: 3282479.
HSL color Cylindrical-coordinate representation of color #2F1632: hue angle of 293.57º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F1632 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 47 | 22 | 50 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.80 |
| HSL | 293.57º | 0.39% | 0.14% | - |
| HSV(B) | 293.57º | 0.56% | 0.2% | - |
| XYZ | 2.03 | 1.41 | 3.18 | - |
| YUV | 32.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 22 | 50 | 0.06 | 0.56 | 0 | 0.80 | 293.57 | 0.39 | 0.14 |
| Hex | 2F | 16 | 32 | 6 | 38 | 0 | 50 | 126 | 27 | E |
| Octal | 57 | 26 | 62 | 6 | 70 | 0 | 120 | 446 | 47 | 16 |
| Binary | 101111 | 10110 | 110010 | 110 | 111000 | 0 | 1010000 | 100100110 | 100111 | 1110 |
Color Harmonies of #2F1632
Complementary color
Monochromatic Colors of #2F1632
Black with #2F1632
Text Example
Text Example
White with #2F1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1632; }
p { color: rgb(47,22,50); }
H1.HeaderClassName
{
color: #2F1632;
}
.AnyTagClassName
{
color: #2F1632;
}
</style>
background-color css
<style>
a { background-color: #2F1632; }
a { background-color: rgb(47,22,50); }
div.DivClassName
{
background-color: #2F1632;
}
.BgClassName
{
background-color: #2F1632;
}
</style>
border-color css
<style>
span { border-color: #2F1632; }
span { border-color: rgb(47,22,50); }
td.TdClassName
{
border-color: #2F1632;
}
.TagClassName
{
border-color: #2F1632;
}
</style>