#3F1137

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

Shades of Mardi Gras #3F1137

Tints of Mardi Gras #3F1137

Color information

#3F1137 (or 0x3F1137) is unknown color: approx Mardi Gras. HEX triplet: 3F, 11 and 37. RGB value is (63,17,55). Sum of RGB (Red+Green+Blue) = 63+17+55=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1137 is #C0EEC8. Grayscale: #222222. Windows color (decimal): -12644041 or 3608895. OLE color: 3608895.

HSL color Cylindrical-coordinate representation of color #3F1137: hue angle of 310.43º 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 #3F1137 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB631755-
CMYK00.730.130.75
HSL310.43º57.5%15.69%-
HSV(B)310.43º73.02%24.71%-
XYZ2.941.733.79-
YUV35.09139.24147.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.67%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 55 (21.88% from 255) = 40.74%
R=46.67%
G=12.59%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63175500.730.130.75310.4357.515.69
Hex3F1137049D4B1363a10
Octal7721670111151134667220
Binary11111110001110111010010011101100101110011011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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