#3F1138

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

Shades of Mardi Gras #3F1138

Tints of Mardi Gras #3F1138

Color information

#3F1138 (or 0x3F1138) is unknown color: approx Mardi Gras. HEX triplet: 3F, 11 and 38. RGB value is (63,17,56). Sum of RGB (Red+Green+Blue) = 63+17+56=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1138 is #C0EEC7. Grayscale: #232323. Windows color (decimal): -12644040 or 3674431. OLE color: 3674431.

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

Color convert

RGB631756-
CMYK00.730.110.75
HSL309.13º57.5%15.69%-
HSV(B)309.13º73.02%24.71%-
XYZ2.961.743.92-
YUV35.2139.74147.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.32%
GREEN value IS 17 (7.03% from 255) = 12.5%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=46.32%
G=12.5%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63175600.730.110.75309.1357.515.69
Hex3F1138049B4B1353a10
Octal7721700111131134657220
Binary11111110001111000010010011011100101110011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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