#390137

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

Shades of Mardi Gras #390137

Tints of Mardi Gras #390137

Color information

#390137 (or 0x390137) is unknown color: approx Mardi Gras. HEX triplet: 39, 01 and 37. RGB value is (57,1,55). Sum of RGB (Red+Green+Blue) = 57+1+55=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #390137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390137 is #C6FEC8. Grayscale: #171717. Windows color (decimal): -13041353 or 3604793. OLE color: 3604793.

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

Color convert

RGB57155-
CMYK00.980.040.78
HSL302.14º96.55%11.37%-
HSV(B)302.14º98.25%22.35%-
XYZ2.391.173.71-
YUV23.9145.55151.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 55 (21.88% from 255) = 48.67%
R=50.44%
G=0.88%
B=48.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5715500.980.040.78302.1496.5511.37
Hex3913706244E12e61b
Octal711670142411645614113
Binary111001111011101100010100100111010010111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390137; }

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

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

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

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

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

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

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

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