#3C203B

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

Shades of Mardi Gras #3C203B

Tints of Mardi Gras #3C203B

Color information

#3C203B (or 0x3C203B) is unknown color: approx Mardi Gras. HEX triplet: 3C, 20 and 3B. RGB value is (60,32,59). Sum of RGB (Red+Green+Blue) = 60+32+59=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 60 - color contains mainly: red. Hex color #3C203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C203B is #C3DFC4. Grayscale: #2B2B2B. Windows color (decimal): -12836805 or 3874876. OLE color: 3874876.

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

Color convert

RGB603259-
CMYK00.470.020.76
HSL302.14º30.43%18.04%-
HSV(B)302.14º46.67%23.53%-
XYZ3.172.314.42-
YUV43.45136.78139.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.74%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 59 (23.44% from 255) = 39.07%
R=39.74%
G=21.19%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60325900.470.020.76302.1430.4318.04
Hex3C203B02F24C12e1e12
Octal74407305721144563622
Binary11110010000011101101011111010011001001011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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