#3C0139

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

Shades of Mardi Gras #3C0139

Tints of Mardi Gras #3C0139

Color information

#3C0139 (or 0x3C0139) is unknown color: approx Mardi Gras. HEX triplet: 3C, 01 and 39. RGB value is (60,1,57). Sum of RGB (Red+Green+Blue) = 60+1+57=118 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.85% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 57 (22.66% from 255 or 48.31% from 118); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0139 is #C3FEC6. Grayscale: #181818. Windows color (decimal): -12844743 or 3735868. OLE color: 3735868.

HSL color Cylindrical-coordinate representation of color #3C0139: hue angle of 303.05º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C0139 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB60157-
CMYK00.980.050.76
HSL303.05º96.72%11.96%-
HSV(B)303.05º98.33%23.53%-
XYZ2.611.283.98-
YUV25.02146.05152.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 50.85%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 57 (22.66% from 255) = 48.31%
R=50.85%
G=0.85%
B=48.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6015700.980.050.76303.0596.7211.96
Hex3C13906254C12f61c
Octal741710142511445714114
Binary111100111100101100010101100110010010111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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