#3C1B39

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

Shades of Mardi Gras #3C1B39

Tints of Mardi Gras #3C1B39

Color information

#3C1B39 (or 0x3C1B39) is unknown color: approx Mardi Gras. HEX triplet: 3C, 1B and 39. RGB value is (60,27,57). Sum of RGB (Red+Green+Blue) = 60+27+57=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1B39 is #C3E4C6. Grayscale: #282828. Windows color (decimal): -12838087 or 3742524. OLE color: 3742524.

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

Color convert

RGB602757-
CMYK00.550.050.76
HSL305.45º37.93%17.06%-
HSV(B)305.45º55%23.53%-
XYZ2.992.044.11-
YUV40.29137.43142.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.67%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 57 (22.66% from 255) = 39.58%
R=41.67%
G=18.75%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60275700.550.050.76305.4537.9317.06
Hex3C1B3903754C1312611
Octal74337106751144614621
Binary111100110111110010110111101100110010011000110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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