#372139

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

Shades of Mardi Gras #372139

Tints of Mardi Gras #372139

Color information

#372139 (or 0x372139) is unknown color: approx Mardi Gras. HEX triplet: 37, 21 and 39. RGB value is (55,33,57). Sum of RGB (Red+Green+Blue) = 55+33+57=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 57 - color contains mainly: blue. Hex color #372139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372139 is #C8DEC6. Grayscale: #2A2A2A. Windows color (decimal): -13164231 or 3744055. OLE color: 3744055.

HSL color Cylindrical-coordinate representation of color #372139: hue angle of 295º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #372139 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB553357-
CMYK0.040.4200.78
HSL295º26.67%17.65%-
HSV(B)295º42.11%22.35%-
XYZ2.862.24.14-
YUV42.31136.29137.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=37.93%
G=22.76%
B=39.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5533570.040.4200.7829526.6717.65
Hex37213942A04E1271b12
Octal67417145201164473322
Binary110111100001111001100101010010011101001001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372139; }

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

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

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

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

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

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

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

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