#371E3B

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

Shades of Mardi Gras #371E3B

Tints of Mardi Gras #371E3B

Color information

#371E3B (or 0x371E3B) is unknown color: approx Mardi Gras. HEX triplet: 37, 1E and 3B. RGB value is (55,30,59). Sum of RGB (Red+Green+Blue) = 55+30+59=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 59 - color contains mainly: blue. Hex color #371E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E3B is #C8E1C4. Grayscale: #282828. Windows color (decimal): -13164997 or 3874359. OLE color: 3874359.

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

Color convert

RGB553059-
CMYK0.070.4900.77
HSL291.72º32.58%17.45%-
HSV(B)291.72º49.15%23.14%-
XYZ2.832.064.39-
YUV40.78138.28138.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.19%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=38.19%
G=20.83%
B=40.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5530590.070.4900.77291.7232.5817.45
Hex371E3B73104D1242111
Octal67367376101154444121
Binary110111111101110111111100010100110110010010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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