Shades of Mardi Gras #330B2C
Tints of Mardi Gras #330B2C
RGB
CMYK
RGB Variations
Color information
#330B2C (or 0x330B2C) is known color: Mardi Gras. HEX triplet: 33, 0B and 2C. RGB value is (51,11,44). Sum of RGB (Red+Green+Blue) = 51+11+44=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #330B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B2C is #CCF4D3. Grayscale: #1A1A1A. Windows color (decimal): -13432020 or 2886451. OLE color: 2886451.
HSL color Cylindrical-coordinate representation of color #330B2C: hue angle of 310.5º 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 #330B2C is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 11 | 44 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.8 |
| HSL | 310.5º | 0.65% | 0.12% | - |
| HSV(B) | 310.5º | 0.78% | 0.2% | - |
| XYZ | 1.94 | 1.13 | 2.5 | - |
| YUV | 26.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 44 | 0 | 0.78 | 0.14 | 0.8 | 310.5 | 0.65 | 0.12 |
| Hex | 33 | B | 2C | 0 | 4E | E | 50 | 136 | 41 | C |
| Octal | 63 | 13 | 54 | 0 | 116 | 16 | 120 | 466 | 101 | 14 |
| Binary | 110011 | 1011 | 101100 | 0 | 1001110 | 1110 | 1010000 | 100110110 | 1000001 | 1100 |
Color Harmonies of #330B2C
Complementary color
Monochromatic Colors of #330B2C
Black with #330B2C
Text Example
Text Example
White with #330B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330B2C; }
p { color: rgb(51,11,44); }
H1.HeaderClassName
{
color: #330B2C;
}
.AnyTagClassName
{
color: #330B2C;
}
</style>
background-color css
<style>
a { background-color: #330B2C; }
a { background-color: rgb(51,11,44); }
div.DivClassName
{
background-color: #330B2C;
}
.BgClassName
{
background-color: #330B2C;
}
</style>
border-color css
<style>
span { border-color: #330B2C; }
span { border-color: rgb(51,11,44); }
td.TdClassName
{
border-color: #330B2C;
}
.TagClassName
{
border-color: #330B2C;
}
</style>