#390731

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

Shades of Mardi Gras #390731

Tints of Mardi Gras #390731

Color information

#390731 (or 0x390731) is unknown color: approx Mardi Gras. HEX triplet: 39, 07 and 31. RGB value is (57,7,49). Sum of RGB (Red+Green+Blue) = 57+7+49=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #390731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390731 is #C6F8CE. Grayscale: #1A1A1A. Windows color (decimal): -13039823 or 3213113. OLE color: 3213113.

HSL color Cylindrical-coordinate representation of color #390731: hue angle of 309.6º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390731 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB57749-
CMYK00.880.140.78
HSL309.6º78.12%12.55%-
HSV(B)309.6º87.72%22.35%-
XYZ2.321.243.02-
YUV26.74140.56149.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 7 (3.12% from 255) = 6.19%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=50.44%
G=6.19%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5774900.880.140.78309.678.1212.55
Hex39731058E4E1364ed
Octal7176101301611646611615
Binary111001111110001010110001110100111010011011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390731; }

 p { color: rgb(57,7,49); }

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

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

 a { background-color: rgb(57,7,49); }

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

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

 span { border-color: rgb(57,7,49); }

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