#371E3C

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

Shades of Mardi Gras #371E3C

Tints of Mardi Gras #371E3C

Color information

#371E3C (or 0x371E3C) is unknown color: approx Mardi Gras. HEX triplet: 37, 1E and 3C. RGB value is (55,30,60). Sum of RGB (Red+Green+Blue) = 55+30+60=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 60 - color contains mainly: blue. Hex color #371E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E3C is #C8E1C3. Grayscale: #282828. Windows color (decimal): -13164996 or 3939895. OLE color: 3939895.

HSL color Cylindrical-coordinate representation of color #371E3C: hue angle of 290º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #371E3C is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB553060-
CMYK0.080.5000.76
HSL290º33.33%17.65%-
HSV(B)290º50%23.53%-
XYZ2.862.074.52-
YUV40.89138.78138.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 60 (23.83% from 255) = 41.38%
R=37.93%
G=20.69%
B=41.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5530600.080.5000.7629033.3317.65
Hex371E3C83204C1222112
Octal673674106201144424122
Binary1101111111011110010001100100100110010010001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371E3C; }

 p { color: rgb(55,30,60); }

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

<style>
 a { background-color: #371E3C; }

 a { background-color: rgb(55,30,60); }

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

<style>
 span { border-color: #371E3C; }

 span { border-color: rgb(55,30,60); }

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