Shades of Mardi Gras #2F0728
Tints of Mardi Gras #2F0728
RGB
CMYK
RGB Variations
Color information
#2F0728 (or 0x2F0728) is known color: Mardi Gras. HEX triplet: 2F, 07 and 28. RGB value is (47,7,40). Sum of RGB (Red+Green+Blue) = 47+7+40=94 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0728 is #D0F8D7. Grayscale: #161616. Windows color (decimal): -13695192 or 2623279. OLE color: 2623279.
HSL color Cylindrical-coordinate representation of color #2F0728: hue angle of 310.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0728 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 7 | 40 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.82 |
| HSL | 310.5º | 0.74% | 0.11% | - |
| HSV(B) | 310.5º | 0.85% | 0.18% | - |
| XYZ | 1.63 | 0.91 | 2.1 | - |
| YUV | 22.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 40 | 0 | 0.85 | 0.15 | 0.82 | 310.5 | 0.74 | 0.11 |
| Hex | 2F | 7 | 28 | 0 | 55 | F | 52 | 136 | 4A | B |
| Octal | 57 | 7 | 50 | 0 | 125 | 17 | 122 | 466 | 112 | 13 |
| Binary | 101111 | 111 | 101000 | 0 | 1010101 | 1111 | 1010010 | 100110110 | 1001010 | 1011 |
Color Harmonies of #2F0728
Complementary color
Monochromatic Colors of #2F0728
Black with #2F0728
Text Example
Text Example
White with #2F0728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0728; }
p { color: rgb(47,7,40); }
H1.HeaderClassName
{
color: #2F0728;
}
.AnyTagClassName
{
color: #2F0728;
}
</style>
background-color css
<style>
a { background-color: #2F0728; }
a { background-color: rgb(47,7,40); }
div.DivClassName
{
background-color: #2F0728;
}
.BgClassName
{
background-color: #2F0728;
}
</style>
border-color css
<style>
span { border-color: #2F0728; }
span { border-color: rgb(47,7,40); }
td.TdClassName
{
border-color: #2F0728;
}
.TagClassName
{
border-color: #2F0728;
}
</style>