Shades of Mardi Gras #370A2F
Tints of Mardi Gras #370A2F
RGB
CMYK
RGB Variations
Color information
#370A2F (or 0x370A2F) is known color: Mardi Gras. HEX triplet: 37, 0A and 2F. RGB value is (55,10,47). Sum of RGB (Red+Green+Blue) = 55+10+47=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #370A2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A2F is #C8F5D0. Grayscale: #1B1B1B. Windows color (decimal): -13170129 or 3082807. OLE color: 3082807.
HSL color Cylindrical-coordinate representation of color #370A2F: hue angle of 310.67º 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 #370A2F is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 47 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.78 |
| HSL | 310.67º | 0.69% | 0.13% | - |
| HSV(B) | 310.67º | 0.82% | 0.22% | - |
| XYZ | 2.2 | 1.23 | 2.81 | - |
| YUV | 27.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 47 | 0 | 0.82 | 0.15 | 0.78 | 310.67 | 0.69 | 0.13 |
| Hex | 37 | A | 2F | 0 | 52 | F | 4E | 137 | 45 | D |
| Octal | 67 | 12 | 57 | 0 | 122 | 17 | 116 | 467 | 105 | 15 |
| Binary | 110111 | 1010 | 101111 | 0 | 1010010 | 1111 | 1001110 | 100110111 | 1000101 | 1101 |
Color Harmonies of #370A2F
Complementary color
Monochromatic Colors of #370A2F
Black with #370A2F
Text Example
Text Example
White with #370A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A2F; }
p { color: rgb(55,10,47); }
H1.HeaderClassName
{
color: #370A2F;
}
.AnyTagClassName
{
color: #370A2F;
}
</style>
background-color css
<style>
a { background-color: #370A2F; }
a { background-color: rgb(55,10,47); }
div.DivClassName
{
background-color: #370A2F;
}
.BgClassName
{
background-color: #370A2F;
}
</style>
border-color css
<style>
span { border-color: #370A2F; }
span { border-color: rgb(55,10,47); }
td.TdClassName
{
border-color: #370A2F;
}
.TagClassName
{
border-color: #370A2F;
}
</style>