#3F163C

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

Shades of Mardi Gras #3F163C

Tints of Mardi Gras #3F163C

Color information

#3F163C (or 0x3F163C) is unknown color: approx Mardi Gras. HEX triplet: 3F, 16 and 3C. RGB value is (63,22,60). Sum of RGB (Red+Green+Blue) = 63+22+60=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F163C is #C0E9C3. Grayscale: #262626. Windows color (decimal): -12642756 or 3937855. OLE color: 3937855.

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

Color convert

RGB632260-
CMYK00.650.050.75
HSL304.39º48.24%16.67%-
HSV(B)304.39º65.08%24.71%-
XYZ3.151.964.49-
YUV38.59140.08145.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.45%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 60 (23.83% from 255) = 41.38%
R=43.45%
G=15.17%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63226000.650.050.75304.3948.2416.67
Hex3F163C04154B1303011
Octal772674010151134606021
Binary1111111011011110001000001101100101110011000011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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