#391332

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

Shades of Mardi Gras #391332

Tints of Mardi Gras #391332

Color information

#391332 (or 0x391332) is unknown color: approx Mardi Gras. HEX triplet: 39, 13 and 32. RGB value is (57,19,50). Sum of RGB (Red+Green+Blue) = 57+19+50=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #391332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391332 is #C6ECCD. Grayscale: #212121. Windows color (decimal): -13036750 or 3281721. OLE color: 3281721.

HSL color Cylindrical-coordinate representation of color #391332: hue angle of 311.05º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #391332 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB571950-
CMYK00.670.120.78
HSL311.05º50%14.9%-
HSV(B)311.05º66.67%22.35%-
XYZ2.51.573.19-
YUV33.9137.09144.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 50 (19.92% from 255) = 39.68%
R=45.24%
G=15.08%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57195000.670.120.78311.055014.9
Hex391332043C4E13732f
Octal7123620103141164676217
Binary1110011001111001001000011110010011101001101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391332; }

 p { color: rgb(57,19,50); }

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

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

 a { background-color: rgb(57,19,50); }

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

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

 span { border-color: rgb(57,19,50); }

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