#3C1D39

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

Shades of Mardi Gras #3C1D39

Tints of Mardi Gras #3C1D39

Color information

#3C1D39 (or 0x3C1D39) is unknown color: approx Mardi Gras. HEX triplet: 3C, 1D and 39. RGB value is (60,29,57). Sum of RGB (Red+Green+Blue) = 60+29+57=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1D39 is #C3E2C6. Grayscale: #292929. Windows color (decimal): -12837575 or 3743036. OLE color: 3743036.

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

Color convert

RGB602957-
CMYK00.520.050.76
HSL305.81º34.83%17.45%-
HSV(B)305.81º51.67%23.53%-
XYZ3.042.134.12-
YUV41.46136.77141.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.10%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=41.10%
G=19.86%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60295700.520.050.76305.8134.8317.45
Hex3C1D3903454C1322311
Octal74357106451144624321
Binary111100111011110010110100101100110010011001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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