#3F003C

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

Shades of Mardi Gras #3F003C

Tints of Mardi Gras #3F003C

Color information

#3F003C (or 0x3F003C) is unknown color: approx Mardi Gras. HEX triplet: 3F, 00 and 3C. RGB value is (63,0,60). Sum of RGB (Red+Green+Blue) = 63+0+60=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F003C is #C0FFC3. Grayscale: #191919. Windows color (decimal): -12648388 or 3932223. OLE color: 3932223.

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

Color convert

RGB63060-
CMYK010.050.75
HSL302.86º100%12.35%-
HSV(B)302.86º100%24.71%-
XYZ2.871.384.39-
YUV25.68147.37154.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 48.78%
R=51.22%
G=0%
B=48.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63060010.050.75302.8610012.35
Hex3F03C06454B12f64c
Octal770740144511345714414
Binary111111011110001100100101100101110010111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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