Shades of Mardi Gras #2F0928
Tints of Mardi Gras #2F0928
RGB
CMYK
RGB Variations
Color information
#2F0928 (or 0x2F0928) is known color: Mardi Gras. HEX triplet: 2F, 09 and 28. RGB value is (47,9,40). Sum of RGB (Red+Green+Blue) = 47+9+40=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0928 is #D0F6D7. Grayscale: #171717. Windows color (decimal): -13694680 or 2623791. OLE color: 2623791.
HSL color Cylindrical-coordinate representation of color #2F0928: hue angle of 311.05º 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 #2F0928 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 9 | 40 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.82 |
| HSL | 311.05º | 0.68% | 0.11% | - |
| HSV(B) | 311.05º | 0.81% | 0.18% | - |
| XYZ | 1.65 | 0.95 | 2.1 | - |
| YUV | 23.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 40 | 0 | 0.81 | 0.15 | 0.82 | 311.05 | 0.68 | 0.11 |
| Hex | 2F | 9 | 28 | 0 | 51 | F | 52 | 137 | 44 | B |
| Octal | 57 | 11 | 50 | 0 | 121 | 17 | 122 | 467 | 104 | 13 |
| Binary | 101111 | 1001 | 101000 | 0 | 1010001 | 1111 | 1010010 | 100110111 | 1000100 | 1011 |
Color Harmonies of #2F0928
Complementary color
Monochromatic Colors of #2F0928
Black with #2F0928
Text Example
Text Example
White with #2F0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0928; }
p { color: rgb(47,9,40); }
H1.HeaderClassName
{
color: #2F0928;
}
.AnyTagClassName
{
color: #2F0928;
}
</style>
background-color css
<style>
a { background-color: #2F0928; }
a { background-color: rgb(47,9,40); }
div.DivClassName
{
background-color: #2F0928;
}
.BgClassName
{
background-color: #2F0928;
}
</style>
border-color css
<style>
span { border-color: #2F0928; }
span { border-color: rgb(47,9,40); }
td.TdClassName
{
border-color: #2F0928;
}
.TagClassName
{
border-color: #2F0928;
}
</style>