#390134

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

Shades of Mardi Gras #390134

Tints of Mardi Gras #390134

Color information

#390134 (or 0x390134) is unknown color: approx Mardi Gras. HEX triplet: 39, 01 and 34. RGB value is (57,1,52). Sum of RGB (Red+Green+Blue) = 57+1+52=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #390134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390134 is #C6FECB. Grayscale: #171717. Windows color (decimal): -13041356 or 3408185. OLE color: 3408185.

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

Color convert

RGB57152-
CMYK00.980.090.78
HSL305.36º96.55%11.37%-
HSV(B)305.36º98.25%22.35%-
XYZ2.321.143.35-
YUV23.56144.05151.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 52 (20.70% from 255) = 47.27%
R=51.82%
G=0.91%
B=47.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5715200.980.090.78305.3696.5511.37
Hex3913406294E13161b
Octal7116401421111646114113
Binary1110011110100011000101001100111010011000111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390134; }

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

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

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

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

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

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

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

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