#3C1B41

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

Shades of Mardi Gras #3C1B41

Tints of Mardi Gras #3C1B41

Color information

#3C1B41 (or 0x3C1B41) is unknown color: approx Mardi Gras. HEX triplet: 3C, 1B and 41. RGB value is (60,27,65). Sum of RGB (Red+Green+Blue) = 60+27+65=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C1B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1B41 is #C3E4BE. Grayscale: #292929. Windows color (decimal): -12838079 or 4266812. OLE color: 4266812.

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

Color convert

RGB602765-
CMYK0.080.5800.75
HSL292.11º41.3%18.04%-
HSV(B)292.11º58.46%25.49%-
XYZ3.212.135.24-
YUV41.2141.43141.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.47%
GREEN value IS 27 (10.94% from 255) = 17.76%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=39.47%
G=17.76%
B=42.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6027650.080.5800.75292.1141.318.04
Hex3C1B4183A04B1242912
Octal7433101107201134445122
Binary11110011011100000110001110100100101110010010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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