#37203C

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

Shades of Mardi Gras #37203C

Tints of Mardi Gras #37203C

Color information

#37203C (or 0x37203C) is unknown color: approx Mardi Gras. HEX triplet: 37, 20 and 3C. RGB value is (55,32,60). Sum of RGB (Red+Green+Blue) = 55+32+60=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 60 - color contains mainly: blue. Hex color #37203C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37203C is #C8DFC3. Grayscale: #292929. Windows color (decimal): -13164484 or 3940407. OLE color: 3940407.

HSL color Cylindrical-coordinate representation of color #37203C: hue angle of 289.29º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #37203C is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB553260-
CMYK0.080.4700.76
HSL289.29º30.43%18.04%-
HSV(B)289.29º46.67%23.53%-
XYZ2.912.174.54-
YUV42.07138.12137.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 60 (23.83% from 255) = 40.82%
R=37.41%
G=21.77%
B=40.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5532600.080.4700.76289.2930.4318.04
Hex37203C82F04C1211e12
Octal674074105701144413622
Binary1101111000001111001000101111010011001001000011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37203C; }

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

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

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

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

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

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

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

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