#3F0539

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

Shades of Mardi Gras #3F0539

Tints of Mardi Gras #3F0539

Color information

#3F0539 (or 0x3F0539) is unknown color: approx Mardi Gras. HEX triplet: 3F, 05 and 39. RGB value is (63,5,57). Sum of RGB (Red+Green+Blue) = 63+5+57=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0539 is #C0FAC6. Grayscale: #1C1C1C. Windows color (decimal): -12647111 or 3736895. OLE color: 3736895.

HSL color Cylindrical-coordinate representation of color #3F0539: hue angle of 306.21º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0539 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.75.

Color convert

RGB63557-
CMYK00.920.100.75
HSL306.21º85.29%13.33%-
HSV(B)306.21º92.06%24.71%-
XYZ2.841.464-
YUV28.27144.22152.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.4%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 57 (22.66% from 255) = 45.6%
R=50.4%
G=4%
B=45.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6355700.920.100.75306.2185.2913.33
Hex3F53905CA4B13255d
Octal7757101341211346212515
Binary111111101111001010111001010100101110011001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,5,57); }

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

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

 a { background-color: rgb(63,5,57); }

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

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

 span { border-color: rgb(63,5,57); }

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