#3C1440

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

Shades of Mardi Gras #3C1440

Tints of Mardi Gras #3C1440

Color information

#3C1440 (or 0x3C1440) is unknown color: approx Mardi Gras. HEX triplet: 3C, 14 and 40. RGB value is (60,20,64). Sum of RGB (Red+Green+Blue) = 60+20+64=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C1440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1440 is #C3EBBF. Grayscale: #242424. Windows color (decimal): -12839872 or 4199484. OLE color: 4199484.

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

Color convert

RGB602064-
CMYK0.060.6900.75
HSL294.55º52.38%16.47%-
HSV(B)294.55º68.75%25.1%-
XYZ3.041.835.04-
YUV36.98143.25144.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.67%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=41.67%
G=13.89%
B=44.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6020640.060.6900.75294.5552.3816.47
Hex3C144064504B1273410
Octal7424100610501134476420
Binary11110010100100000011010001010100101110010011111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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