Shades of Mardi Gras #330C2C
Tints of Mardi Gras #330C2C
RGB
CMYK
RGB Variations
Color information
#330C2C (or 0x330C2C) is known color: Mardi Gras. HEX triplet: 33, 0C and 2C. RGB value is (51,12,44). Sum of RGB (Red+Green+Blue) = 51+12+44=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #330C2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C2C is #CCF3D3. Grayscale: #1B1B1B. Windows color (decimal): -13431764 or 2886707. OLE color: 2886707.
HSL color Cylindrical-coordinate representation of color #330C2C: hue angle of 310.77º 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 #330C2C is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 12 | 44 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.8 |
| HSL | 310.77º | 0.62% | 0.12% | - |
| HSV(B) | 310.77º | 0.76% | 0.2% | - |
| XYZ | 1.95 | 1.15 | 2.5 | - |
| YUV | 27.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 44 | 0 | 0.76 | 0.14 | 0.8 | 310.77 | 0.62 | 0.12 |
| Hex | 33 | C | 2C | 0 | 4C | E | 50 | 137 | 3E | C |
| Octal | 63 | 14 | 54 | 0 | 114 | 16 | 120 | 467 | 76 | 14 |
| Binary | 110011 | 1100 | 101100 | 0 | 1001100 | 1110 | 1010000 | 100110111 | 111110 | 1100 |
Color Harmonies of #330C2C
Complementary color
Monochromatic Colors of #330C2C
Black with #330C2C
Text Example
Text Example
White with #330C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C2C; }
p { color: rgb(51,12,44); }
H1.HeaderClassName
{
color: #330C2C;
}
.AnyTagClassName
{
color: #330C2C;
}
</style>
background-color css
<style>
a { background-color: #330C2C; }
a { background-color: rgb(51,12,44); }
div.DivClassName
{
background-color: #330C2C;
}
.BgClassName
{
background-color: #330C2C;
}
</style>
border-color css
<style>
span { border-color: #330C2C; }
span { border-color: rgb(51,12,44); }
td.TdClassName
{
border-color: #330C2C;
}
.TagClassName
{
border-color: #330C2C;
}
</style>