Shades of Mardi Gras #330137
Tints of Mardi Gras #330137
RGB
CMYK
RGB Variations
Color information
#330137 (or 0x330137) is known color: Mardi Gras. HEX triplet: 33, 01 and 37. RGB value is (51,1,55). Sum of RGB (Red+Green+Blue) = 51+1+55=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 55 (21.88% from 255 or 51.40% from 107); Max value from RGB is 55 - color contains mainly: blue. Hex color #330137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330137 is #CCFEC8. Grayscale: #151515. Windows color (decimal): -13434569 or 3604787. OLE color: 3604787.
HSL color Cylindrical-coordinate representation of color #330137: hue angle of 295.56º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330137 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 1 | 55 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.78 |
| HSL | 295.56º | 0.96% | 0.11% | - |
| HSV(B) | 295.56º | 0.98% | 0.22% | - |
| XYZ | 2.07 | 1 | 3.7 | - |
| YUV | 22.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 1 | 55 | 0.07 | 0.98 | 0 | 0.78 | 295.56 | 0.96 | 0.11 |
| Hex | 33 | 1 | 37 | 7 | 62 | 0 | 4E | 128 | 60 | B |
| Octal | 63 | 1 | 67 | 7 | 142 | 0 | 116 | 450 | 140 | 13 |
| Binary | 110011 | 1 | 110111 | 111 | 1100010 | 0 | 1001110 | 100101000 | 1100000 | 1011 |
Color Harmonies of #330137
Complementary color
Monochromatic Colors of #330137
Black with #330137
Text Example
Text Example
White with #330137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330137; }
p { color: rgb(51,1,55); }
H1.HeaderClassName
{
color: #330137;
}
.AnyTagClassName
{
color: #330137;
}
</style>
background-color css
<style>
a { background-color: #330137; }
a { background-color: rgb(51,1,55); }
div.DivClassName
{
background-color: #330137;
}
.BgClassName
{
background-color: #330137;
}
</style>
border-color css
<style>
span { border-color: #330137; }
span { border-color: rgb(51,1,55); }
td.TdClassName
{
border-color: #330137;
}
.TagClassName
{
border-color: #330137;
}
</style>