Shades of Mardi Gras #2F1730
Tints of Mardi Gras #2F1730
RGB
CMYK
RGB Variations
Color information
#2F1730 (or 0x2F1730) is known color: Mardi Gras. HEX triplet: 2F, 17 and 30. RGB value is (47,23,48). Sum of RGB (Red+Green+Blue) = 47+23+48=118 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.83% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F1730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1730 is #D0E8CF. Grayscale: #202020. Windows color (decimal): -13691088 or 3151663. OLE color: 3151663.
HSL color Cylindrical-coordinate representation of color #2F1730: hue angle of 297.6º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F1730 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 23 | 48 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.81 |
| HSL | 297.6º | 0.35% | 0.14% | - |
| HSV(B) | 297.6º | 0.52% | 0.19% | - |
| XYZ | 2.01 | 1.43 | 2.97 | - |
| YUV | 33.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 48 | 0.02 | 0.52 | 0 | 0.81 | 297.6 | 0.35 | 0.14 |
| Hex | 2F | 17 | 30 | 2 | 34 | 0 | 51 | 12A | 23 | E |
| Octal | 57 | 27 | 60 | 2 | 64 | 0 | 121 | 452 | 43 | 16 |
| Binary | 101111 | 10111 | 110000 | 10 | 110100 | 0 | 1010001 | 100101010 | 100011 | 1110 |
Color Harmonies of #2F1730
Complementary color
Monochromatic Colors of #2F1730
Black with #2F1730
Text Example
Text Example
White with #2F1730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1730; }
p { color: rgb(47,23,48); }
H1.HeaderClassName
{
color: #2F1730;
}
.AnyTagClassName
{
color: #2F1730;
}
</style>
background-color css
<style>
a { background-color: #2F1730; }
a { background-color: rgb(47,23,48); }
div.DivClassName
{
background-color: #2F1730;
}
.BgClassName
{
background-color: #2F1730;
}
</style>
border-color css
<style>
span { border-color: #2F1730; }
span { border-color: rgb(47,23,48); }
td.TdClassName
{
border-color: #2F1730;
}
.TagClassName
{
border-color: #2F1730;
}
</style>