#390A37

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

Shades of Mardi Gras #390A37

Tints of Mardi Gras #390A37

Color information

#390A37 (or 0x390A37) is unknown color: approx Mardi Gras. HEX triplet: 39, 0A and 37. RGB value is (57,10,55). Sum of RGB (Red+Green+Blue) = 57+10+55=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #390A37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390A37 is #C6F5C8. Grayscale: #1D1D1D. Windows color (decimal): -13039049 or 3607097. OLE color: 3607097.

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

Color convert

RGB571055-
CMYK00.820.040.78
HSL302.55º70.15%13.14%-
HSV(B)302.55º82.46%22.35%-
XYZ2.491.363.75-
YUV29.18142.57147.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 10 (4.30% from 255) = 8.20%
BLUE value IS 55 (21.88% from 255) = 45.08%
R=46.72%
G=8.20%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57105500.820.040.78302.5570.1513.14
Hex39A3705244E12f46d
Octal7112670122411645710615
Binary111001101011011101010010100100111010010111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390A37; }

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

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

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

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

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

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

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

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