#371F3C

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

Shades of Mardi Gras #371F3C

Tints of Mardi Gras #371F3C

Color information

#371F3C (or 0x371F3C) is unknown color: approx Mardi Gras. HEX triplet: 37, 1F and 3C. RGB value is (55,31,60). Sum of RGB (Red+Green+Blue) = 55+31+60=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 60 - color contains mainly: blue. Hex color #371F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F3C is #C8E0C3. Grayscale: #292929. Windows color (decimal): -13164740 or 3940151. OLE color: 3940151.

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

Color convert

RGB553160-
CMYK0.080.4800.76
HSL289.66º31.87%17.84%-
HSV(B)289.66º48.33%23.53%-
XYZ2.882.124.53-
YUV41.48138.45137.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.67%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 60 (23.83% from 255) = 41.10%
R=37.67%
G=21.23%
B=41.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5531600.080.4800.76289.6631.8717.84
Hex371F3C83004C1222012
Octal673774106001144424022
Binary1101111111111110010001100000100110010010001010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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