#3F113C

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

Shades of Mardi Gras #3F113C

Tints of Mardi Gras #3F113C

Color information

#3F113C (or 0x3F113C) is unknown color: approx Mardi Gras. HEX triplet: 3F, 11 and 3C. RGB value is (63,17,60). Sum of RGB (Red+Green+Blue) = 63+17+60=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F113C is #C0EEC3. Grayscale: #232323. Windows color (decimal): -12644036 or 3936575. OLE color: 3936575.

HSL color Cylindrical-coordinate representation of color #3F113C: hue angle of 303.91º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F113C is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB631760-
CMYK00.730.050.75
HSL303.91º57.5%15.69%-
HSV(B)303.91º73.02%24.71%-
XYZ3.071.784.46-
YUV35.66141.74147.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 60 (23.83% from 255) = 42.86%
R=45%
G=12.14%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63176000.730.050.75303.9157.515.69
Hex3F113C04954B1303a10
Octal772174011151134607220
Binary1111111000111110001001001101100101110011000011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,17,60); }

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

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

 a { background-color: rgb(63,17,60); }

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

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

 span { border-color: rgb(63,17,60); }

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