Shades of Mardi Gras #2F0327
Tints of Mardi Gras #2F0327
RGB
CMYK
RGB Variations
Color information
#2F0327 (or 0x2F0327) is known color: Mardi Gras. HEX triplet: 2F, 03 and 27. RGB value is (47,3,39). Sum of RGB (Red+Green+Blue) = 47+3+39=89 (11% of max value = 765). Red value is 47 (18.75% from 255 or 52.81% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0327 is #D0FCD8. Grayscale: #141414. Windows color (decimal): -13696217 or 2556719. OLE color: 2556719.
HSL color Cylindrical-coordinate representation of color #2F0327: hue angle of 310.91º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0327 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 3 | 39 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.82 |
| HSL | 310.91º | 0.88% | 0.1% | - |
| HSV(B) | 310.91º | 0.94% | 0.18% | - |
| XYZ | 1.57 | 0.82 | 1.99 | - |
| YUV | 20.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 39 | 0 | 0.94 | 0.17 | 0.82 | 310.91 | 0.88 | 0.1 |
| Hex | 2F | 3 | 27 | 0 | 5E | 11 | 52 | 137 | 58 | A |
| Octal | 57 | 3 | 47 | 0 | 136 | 21 | 122 | 467 | 130 | 12 |
| Binary | 101111 | 11 | 100111 | 0 | 1011110 | 10001 | 1010010 | 100110111 | 1011000 | 1010 |
Color Harmonies of #2F0327
Complementary color
Monochromatic Colors of #2F0327
Black with #2F0327
Text Example
Text Example
White with #2F0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0327; }
p { color: rgb(47,3,39); }
H1.HeaderClassName
{
color: #2F0327;
}
.AnyTagClassName
{
color: #2F0327;
}
</style>
background-color css
<style>
a { background-color: #2F0327; }
a { background-color: rgb(47,3,39); }
div.DivClassName
{
background-color: #2F0327;
}
.BgClassName
{
background-color: #2F0327;
}
</style>
border-color css
<style>
span { border-color: #2F0327; }
span { border-color: rgb(47,3,39); }
td.TdClassName
{
border-color: #2F0327;
}
.TagClassName
{
border-color: #2F0327;
}
</style>