Shades of Mardi Gras #2F0B33
Tints of Mardi Gras #2F0B33
RGB
CMYK
RGB Variations
Color information
#2F0B33 (or 0x2F0B33) is known color: Mardi Gras. HEX triplet: 2F, 0B and 33. RGB value is (47,11,51). Sum of RGB (Red+Green+Blue) = 47+11+51=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 51 - color contains mainly: blue. Hex color #2F0B33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0B33 is #D0F4CC. Grayscale: #1A1A1A. Windows color (decimal): -13694157 or 3345199. OLE color: 3345199.
HSL color Cylindrical-coordinate representation of color #2F0B33: hue angle of 294º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F0B33 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 47 | 11 | 51 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.8 |
| HSL | 294º | 0.65% | 0.12% | - |
| HSV(B) | 294º | 0.78% | 0.2% | - |
| XYZ | 1.89 | 1.08 | 3.24 | - |
| YUV | 26.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 51 | 0.08 | 0.78 | 0 | 0.8 | 294 | 0.65 | 0.12 |
| Hex | 2F | B | 33 | 8 | 4E | 0 | 50 | 126 | 41 | C |
| Octal | 57 | 13 | 63 | 10 | 116 | 0 | 120 | 446 | 101 | 14 |
| Binary | 101111 | 1011 | 110011 | 1000 | 1001110 | 0 | 1010000 | 100100110 | 1000001 | 1100 |
Color Harmonies of #2F0B33
Complementary color
Monochromatic Colors of #2F0B33
Black with #2F0B33
Text Example
Text Example
White with #2F0B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0B33; }
p { color: rgb(47,11,51); }
H1.HeaderClassName
{
color: #2F0B33;
}
.AnyTagClassName
{
color: #2F0B33;
}
</style>
background-color css
<style>
a { background-color: #2F0B33; }
a { background-color: rgb(47,11,51); }
div.DivClassName
{
background-color: #2F0B33;
}
.BgClassName
{
background-color: #2F0B33;
}
</style>
border-color css
<style>
span { border-color: #2F0B33; }
span { border-color: rgb(47,11,51); }
td.TdClassName
{
border-color: #2F0B33;
}
.TagClassName
{
border-color: #2F0B33;
}
</style>