Shades of Mardi Gras #330F37
Tints of Mardi Gras #330F37
RGB
CMYK
RGB Variations
Color information
#330F37 (or 0x330F37) is known color: Mardi Gras. HEX triplet: 33, 0F and 37. RGB value is (51,15,55). Sum of RGB (Red+Green+Blue) = 51+15+55=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #330F37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F37 is #CCF0C8. Grayscale: #1E1E1E. Windows color (decimal): -13430985 or 3608371. OLE color: 3608371.
HSL color Cylindrical-coordinate representation of color #330F37: hue angle of 294º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #330F37 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 15 | 55 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.78 |
| HSL | 294º | 0.57% | 0.14% | - |
| HSV(B) | 294º | 0.73% | 0.22% | - |
| XYZ | 2.23 | 1.32 | 3.75 | - |
| YUV | 30.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 55 | 0.07 | 0.73 | 0 | 0.78 | 294 | 0.57 | 0.14 |
| Hex | 33 | F | 37 | 7 | 49 | 0 | 4E | 126 | 39 | E |
| Octal | 63 | 17 | 67 | 7 | 111 | 0 | 116 | 446 | 71 | 16 |
| Binary | 110011 | 1111 | 110111 | 111 | 1001001 | 0 | 1001110 | 100100110 | 111001 | 1110 |
Color Harmonies of #330F37
Complementary color
Monochromatic Colors of #330F37
Black with #330F37
Text Example
Text Example
White with #330F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330F37; }
p { color: rgb(51,15,55); }
H1.HeaderClassName
{
color: #330F37;
}
.AnyTagClassName
{
color: #330F37;
}
</style>
background-color css
<style>
a { background-color: #330F37; }
a { background-color: rgb(51,15,55); }
div.DivClassName
{
background-color: #330F37;
}
.BgClassName
{
background-color: #330F37;
}
</style>
border-color css
<style>
span { border-color: #330F37; }
span { border-color: rgb(51,15,55); }
td.TdClassName
{
border-color: #330F37;
}
.TagClassName
{
border-color: #330F37;
}
</style>