#390136

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

Shades of Mardi Gras #390136

Tints of Mardi Gras #390136

Color information

#390136 (or 0x390136) is unknown color: approx Mardi Gras. HEX triplet: 39, 01 and 36. RGB value is (57,1,54). Sum of RGB (Red+Green+Blue) = 57+1+54=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #390136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390136 is #C6FEC9. Grayscale: #171717. Windows color (decimal): -13041354 or 3539257. OLE color: 3539257.

HSL color Cylindrical-coordinate representation of color #390136: hue angle of 303.21º 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 #390136 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB57154-
CMYK00.980.050.78
HSL303.21º96.55%11.37%-
HSV(B)303.21º98.25%22.35%-
XYZ2.361.163.59-
YUV23.79145.05151.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.89%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 54 (21.48% from 255) = 48.21%
R=50.89%
G=0.89%
B=48.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5715400.980.050.78303.2196.5511.37
Hex3913606254E12f61b
Octal711660142511645714113
Binary111001111011001100010101100111010010111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390136; }

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

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

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

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

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

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

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

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