#391E35

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

Shades of Mardi Gras #391E35

Tints of Mardi Gras #391E35

Color information

#391E35 (or 0x391E35) is unknown color: approx Mardi Gras. HEX triplet: 39, 1E and 35. RGB value is (57,30,53). Sum of RGB (Red+Green+Blue) = 57+30+53=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 57 - color contains mainly: red. Hex color #391E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E35 is #C6E1CA. Grayscale: #282828. Windows color (decimal): -13033931 or 3481145. OLE color: 3481145.

HSL color Cylindrical-coordinate representation of color #391E35: hue angle of 308.89º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #391E35 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB573053-
CMYK00.470.070.78
HSL308.89º31.03%17.06%-
HSV(B)308.89º47.37%22.35%-
XYZ2.792.063.62-
YUV40.7134.95139.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.71%
GREEN value IS 30 (12.11% from 255) = 21.43%
BLUE value IS 53 (21.09% from 255) = 37.86%
R=40.71%
G=21.43%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57305300.470.070.78308.8931.0317.06
Hex391E3502F74E1351f11
Octal71366505771164653721
Binary11100111110110101010111111110011101001101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,30,53); }

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

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

 a { background-color: rgb(57,30,53); }

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

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

 span { border-color: rgb(57,30,53); }

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