#3C0438

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

Shades of Mardi Gras #3C0438

Tints of Mardi Gras #3C0438

Color information

#3C0438 (or 0x3C0438) is unknown color: approx Mardi Gras. HEX triplet: 3C, 04 and 38. RGB value is (60,4,56). Sum of RGB (Red+Green+Blue) = 60+4+56=120 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0438 is #C3FBC7. Grayscale: #1A1A1A. Windows color (decimal): -12843976 or 3671100. OLE color: 3671100.

HSL color Cylindrical-coordinate representation of color #3C0438: hue angle of 304.29º 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 #3C0438 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB60456-
CMYK00.930.070.76
HSL304.29º87.5%12.55%-
HSV(B)304.29º93.33%23.53%-
XYZ2.621.333.86-
YUV26.67144.55151.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 3.33%
BLUE value IS 56 (22.27% from 255) = 46.67%
R=50%
G=3.33%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6045600.930.070.76304.2987.512.55
Hex3C43805D74C13058d
Octal744700135711446013015
Binary11110010011100001011101111100110010011000010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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