#3C0437

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

Shades of Mardi Gras #3C0437

Tints of Mardi Gras #3C0437

Color information

#3C0437 (or 0x3C0437) is unknown color: approx Mardi Gras. HEX triplet: 3C, 04 and 37. RGB value is (60,4,55). Sum of RGB (Red+Green+Blue) = 60+4+55=119 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.42% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0437 is #C3FBC8. Grayscale: #1A1A1A. Windows color (decimal): -12843977 or 3605564. OLE color: 3605564.

HSL color Cylindrical-coordinate representation of color #3C0437: hue angle of 305.36º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0437 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB60455-
CMYK00.930.080.76
HSL305.36º87.5%12.55%-
HSV(B)305.36º93.33%23.53%-
XYZ2.61.323.73-
YUV26.56144.05151.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 50.42%
GREEN value IS 4 (1.95% from 255) = 3.36%
BLUE value IS 55 (21.88% from 255) = 46.22%
R=50.42%
G=3.36%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6045500.930.080.76305.3687.512.55
Hex3C43705D84C13158d
Octal7446701351011446113015
Binary111100100110111010111011000100110010011000110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C0437; }

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

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

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

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

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

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

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

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