#3F0538

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

Shades of Mardi Gras #3F0538

Tints of Mardi Gras #3F0538

Color information

#3F0538 (or 0x3F0538) is unknown color: approx Mardi Gras. HEX triplet: 3F, 05 and 38. RGB value is (63,5,56). Sum of RGB (Red+Green+Blue) = 63+5+56=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0538 is #C0FAC7. Grayscale: #1C1C1C. Windows color (decimal): -12647112 or 3671359. OLE color: 3671359.

HSL color Cylindrical-coordinate representation of color #3F0538: hue angle of 307.24º 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 #3F0538 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB63556-
CMYK00.920.110.75
HSL307.24º85.29%13.33%-
HSV(B)307.24º92.06%24.71%-
XYZ2.821.453.87-
YUV28.16143.72152.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.81%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 56 (22.27% from 255) = 45.16%
R=50.81%
G=4.03%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6355600.920.110.75307.2485.2913.33
Hex3F53805CB4B13355d
Octal7757001341311346312515
Binary111111101111000010111001011100101110011001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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