#390438

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

Shades of Mardi Gras #390438

Tints of Mardi Gras #390438

Color information

#390438 (or 0x390438) is unknown color: approx Mardi Gras. HEX triplet: 39, 04 and 38. RGB value is (57,4,56). Sum of RGB (Red+Green+Blue) = 57+4+56=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 56 (22.27% from 255 or 47.86% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #390438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390438 is #C6FBC7. Grayscale: #191919. Windows color (decimal): -13040584 or 3671097. OLE color: 3671097.

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

Color convert

RGB57456-
CMYK00.930.020.78
HSL301.13º86.89%11.96%-
HSV(B)301.13º92.98%22.35%-
XYZ2.441.243.85-
YUV25.78145.06150.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 56 (22.27% from 255) = 47.86%
R=48.72%
G=3.42%
B=47.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5745600.930.020.78301.1386.8911.96
Hex3943805D24E12d57c
Octal714700135211645512714
Binary1110011001110000101110110100111010010110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390438; }

 p { color: rgb(57,4,56); }

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

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

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

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

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

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

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