#3F1341

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

Shades of Mardi Gras #3F1341

Tints of Mardi Gras #3F1341

Color information

#3F1341 (or 0x3F1341) is unknown color: approx Mardi Gras. HEX triplet: 3F, 13 and 41. RGB value is (63,19,65). Sum of RGB (Red+Green+Blue) = 63+19+65=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F1341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1341 is #C0ECBE. Grayscale: #252525. Windows color (decimal): -12643519 or 4264767. OLE color: 4264767.

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

Color convert

RGB631965-
CMYK0.030.7100.75
HSL297.39º54.76%16.47%-
HSV(B)297.39º70.77%25.49%-
XYZ3.241.95.2-
YUV37.4143.58146.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.86%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=42.86%
G=12.93%
B=44.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6319650.030.7100.75297.3954.7616.47
Hex3F134134704B1293710
Octal7723101310701134516720
Binary1111111001110000011110001110100101110010100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,19,65); }

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

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

 a { background-color: rgb(63,19,65); }

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

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

 span { border-color: rgb(63,19,65); }

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