#391E36

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

Shades of Mardi Gras #391E36

Tints of Mardi Gras #391E36

Color information

#391E36 (or 0x391E36) is unknown color: approx Mardi Gras. HEX triplet: 39, 1E and 36. RGB value is (57,30,54). Sum of RGB (Red+Green+Blue) = 57+30+54=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #391E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E36 is #C6E1C9. Grayscale: #282828. Windows color (decimal): -13033930 or 3546681. OLE color: 3546681.

HSL color Cylindrical-coordinate representation of color #391E36: hue angle of 306.67º 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 #391E36 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB573054-
CMYK00.470.050.78
HSL306.67º31.03%17.06%-
HSV(B)306.67º47.37%22.35%-
XYZ2.822.063.74-
YUV40.81135.45139.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.43%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 54 (21.48% from 255) = 38.30%
R=40.43%
G=21.28%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57305400.470.050.78306.6731.0317.06
Hex391E3602F54E1331f11
Octal71366605751164633721
Binary11100111110110110010111110110011101001100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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