Shades of Mardi Gras #2F0929
Tints of Mardi Gras #2F0929
RGB
CMYK
RGB Variations
Color information
#2F0929 (or 0x2F0929) is known color: Mardi Gras. HEX triplet: 2F, 09 and 29. RGB value is (47,9,41). Sum of RGB (Red+Green+Blue) = 47+9+41=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0929 is #D0F6D6. Grayscale: #171717. Windows color (decimal): -13694679 or 2689327. OLE color: 2689327.
HSL color Cylindrical-coordinate representation of color #2F0929: hue angle of 309.47º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F0929 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 9 | 41 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.82 |
| HSL | 309.47º | 0.68% | 0.11% | - |
| HSV(B) | 309.47º | 0.81% | 0.18% | - |
| XYZ | 1.67 | 0.96 | 2.2 | - |
| YUV | 24.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 41 | 0 | 0.81 | 0.13 | 0.82 | 309.47 | 0.68 | 0.11 |
| Hex | 2F | 9 | 29 | 0 | 51 | D | 52 | 135 | 44 | B |
| Octal | 57 | 11 | 51 | 0 | 121 | 15 | 122 | 465 | 104 | 13 |
| Binary | 101111 | 1001 | 101001 | 0 | 1010001 | 1101 | 1010010 | 100110101 | 1000100 | 1011 |
Color Harmonies of #2F0929
Complementary color
Monochromatic Colors of #2F0929
Black with #2F0929
Text Example
Text Example
White with #2F0929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0929; }
p { color: rgb(47,9,41); }
H1.HeaderClassName
{
color: #2F0929;
}
.AnyTagClassName
{
color: #2F0929;
}
</style>
background-color css
<style>
a { background-color: #2F0929; }
a { background-color: rgb(47,9,41); }
div.DivClassName
{
background-color: #2F0929;
}
.BgClassName
{
background-color: #2F0929;
}
</style>
border-color css
<style>
span { border-color: #2F0929; }
span { border-color: rgb(47,9,41); }
td.TdClassName
{
border-color: #2F0929;
}
.TagClassName
{
border-color: #2F0929;
}
</style>