#371E3A

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

Shades of Mardi Gras #371E3A

Tints of Mardi Gras #371E3A

Color information

#371E3A (or 0x371E3A) is unknown color: approx Mardi Gras. HEX triplet: 37, 1E and 3A. RGB value is (55,30,58). Sum of RGB (Red+Green+Blue) = 55+30+58=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 58 - color contains mainly: blue. Hex color #371E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E3A is #C8E1C5. Grayscale: #282828. Windows color (decimal): -13164998 or 3808823. OLE color: 3808823.

HSL color Cylindrical-coordinate representation of color #371E3A: hue angle of 293.57º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #371E3A is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB553058-
CMYK0.050.4800.77
HSL293.57º31.82%17.25%-
HSV(B)293.57º48.28%22.75%-
XYZ2.82.054.25-
YUV40.67137.78138.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 30 (12.11% from 255) = 20.98%
BLUE value IS 58 (23.05% from 255) = 40.56%
R=38.46%
G=20.98%
B=40.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5530580.050.4800.77293.5731.8217.25
Hex371E3A53004D1262011
Octal67367256001154464021
Binary110111111101110101011100000100110110010011010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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