Shades of Mardi Gras #330F34
Tints of Mardi Gras #330F34
RGB
CMYK
RGB Variations
Color information
#330F34 (or 0x330F34) is known color: Mardi Gras. HEX triplet: 33, 0F and 34. RGB value is (51,15,52). Sum of RGB (Red+Green+Blue) = 51+15+52=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 52 - color contains mainly: blue. Hex color #330F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F34 is #CCF0CB. Grayscale: #1D1D1D. Windows color (decimal): -13430988 or 3411763. OLE color: 3411763.
HSL color Cylindrical-coordinate representation of color #330F34: hue angle of 298.38º 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 #330F34 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 51 | 15 | 52 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.80 |
| HSL | 298.38º | 0.55% | 0.13% | - |
| HSV(B) | 298.38º | 0.71% | 0.2% | - |
| XYZ | 2.16 | 1.29 | 3.38 | - |
| YUV | 29.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 52 | 0.02 | 0.71 | 0 | 0.80 | 298.38 | 0.55 | 0.13 |
| Hex | 33 | F | 34 | 2 | 47 | 0 | 50 | 12A | 37 | D |
| Octal | 63 | 17 | 64 | 2 | 107 | 0 | 120 | 452 | 67 | 15 |
| Binary | 110011 | 1111 | 110100 | 10 | 1000111 | 0 | 1010000 | 100101010 | 110111 | 1101 |
Color Harmonies of #330F34
Complementary color
Monochromatic Colors of #330F34
Black with #330F34
Text Example
Text Example
White with #330F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F34; }
p { color: rgb(51,15,52); }
H1.HeaderClassName
{
color: #330F34;
}
.AnyTagClassName
{
color: #330F34;
}
</style>
background-color css
<style>
a { background-color: #330F34; }
a { background-color: rgb(51,15,52); }
div.DivClassName
{
background-color: #330F34;
}
.BgClassName
{
background-color: #330F34;
}
</style>
border-color css
<style>
span { border-color: #330F34; }
span { border-color: rgb(51,15,52); }
td.TdClassName
{
border-color: #330F34;
}
.TagClassName
{
border-color: #330F34;
}
</style>