#3C1439

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

Shades of Mardi Gras #3C1439

Tints of Mardi Gras #3C1439

Color information

#3C1439 (or 0x3C1439) is unknown color: approx Mardi Gras. HEX triplet: 3C, 14 and 39. RGB value is (60,20,57). Sum of RGB (Red+Green+Blue) = 60+20+57=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1439 is #C3EBC6. Grayscale: #242424. Windows color (decimal): -12839879 or 3740732. OLE color: 3740732.

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

Color convert

RGB602057-
CMYK00.670.050.76
HSL304.5º50%15.69%-
HSV(B)304.5º66.67%23.53%-
XYZ2.851.764.06-
YUV36.18139.75144.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.80%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 57 (22.66% from 255) = 41.61%
R=43.80%
G=14.60%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60205700.670.050.76304.55015.69
Hex3C143904354C1303210
Octal742471010351144606220
Binary1111001010011100101000011101100110010011000011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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