#3F1B39

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

Shades of Mardi Gras #3F1B39

Tints of Mardi Gras #3F1B39

Color information

#3F1B39 (or 0x3F1B39) is unknown color: approx Mardi Gras. HEX triplet: 3F, 1B and 39. RGB value is (63,27,57). Sum of RGB (Red+Green+Blue) = 63+27+57=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1B39 is #C0E4C6. Grayscale: #292929. Windows color (decimal): -12641479 or 3742527. OLE color: 3742527.

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

Color convert

RGB632757-
CMYK00.570.100.75
HSL310º40%17.65%-
HSV(B)310º57.14%24.71%-
XYZ3.182.144.12-
YUV41.18136.93143.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.86%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 57 (22.66% from 255) = 38.78%
R=42.86%
G=18.37%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63275700.570.100.753104017.65
Hex3F1B39039A4B1362812
Octal773371071121134665022
Binary1111111101111100101110011010100101110011011010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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