#372036

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

Shades of Mardi Gras #372036

Tints of Mardi Gras #372036

Color information

#372036 (or 0x372036) is unknown color: approx Mardi Gras. HEX triplet: 37, 20 and 36. RGB value is (55,32,54). Sum of RGB (Red+Green+Blue) = 55+32+54=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 55 - color contains mainly: red. Hex color #372036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372036 is #C8DFC9. Grayscale: #292929. Windows color (decimal): -13164490 or 3547191. OLE color: 3547191.

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

Color convert

RGB553254-
CMYK00.420.020.78
HSL302.61º26.44%17.06%-
HSV(B)302.61º41.82%21.57%-
XYZ2.762.113.75-
YUV41.38135.12137.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 54 (21.48% from 255) = 38.30%
R=39.01%
G=22.70%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55325400.420.020.78302.6126.4417.06
Hex37203602A24E12f1a11
Octal67406605221164573221
Binary11011110000011011001010101010011101001011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372036; }

 p { color: rgb(55,32,54); }

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

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

 a { background-color: rgb(55,32,54); }

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

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

 span { border-color: rgb(55,32,54); }

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