#372034

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

Shades of Mardi Gras #372034

Tints of Mardi Gras #372034

Color information

#372034 (or 0x372034) is unknown color: approx Mardi Gras. HEX triplet: 37, 20 and 34. RGB value is (55,32,52). Sum of RGB (Red+Green+Blue) = 55+32+52=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 55 - color contains mainly: red. Hex color #372034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372034 is #C8DFCB. Grayscale: #292929. Windows color (decimal): -13164492 or 3416119. OLE color: 3416119.

HSL color Cylindrical-coordinate representation of color #372034: hue angle of 307.83º 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 #372034 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB553252-
CMYK00.420.050.78
HSL307.83º26.44%17.06%-
HSV(B)307.83º41.82%21.57%-
XYZ2.712.093.51-
YUV41.16134.12137.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.57%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 52 (20.70% from 255) = 37.41%
R=39.57%
G=23.02%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55325200.420.050.78307.8326.4417.06
Hex37203402A54E1341a11
Octal67406405251164643221
Binary110111100000110100010101010110011101001101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372034; }

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

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

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

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

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

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

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

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