Shades of Mardi Gras #2F012F
Tints of Mardi Gras #2F012F
RGB
CMYK
RGB Variations
Color information
#2F012F (or 0x2F012F) is known color: Mardi Gras. HEX triplet: 2F, 01 and 2F. RGB value is (47,1,47). Sum of RGB (Red+Green+Blue) = 47+1+47=95 (12% of max value = 765). Red value is 47 (18.75% from 255 or 49.47% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: red, blue. Hex color #2F012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F012F is #D0FED0. Grayscale: #131313. Windows color (decimal): -13696721 or 3080495. OLE color: 3080495.
HSL color Cylindrical-coordinate representation of color #2F012F: hue angle of 300º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F012F is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 1 | 47 | - |
| CMYK | 0 | 0.98 | 0 | 0.82 |
| HSL | 300º | 0.96% | 0.09% | - |
| HSV(B) | 300º | 0.98% | 0.18% | - |
| XYZ | 1.7 | 0.83 | 2.76 | - |
| YUV | 20 | 143.24 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 47 | 0 | 0.98 | 0 | 0.82 | 300 | 0.96 | 0.09 |
| Hex | 2F | 1 | 2F | 0 | 62 | 0 | 52 | 12C | 60 | 9 |
| Octal | 57 | 1 | 57 | 0 | 142 | 0 | 122 | 454 | 140 | 11 |
| Binary | 101111 | 1 | 101111 | 0 | 1100010 | 0 | 1010010 | 100101100 | 1100000 | 1001 |
Color Harmonies of #2F012F
Complementary color
Monochromatic Colors of #2F012F
Black with #2F012F
Text Example
Text Example
White with #2F012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F012F; }
p { color: rgb(47,1,47); }
H1.HeaderClassName
{
color: #2F012F;
}
.AnyTagClassName
{
color: #2F012F;
}
</style>
background-color css
<style>
a { background-color: #2F012F; }
a { background-color: rgb(47,1,47); }
div.DivClassName
{
background-color: #2F012F;
}
.BgClassName
{
background-color: #2F012F;
}
</style>
border-color css
<style>
span { border-color: #2F012F; }
span { border-color: rgb(47,1,47); }
td.TdClassName
{
border-color: #2F012F;
}
.TagClassName
{
border-color: #2F012F;
}
</style>