#371A39

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

Shades of Mardi Gras #371A39

Tints of Mardi Gras #371A39

Color information

#371A39 (or 0x371A39) is unknown color: approx Mardi Gras. HEX triplet: 37, 1A and 39. RGB value is (55,26,57). Sum of RGB (Red+Green+Blue) = 55+26+57=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #371A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A39 is #C8E5C6. Grayscale: #262626. Windows color (decimal): -13166023 or 3742263. OLE color: 3742263.

HSL color Cylindrical-coordinate representation of color #371A39: hue angle of 296.13º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #371A39 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB552657-
CMYK0.040.5400.78
HSL296.13º37.35%16.27%-
HSV(B)296.13º54.39%22.35%-
XYZ2.681.854.09-
YUV38.2138.61139.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 57 (22.66% from 255) = 41.30%
R=39.86%
G=18.84%
B=41.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5526570.040.5400.78296.1337.3516.27
Hex371A3943604E1282510
Octal67327146601164504520
Binary110111110101110011001101100100111010010100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,26,57); }

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

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

 a { background-color: rgb(55,26,57); }

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

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

 span { border-color: rgb(55,26,57); }

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