Shades of Mardi Gras #370A30
Tints of Mardi Gras #370A30
RGB
CMYK
RGB Variations
Color information
#370A30 (or 0x370A30) is known color: Mardi Gras. HEX triplet: 37, 0A and 30. RGB value is (55,10,48). Sum of RGB (Red+Green+Blue) = 55+10+48=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #370A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A30 is #C8F5CF. Grayscale: #1B1B1B. Windows color (decimal): -13170128 or 3148343. OLE color: 3148343.
HSL color Cylindrical-coordinate representation of color #370A30: hue angle of 309.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370A30 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 48 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.78 |
| HSL | 309.33º | 0.69% | 0.13% | - |
| HSV(B) | 309.33º | 0.82% | 0.22% | - |
| XYZ | 2.22 | 1.24 | 2.92 | - |
| YUV | 27.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 48 | 0 | 0.82 | 0.13 | 0.78 | 309.33 | 0.69 | 0.13 |
| Hex | 37 | A | 30 | 0 | 52 | D | 4E | 135 | 45 | D |
| Octal | 67 | 12 | 60 | 0 | 122 | 15 | 116 | 465 | 105 | 15 |
| Binary | 110111 | 1010 | 110000 | 0 | 1010010 | 1101 | 1001110 | 100110101 | 1000101 | 1101 |
Color Harmonies of #370A30
Complementary color
Monochromatic Colors of #370A30
Black with #370A30
Text Example
Text Example
White with #370A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A30; }
p { color: rgb(55,10,48); }
H1.HeaderClassName
{
color: #370A30;
}
.AnyTagClassName
{
color: #370A30;
}
</style>
background-color css
<style>
a { background-color: #370A30; }
a { background-color: rgb(55,10,48); }
div.DivClassName
{
background-color: #370A30;
}
.BgClassName
{
background-color: #370A30;
}
</style>
border-color css
<style>
span { border-color: #370A30; }
span { border-color: rgb(55,10,48); }
td.TdClassName
{
border-color: #370A30;
}
.TagClassName
{
border-color: #370A30;
}
</style>