#392035

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

Shades of Mardi Gras #392035

Tints of Mardi Gras #392035

Color information

#392035 (or 0x392035) is unknown color: approx Mardi Gras. HEX triplet: 39, 20 and 35. RGB value is (57,32,53). Sum of RGB (Red+Green+Blue) = 57+32+53=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 57 - color contains mainly: red. Hex color #392035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392035 is #C6DFCA. Grayscale: #292929. Windows color (decimal): -13033419 or 3481657. OLE color: 3481657.

HSL color Cylindrical-coordinate representation of color #392035: hue angle of 309.6º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #392035 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB573253-
CMYK00.440.070.78
HSL309.6º28.09%17.45%-
HSV(B)309.6º43.86%22.35%-
XYZ2.852.163.64-
YUV41.87134.28138.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.14%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=40.14%
G=22.54%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57325300.440.070.78309.628.0917.45
Hex39203502C74E1361c11
Octal71406505471164663421
Binary111001100000110101010110011110011101001101101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392035; }

 p { color: rgb(57,32,53); }

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

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

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

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

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

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

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