Shades of Mardi Gras #370333
Tints of Mardi Gras #370333
RGB
CMYK
RGB Variations
Color information
#370333 (or 0x370333) is known color: Mardi Gras. HEX triplet: 37, 03 and 33. RGB value is (55,3,51). Sum of RGB (Red+Green+Blue) = 55+3+51=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #370333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370333 is #C8FCCC. Grayscale: #171717. Windows color (decimal): -13171917 or 3343159. OLE color: 3343159.
HSL color Cylindrical-coordinate representation of color #370333: hue angle of 304.62º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370333 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 3 | 51 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.78 |
| HSL | 304.62º | 0.9% | 0.11% | - |
| HSV(B) | 304.62º | 0.95% | 0.22% | - |
| XYZ | 2.21 | 1.12 | 3.23 | - |
| YUV | 24.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 51 | 0 | 0.95 | 0.07 | 0.78 | 304.62 | 0.9 | 0.11 |
| Hex | 37 | 3 | 33 | 0 | 5F | 7 | 4E | 131 | 5A | B |
| Octal | 67 | 3 | 63 | 0 | 137 | 7 | 116 | 461 | 132 | 13 |
| Binary | 110111 | 11 | 110011 | 0 | 1011111 | 111 | 1001110 | 100110001 | 1011010 | 1011 |
Color Harmonies of #370333
Complementary color
Monochromatic Colors of #370333
Black with #370333
Text Example
Text Example
White with #370333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370333; }
p { color: rgb(55,3,51); }
H1.HeaderClassName
{
color: #370333;
}
.AnyTagClassName
{
color: #370333;
}
</style>
background-color css
<style>
a { background-color: #370333; }
a { background-color: rgb(55,3,51); }
div.DivClassName
{
background-color: #370333;
}
.BgClassName
{
background-color: #370333;
}
</style>
border-color css
<style>
span { border-color: #370333; }
span { border-color: rgb(55,3,51); }
td.TdClassName
{
border-color: #370333;
}
.TagClassName
{
border-color: #370333;
}
</style>