Shades of Mardi Gras #330B2F
Tints of Mardi Gras #330B2F
RGB
CMYK
RGB Variations
Color information
#330B2F (or 0x330B2F) is known color: Mardi Gras. HEX triplet: 33, 0B and 2F. RGB value is (51,11,47). Sum of RGB (Red+Green+Blue) = 51+11+47=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #330B2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B2F is #CCF4D0. Grayscale: #1A1A1A. Windows color (decimal): -13432017 or 3083059. OLE color: 3083059.
HSL color Cylindrical-coordinate representation of color #330B2F: hue angle of 306º 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 #330B2F is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 11 | 47 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.8 |
| HSL | 306º | 0.65% | 0.12% | - |
| HSV(B) | 306º | 0.78% | 0.2% | - |
| XYZ | 2 | 1.15 | 2.81 | - |
| YUV | 27.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 47 | 0 | 0.78 | 0.08 | 0.8 | 306 | 0.65 | 0.12 |
| Hex | 33 | B | 2F | 0 | 4E | 8 | 50 | 132 | 41 | C |
| Octal | 63 | 13 | 57 | 0 | 116 | 10 | 120 | 462 | 101 | 14 |
| Binary | 110011 | 1011 | 101111 | 0 | 1001110 | 1000 | 1010000 | 100110010 | 1000001 | 1100 |
Color Harmonies of #330B2F
Complementary color
Monochromatic Colors of #330B2F
Black with #330B2F
Text Example
Text Example
White with #330B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B2F; }
p { color: rgb(51,11,47); }
H1.HeaderClassName
{
color: #330B2F;
}
.AnyTagClassName
{
color: #330B2F;
}
</style>
background-color css
<style>
a { background-color: #330B2F; }
a { background-color: rgb(51,11,47); }
div.DivClassName
{
background-color: #330B2F;
}
.BgClassName
{
background-color: #330B2F;
}
</style>
border-color css
<style>
span { border-color: #330B2F; }
span { border-color: rgb(51,11,47); }
td.TdClassName
{
border-color: #330B2F;
}
.TagClassName
{
border-color: #330B2F;
}
</style>