#3C2039

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

Shades of Mardi Gras #3C2039

Tints of Mardi Gras #3C2039

Color information

#3C2039 (or 0x3C2039) is unknown color: approx Mardi Gras. HEX triplet: 3C, 20 and 39. RGB value is (60,32,57). Sum of RGB (Red+Green+Blue) = 60+32+57=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2039 is #C3DFC6. Grayscale: #2B2B2B. Windows color (decimal): -12836807 or 3743804. OLE color: 3743804.

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

Color convert

RGB603257-
CMYK00.470.050.76
HSL306.43º30.43%18.04%-
HSV(B)306.43º46.67%23.53%-
XYZ3.122.294.15-
YUV43.22135.78139.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.27%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 57 (22.66% from 255) = 38.26%
R=40.27%
G=21.48%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60325700.470.050.76306.4330.4318.04
Hex3C203902F54C1321e12
Octal74407105751144623622
Binary111100100000111001010111110110011001001100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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