Shades of Mardi Gras #330A2C
Tints of Mardi Gras #330A2C
RGB
CMYK
RGB Variations
Color information
#330A2C (or 0x330A2C) is known color: Mardi Gras. HEX triplet: 33, 0A and 2C. RGB value is (51,10,44). Sum of RGB (Red+Green+Blue) = 51+10+44=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #330A2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330A2C is #CCF5D3. Grayscale: #1A1A1A. Windows color (decimal): -13432276 or 2886195. OLE color: 2886195.
HSL color Cylindrical-coordinate representation of color #330A2C: hue angle of 310.24º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #330A2C is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 10 | 44 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.8 |
| HSL | 310.24º | 0.67% | 0.12% | - |
| HSV(B) | 310.24º | 0.8% | 0.2% | - |
| XYZ | 1.93 | 1.1 | 2.49 | - |
| YUV | 26.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 10 | 44 | 0 | 0.80 | 0.14 | 0.8 | 310.24 | 0.67 | 0.12 |
| Hex | 33 | A | 2C | 0 | 50 | E | 50 | 136 | 43 | C |
| Octal | 63 | 12 | 54 | 0 | 120 | 16 | 120 | 466 | 103 | 14 |
| Binary | 110011 | 1010 | 101100 | 0 | 1010000 | 1110 | 1010000 | 100110110 | 1000011 | 1100 |
Color Harmonies of #330A2C
Complementary color
Monochromatic Colors of #330A2C
Black with #330A2C
Text Example
Text Example
White with #330A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330A2C; }
p { color: rgb(51,10,44); }
H1.HeaderClassName
{
color: #330A2C;
}
.AnyTagClassName
{
color: #330A2C;
}
</style>
background-color css
<style>
a { background-color: #330A2C; }
a { background-color: rgb(51,10,44); }
div.DivClassName
{
background-color: #330A2C;
}
.BgClassName
{
background-color: #330A2C;
}
</style>
border-color css
<style>
span { border-color: #330A2C; }
span { border-color: rgb(51,10,44); }
td.TdClassName
{
border-color: #330A2C;
}
.TagClassName
{
border-color: #330A2C;
}
</style>