#371B3C

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

Shades of Mardi Gras #371B3C

Tints of Mardi Gras #371B3C

Color information

#371B3C (or 0x371B3C) is unknown color: approx Mardi Gras. HEX triplet: 37, 1B and 3C. RGB value is (55,27,60). Sum of RGB (Red+Green+Blue) = 55+27+60=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 60 - color contains mainly: blue. Hex color #371B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B3C is #C8E4C3. Grayscale: #272727. Windows color (decimal): -13165764 or 3939127. OLE color: 3939127.

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

Color convert

RGB552760-
CMYK0.080.5500.76
HSL290.91º37.93%17.06%-
HSV(B)290.91º55%23.53%-
XYZ2.781.924.5-
YUV39.13139.78139.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.73%
GREEN value IS 27 (10.94% from 255) = 19.01%
BLUE value IS 60 (23.83% from 255) = 42.25%
R=38.73%
G=19.01%
B=42.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5527600.080.5500.76290.9137.9317.06
Hex371B3C83704C1232611
Octal673374106701144434621
Binary1101111101111110010001101110100110010010001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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