#3C1F41

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

Shades of Mardi Gras #3C1F41

Tints of Mardi Gras #3C1F41

Color information

#3C1F41 (or 0x3C1F41) is unknown color: approx Mardi Gras. HEX triplet: 3C, 1F and 41. RGB value is (60,31,65). Sum of RGB (Red+Green+Blue) = 60+31+65=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C1F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1F41 is #C3E0BE. Grayscale: #2B2B2B. Windows color (decimal): -12837055 or 4267836. OLE color: 4267836.

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

Color convert

RGB603165-
CMYK0.080.5200.75
HSL291.18º35.42%18.82%-
HSV(B)291.18º52.31%25.49%-
XYZ3.312.325.27-
YUV43.55140.11139.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.46%
GREEN value IS 31 (12.5% from 255) = 19.87%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=38.46%
G=19.87%
B=41.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6031650.080.5200.75291.1835.4218.82
Hex3C1F4183404B1232313
Octal7437101106401134434323
Binary11110011111100000110001101000100101110010001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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