#393132

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

Shades of Havana #393132

Tints of Havana #393132

Color information

#393132 (or 0x393132) is unknown color: approx Havana. HEX triplet: 39, 31 and 32. RGB value is (57,49,50). Sum of RGB (Red+Green+Blue) = 57+49+50=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 57 - color contains mainly: red. Hex color #393132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393132 is #C6CECD. Grayscale: #333333. Windows color (decimal): -13029070 or 3289401. OLE color: 3289401.

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

Color convert

RGB574950-
CMYK00.140.120.78
HSL352.5º7.55%20.78%-
HSV(B)352.5º14.04%22.35%-
XYZ3.363.33.48-
YUV51.51127.15131.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.54%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=36.54%
G=31.41%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57495000.140.120.78352.57.5520.78
Hex3931320EC4E160815
Octal716162016141165401025
Binary1110011100011100100111011001001110101100000100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393132; }

 p { color: rgb(57,49,50); }

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

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

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

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

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

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

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