Shades of Mardi Gras #2F0C33
Tints of Mardi Gras #2F0C33
RGB
CMYK
RGB Variations
Color information
#2F0C33 (or 0x2F0C33) is known color: Mardi Gras. HEX triplet: 2F, 0C and 33. RGB value is (47,12,51). Sum of RGB (Red+Green+Blue) = 47+12+51=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: blue. Hex color #2F0C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0C33 is #D0F3CC. Grayscale: #1A1A1A. Windows color (decimal): -13693901 or 3345455. OLE color: 3345455.
HSL color Cylindrical-coordinate representation of color #2F0C33: hue angle of 293.85º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F0C33 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 47 | 12 | 51 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.8 |
| HSL | 293.85º | 0.62% | 0.12% | - |
| HSV(B) | 293.85º | 0.76% | 0.2% | - |
| XYZ | 1.9 | 1.11 | 3.25 | - |
| YUV | 26.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 51 | 0.08 | 0.76 | 0 | 0.8 | 293.85 | 0.62 | 0.12 |
| Hex | 2F | C | 33 | 8 | 4C | 0 | 50 | 126 | 3E | C |
| Octal | 57 | 14 | 63 | 10 | 114 | 0 | 120 | 446 | 76 | 14 |
| Binary | 101111 | 1100 | 110011 | 1000 | 1001100 | 0 | 1010000 | 100100110 | 111110 | 1100 |
Color Harmonies of #2F0C33
Complementary color
Monochromatic Colors of #2F0C33
Black with #2F0C33
Text Example
Text Example
White with #2F0C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0C33; }
p { color: rgb(47,12,51); }
H1.HeaderClassName
{
color: #2F0C33;
}
.AnyTagClassName
{
color: #2F0C33;
}
</style>
background-color css
<style>
a { background-color: #2F0C33; }
a { background-color: rgb(47,12,51); }
div.DivClassName
{
background-color: #2F0C33;
}
.BgClassName
{
background-color: #2F0C33;
}
</style>
border-color css
<style>
span { border-color: #2F0C33; }
span { border-color: rgb(47,12,51); }
td.TdClassName
{
border-color: #2F0C33;
}
.TagClassName
{
border-color: #2F0C33;
}
</style>