Shades of Mardi Gras #330C2F
Tints of Mardi Gras #330C2F
RGB
CMYK
RGB Variations
Color information
#330C2F (or 0x330C2F) is known color: Mardi Gras. HEX triplet: 33, 0C and 2F. RGB value is (51,12,47). Sum of RGB (Red+Green+Blue) = 51+12+47=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #330C2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C2F is #CCF3D0. Grayscale: #1B1B1B. Windows color (decimal): -13431761 or 3083315. OLE color: 3083315.
HSL color Cylindrical-coordinate representation of color #330C2F: hue angle of 306.15º 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 #330C2F is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 12 | 47 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.8 |
| HSL | 306.15º | 0.62% | 0.12% | - |
| HSV(B) | 306.15º | 0.76% | 0.2% | - |
| XYZ | 2.01 | 1.17 | 2.81 | - |
| YUV | 27.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 47 | 0 | 0.76 | 0.08 | 0.8 | 306.15 | 0.62 | 0.12 |
| Hex | 33 | C | 2F | 0 | 4C | 8 | 50 | 132 | 3E | C |
| Octal | 63 | 14 | 57 | 0 | 114 | 10 | 120 | 462 | 76 | 14 |
| Binary | 110011 | 1100 | 101111 | 0 | 1001100 | 1000 | 1010000 | 100110010 | 111110 | 1100 |
Color Harmonies of #330C2F
Complementary color
Monochromatic Colors of #330C2F
Black with #330C2F
Text Example
Text Example
White with #330C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C2F; }
p { color: rgb(51,12,47); }
H1.HeaderClassName
{
color: #330C2F;
}
.AnyTagClassName
{
color: #330C2F;
}
</style>
background-color css
<style>
a { background-color: #330C2F; }
a { background-color: rgb(51,12,47); }
div.DivClassName
{
background-color: #330C2F;
}
.BgClassName
{
background-color: #330C2F;
}
</style>
border-color css
<style>
span { border-color: #330C2F; }
span { border-color: rgb(51,12,47); }
td.TdClassName
{
border-color: #330C2F;
}
.TagClassName
{
border-color: #330C2F;
}
</style>