#370E31

Color #370E31 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #370E31

Tints of Mardi Gras #370E31

Color information

#370E31 (or 0x370E31) is unknown color: approx Mardi Gras. HEX triplet: 37, 0E and 31. RGB value is (55,14,49). Sum of RGB (Red+Green+Blue) = 55+14+49=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #370E31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E31 is #C8F1CE. Grayscale: #1E1E1E. Windows color (decimal): -13169103 or 3214903. OLE color: 3214903.

HSL color Cylindrical-coordinate representation of color #370E31: hue angle of 308.78º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #370E31 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB551449-
CMYK00.750.110.78
HSL308.78º59.42%13.53%-
HSV(B)308.78º74.55%21.57%-
XYZ2.291.353.05-
YUV30.25138.58145.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 46.61%
GREEN value IS 14 (5.86% from 255) = 11.86%
BLUE value IS 49 (19.53% from 255) = 41.53%
R=46.61%
G=11.86%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55144900.750.110.78308.7859.4213.53
Hex37E3104BB4E1353be
Octal6716610113131164657316
Binary110111111011000101001011101110011101001101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370E31; }

 p { color: rgb(55,14,49); }

 H1.HeaderClassName
 {
   color: #370E31;
 }
 .AnyTagClassName
 {
   color: #370E31;
 }
</style>
background-color css

<style>
 a { background-color: #370E31; }

 a { background-color: rgb(55,14,49); }

 div.DivClassName
 {
   background-color: #370E31;
 }
 .BgClassName
 {
   background-color: #370E31;
 }
</style>
border-color css

<style>
 span { border-color: #370E31; }

 span { border-color: rgb(55,14,49); }

 td.TdClassName
 {
   border-color: #370E31;
 }
 .TagClassName
 {
   border-color: #370E31;
 }
</style>