Shades of Mardi Gras #330F33
Tints of Mardi Gras #330F33
RGB
CMYK
RGB Variations
Color information
#330F33 (or 0x330F33) is known color: Mardi Gras. HEX triplet: 33, 0F and 33. RGB value is (51,15,51). Sum of RGB (Red+Green+Blue) = 51+15+51=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #330F33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F33 is #CCF0CC. Grayscale: #1D1D1D. Windows color (decimal): -13430989 or 3346227. OLE color: 3346227.
HSL color Cylindrical-coordinate representation of color #330F33: hue angle of 300º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #330F33 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 15 | 51 | - |
| CMYK | 0 | 0.71 | 0 | 0.8 |
| HSL | 300º | 0.55% | 0.13% | - |
| HSV(B) | 300º | 0.71% | 0.2% | - |
| XYZ | 2.13 | 1.28 | 3.27 | - |
| YUV | 29.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 51 | 0 | 0.71 | 0 | 0.8 | 300 | 0.55 | 0.13 |
| Hex | 33 | F | 33 | 0 | 47 | 0 | 50 | 12C | 37 | D |
| Octal | 63 | 17 | 63 | 0 | 107 | 0 | 120 | 454 | 67 | 15 |
| Binary | 110011 | 1111 | 110011 | 0 | 1000111 | 0 | 1010000 | 100101100 | 110111 | 1101 |
Color Harmonies of #330F33
Complementary color
Monochromatic Colors of #330F33
Black with #330F33
Text Example
Text Example
White with #330F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F33; }
p { color: rgb(51,15,51); }
H1.HeaderClassName
{
color: #330F33;
}
.AnyTagClassName
{
color: #330F33;
}
</style>
background-color css
<style>
a { background-color: #330F33; }
a { background-color: rgb(51,15,51); }
div.DivClassName
{
background-color: #330F33;
}
.BgClassName
{
background-color: #330F33;
}
</style>
border-color css
<style>
span { border-color: #330F33; }
span { border-color: rgb(51,15,51); }
td.TdClassName
{
border-color: #330F33;
}
.TagClassName
{
border-color: #330F33;
}
</style>