#390337

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

Shades of Mardi Gras #390337

Tints of Mardi Gras #390337

Color information

#390337 (or 0x390337) is unknown color: approx Mardi Gras. HEX triplet: 39, 03 and 37. RGB value is (57,3,55). Sum of RGB (Red+Green+Blue) = 57+3+55=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #390337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390337 is #C6FCC8. Grayscale: #181818. Windows color (decimal): -13040841 or 3605305. OLE color: 3605305.

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

Color convert

RGB57355-
CMYK00.950.040.78
HSL302.22º90%11.76%-
HSV(B)302.22º94.74%22.35%-
XYZ2.411.213.72-
YUV25.07144.89150.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.57%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 55 (21.88% from 255) = 47.83%
R=49.57%
G=2.61%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5735500.950.040.78302.229011.76
Hex3933705F44E12e5ac
Octal713670137411645613214
Binary1110011111011101011111100100111010010111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390337; }

 p { color: rgb(57,3,55); }

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

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

 a { background-color: rgb(57,3,55); }

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

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

 span { border-color: rgb(57,3,55); }

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