#3C2141

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

Shades of Mardi Gras #3C2141

Tints of Mardi Gras #3C2141

Color information

#3C2141 (or 0x3C2141) is unknown color: approx Mardi Gras. HEX triplet: 3C, 21 and 41. RGB value is (60,33,65). Sum of RGB (Red+Green+Blue) = 60+33+65=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C2141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2141 is #C3DEBE. Grayscale: #2C2C2C. Windows color (decimal): -12836543 or 4268348. OLE color: 4268348.

HSL color Cylindrical-coordinate representation of color #3C2141: hue angle of 290.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C2141 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB603365-
CMYK0.080.4900.75
HSL290.62º32.65%19.22%-
HSV(B)290.62º49.23%25.49%-
XYZ3.362.435.29-
YUV44.72139.45138.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.97%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=37.97%
G=20.89%
B=41.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6033650.080.4900.75290.6232.6519.22
Hex3C214183104B1232113
Octal7441101106101134434123
Binary111100100001100000110001100010100101110010001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,33,65); }

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

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

 a { background-color: rgb(60,33,65); }

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

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

 span { border-color: rgb(60,33,65); }

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