#3F1F3C

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

Shades of Mardi Gras #3F1F3C

Tints of Mardi Gras #3F1F3C

Color information

#3F1F3C (or 0x3F1F3C) is unknown color: approx Mardi Gras. HEX triplet: 3F, 1F and 3C. RGB value is (63,31,60). Sum of RGB (Red+Green+Blue) = 63+31+60=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F3C is #C0E0C3. Grayscale: #2B2B2B. Windows color (decimal): -12640452 or 3940159. OLE color: 3940159.

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

Color convert

RGB633160-
CMYK00.510.050.75
HSL305.62º34.04%18.43%-
HSV(B)305.62º50.79%24.71%-
XYZ3.362.364.55-
YUV43.87137.1141.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.91%
GREEN value IS 31 (12.5% from 255) = 20.13%
BLUE value IS 60 (23.83% from 255) = 38.96%
R=40.91%
G=20.13%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63316000.510.050.75305.6234.0418.43
Hex3F1F3C03354B1322212
Octal77377406351134624222
Binary111111111111111000110011101100101110011001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,31,60); }

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

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

 a { background-color: rgb(63,31,60); }

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

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

 span { border-color: rgb(63,31,60); }

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