#391F3E

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

Shades of Mardi Gras #391F3E

Tints of Mardi Gras #391F3E

Color information

#391F3E (or 0x391F3E) is unknown color: approx Mardi Gras. HEX triplet: 39, 1F and 3E. RGB value is (57,31,62). Sum of RGB (Red+Green+Blue) = 57+31+62=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 62 - color contains mainly: blue. Hex color #391F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391F3E is #C6E0C1. Grayscale: #2A2A2A. Windows color (decimal): -13033666 or 4071225. OLE color: 4071225.

HSL color Cylindrical-coordinate representation of color #391F3E: hue angle of 290.32º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #391F3E is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB573162-
CMYK0.080.500.76
HSL290.32º33.33%18.24%-
HSV(B)290.32º50%24.31%-
XYZ3.052.24.82-
YUV42.31139.11138.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 31 (12.5% from 255) = 20.67%
BLUE value IS 62 (24.61% from 255) = 41.33%
R=38%
G=20.67%
B=41.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5731620.080.500.76290.3233.3318.24
Hex391F3E83204C1222112
Octal713776106201144424122
Binary1110011111111111010001100100100110010010001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391F3E; }

 p { color: rgb(57,31,62); }

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

<style>
 a { background-color: #391F3E; }

 a { background-color: rgb(57,31,62); }

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

<style>
 span { border-color: #391F3E; }

 span { border-color: rgb(57,31,62); }

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