#390D39

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

Shades of Mardi Gras #390D39

Tints of Mardi Gras #390D39

Color information

#390D39 (or 0x390D39) is unknown color: approx Mardi Gras. HEX triplet: 39, 0D and 39. RGB value is (57,13,57). Sum of RGB (Red+Green+Blue) = 57+13+57=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: red, blue. Hex color #390D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390D39 is #C6F2C6. Grayscale: #1F1F1F. Windows color (decimal): -13038279 or 3738937. OLE color: 3738937.

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

Color convert

RGB571357-
CMYK00.7700.78
HSL300º62.86%13.73%-
HSV(B)300º77.19%22.35%-
XYZ2.571.454.02-
YUV31.17142.58146.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 13 (5.47% from 255) = 10.24%
BLUE value IS 57 (22.66% from 255) = 44.88%
R=44.88%
G=10.24%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57135700.7700.7830062.8613.73
Hex39D3904D04E12c3fe
Octal711571011501164547716
Binary111001110111100101001101010011101001011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,13,57); }

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

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

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

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

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

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

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