#37033C

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

Shades of Mardi Gras #37033C

Tints of Mardi Gras #37033C

Color information

#37033C (or 0x37033C) is unknown color: approx Mardi Gras. HEX triplet: 37, 03 and 3C. RGB value is (55,3,60). Sum of RGB (Red+Green+Blue) = 55+3+60=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #37033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37033C is #C8FCC3. Grayscale: #181818. Windows color (decimal): -13171908 or 3932983. OLE color: 3932983.

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

Color convert

RGB55360-
CMYK0.080.9500.76
HSL294.74º90.48%12.35%-
HSV(B)294.74º95%23.53%-
XYZ2.421.24.38-
YUV25.05147.73149.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.61%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 60 (23.83% from 255) = 50.85%
R=46.61%
G=2.54%
B=50.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal553600.080.9500.76294.7490.4812.35
Hex3733C85F04C1275ac
Octal6737410137011444713214
Binary11011111111100100010111110100110010010011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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