Shades of Mardi Gras #370B3D
Tints of Mardi Gras #370B3D
RGB
CMYK
RGB Variations
Color information
#370B3D (or 0x370B3D) is known color: Mardi Gras. HEX triplet: 37, 0B and 3D. RGB value is (55,11,61). Sum of RGB (Red+Green+Blue) = 55+11+61=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #370B3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B3D is #C8F4C2. Grayscale: #1D1D1D. Windows color (decimal): -13169859 or 4000567. OLE color: 4000567.
HSL color Cylindrical-coordinate representation of color #370B3D: hue angle of 292.8º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370B3D is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 11 | 61 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.76 |
| HSL | 292.8º | 0.69% | 0.14% | - |
| HSV(B) | 292.8º | 0.82% | 0.24% | - |
| XYZ | 2.54 | 1.39 | 4.55 | - |
| YUV | 29.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 61 | 0.10 | 0.82 | 0 | 0.76 | 292.8 | 0.69 | 0.14 |
| Hex | 37 | B | 3D | A | 52 | 0 | 4C | 125 | 45 | E |
| Octal | 67 | 13 | 75 | 12 | 122 | 0 | 114 | 445 | 105 | 16 |
| Binary | 110111 | 1011 | 111101 | 1010 | 1010010 | 0 | 1001100 | 100100101 | 1000101 | 1110 |
Color Harmonies of #370B3D
Complementary color
Monochromatic Colors of #370B3D
Black with #370B3D
Text Example
Text Example
White with #370B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B3D; }
p { color: rgb(55,11,61); }
H1.HeaderClassName
{
color: #370B3D;
}
.AnyTagClassName
{
color: #370B3D;
}
</style>
background-color css
<style>
a { background-color: #370B3D; }
a { background-color: rgb(55,11,61); }
div.DivClassName
{
background-color: #370B3D;
}
.BgClassName
{
background-color: #370B3D;
}
</style>
border-color css
<style>
span { border-color: #370B3D; }
span { border-color: rgb(55,11,61); }
td.TdClassName
{
border-color: #370B3D;
}
.TagClassName
{
border-color: #370B3D;
}
</style>