#3C1240

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

Shades of Mardi Gras #3C1240

Tints of Mardi Gras #3C1240

Color information

#3C1240 (or 0x3C1240) is unknown color: approx Mardi Gras. HEX triplet: 3C, 12 and 40. RGB value is (60,18,64). Sum of RGB (Red+Green+Blue) = 60+18+64=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C1240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1240 is #C3EDBF. Grayscale: #232323. Windows color (decimal): -12840384 or 4198972. OLE color: 4198972.

HSL color Cylindrical-coordinate representation of color #3C1240: hue angle of 294.78º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C1240 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB601864-
CMYK0.060.7200.75
HSL294.78º56.1%16.08%-
HSV(B)294.78º71.88%25.1%-
XYZ3.011.765.03-
YUV35.8143.91145.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.25%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=42.25%
G=12.68%
B=45.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6018640.060.7200.75294.7856.116.08
Hex3C124064804B1273810
Octal7422100611001134477020
Binary11110010010100000011010010000100101110010011111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,18,64); }

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

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

 a { background-color: rgb(60,18,64); }

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

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

 span { border-color: rgb(60,18,64); }

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