Shades of Mardi Gras #2F0730
Tints of Mardi Gras #2F0730
RGB
CMYK
RGB Variations
Color information
#2F0730 (or 0x2F0730) is known color: Mardi Gras. HEX triplet: 2F, 07 and 30. RGB value is (47,7,48). Sum of RGB (Red+Green+Blue) = 47+7+48=102 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.08% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F0730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0730 is #D0F8CF. Grayscale: #171717. Windows color (decimal): -13695184 or 3147567. OLE color: 3147567.
HSL color Cylindrical-coordinate representation of color #2F0730: hue angle of 298.54º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0730 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 7 | 48 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.81 |
| HSL | 298.54º | 0.75% | 0.11% | - |
| HSV(B) | 298.54º | 0.85% | 0.19% | - |
| XYZ | 1.78 | 0.97 | 2.89 | - |
| YUV | 23.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 48 | 0.02 | 0.85 | 0 | 0.81 | 298.54 | 0.75 | 0.11 |
| Hex | 2F | 7 | 30 | 2 | 55 | 0 | 51 | 12B | 4B | B |
| Octal | 57 | 7 | 60 | 2 | 125 | 0 | 121 | 453 | 113 | 13 |
| Binary | 101111 | 111 | 110000 | 10 | 1010101 | 0 | 1010001 | 100101011 | 1001011 | 1011 |
Color Harmonies of #2F0730
Complementary color
Monochromatic Colors of #2F0730
Black with #2F0730
Text Example
Text Example
White with #2F0730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0730; }
p { color: rgb(47,7,48); }
H1.HeaderClassName
{
color: #2F0730;
}
.AnyTagClassName
{
color: #2F0730;
}
</style>
background-color css
<style>
a { background-color: #2F0730; }
a { background-color: rgb(47,7,48); }
div.DivClassName
{
background-color: #2F0730;
}
.BgClassName
{
background-color: #2F0730;
}
</style>
border-color css
<style>
span { border-color: #2F0730; }
span { border-color: rgb(47,7,48); }
td.TdClassName
{
border-color: #2F0730;
}
.TagClassName
{
border-color: #2F0730;
}
</style>