#3F1C39

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

Shades of Mardi Gras #3F1C39

Tints of Mardi Gras #3F1C39

Color information

#3F1C39 (or 0x3F1C39) is unknown color: approx Mardi Gras. HEX triplet: 3F, 1C and 39. RGB value is (63,28,57). Sum of RGB (Red+Green+Blue) = 63+28+57=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1C39 is #C0E3C6. Grayscale: #292929. Windows color (decimal): -12641223 or 3742783. OLE color: 3742783.

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

Color convert

RGB632857-
CMYK00.560.100.75
HSL310.29º38.46%17.84%-
HSV(B)310.29º55.56%24.71%-
XYZ3.22.184.12-
YUV41.77136.6143.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.57%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 57 (22.66% from 255) = 38.51%
R=42.57%
G=18.92%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63285700.560.100.75310.2938.4617.84
Hex3F1C39038A4B1362612
Octal773471070121134664622
Binary1111111110011100101110001010100101110011011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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