#3C1034

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

Shades of Mardi Gras #3C1034

Tints of Mardi Gras #3C1034

Color information

#3C1034 (or 0x3C1034) is unknown color: approx Mardi Gras. HEX triplet: 3C, 10 and 34. RGB value is (60,16,52). Sum of RGB (Red+Green+Blue) = 60+16+52=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1034 is #C3EFCB. Grayscale: #212121. Windows color (decimal): -12840908 or 3412028. OLE color: 3412028.

HSL color Cylindrical-coordinate representation of color #3C1034: hue angle of 310.91º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C1034 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB601652-
CMYK00.730.130.76
HSL310.91º57.89%14.9%-
HSV(B)310.91º73.33%23.53%-
XYZ2.671.583.41-
YUV33.26138.58147.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 46.88%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 52 (20.70% from 255) = 40.62%
R=46.88%
G=12.5%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60165200.730.130.76310.9157.8914.9
Hex3C1034049D4C1373af
Octal7420640111151144677217
Binary1111001000011010001001001110110011001001101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,16,52); }

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

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

 a { background-color: rgb(60,16,52); }

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

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

 span { border-color: rgb(60,16,52); }

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