Shades of Mardi Gras #2F012B
Tints of Mardi Gras #2F012B
RGB
CMYK
RGB Variations
Color information
#2F012B (or 0x2F012B) is known color: Mardi Gras. HEX triplet: 2F, 01 and 2B. RGB value is (47,1,43). Sum of RGB (Red+Green+Blue) = 47+1+43=91 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.65% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 47 - color contains mainly: red. Hex color #2F012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F012B is #D0FED4. Grayscale: #131313. Windows color (decimal): -13696725 or 2818351. OLE color: 2818351.
HSL color Cylindrical-coordinate representation of color #2F012B: hue angle of 305.22º 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 #2F012B is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 1 | 43 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.82 |
| HSL | 305.22º | 0.96% | 0.09% | - |
| HSV(B) | 305.22º | 0.98% | 0.18% | - |
| XYZ | 1.62 | 0.8 | 2.35 | - |
| YUV | 19.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 43 | 0 | 0.98 | 0.09 | 0.82 | 305.22 | 0.96 | 0.09 |
| Hex | 2F | 1 | 2B | 0 | 62 | 9 | 52 | 131 | 60 | 9 |
| Octal | 57 | 1 | 53 | 0 | 142 | 11 | 122 | 461 | 140 | 11 |
| Binary | 101111 | 1 | 101011 | 0 | 1100010 | 1001 | 1010010 | 100110001 | 1100000 | 1001 |
Color Harmonies of #2F012B
Complementary color
Monochromatic Colors of #2F012B
Black with #2F012B
Text Example
Text Example
White with #2F012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F012B; }
p { color: rgb(47,1,43); }
H1.HeaderClassName
{
color: #2F012B;
}
.AnyTagClassName
{
color: #2F012B;
}
</style>
background-color css
<style>
a { background-color: #2F012B; }
a { background-color: rgb(47,1,43); }
div.DivClassName
{
background-color: #2F012B;
}
.BgClassName
{
background-color: #2F012B;
}
</style>
border-color css
<style>
span { border-color: #2F012B; }
span { border-color: rgb(47,1,43); }
td.TdClassName
{
border-color: #2F012B;
}
.TagClassName
{
border-color: #2F012B;
}
</style>