#393A35

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

Shades of Zeus #393A35

Tints of Zeus #393A35

Color information

#393A35 (or 0x393A35) is unknown color: approx Zeus. HEX triplet: 39, 3A and 35. RGB value is (57,58,53). Sum of RGB (Red+Green+Blue) = 57+58+53=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 58 - color contains mainly: green. Hex color #393A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A35 is #C6C5CA. Grayscale: #393939. Windows color (decimal): -13026763 or 3488313. OLE color: 3488313.

HSL color Cylindrical-coordinate representation of color #393A35: hue angle of 72º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #393A35 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB575853-
CMYK0.0200.090.77
HSL72º4.5%21.76%-
HSV(B)72º8.62%22.75%-
XYZ3.844.153.97-
YUV57.13125.67127.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 58 (23.05% from 255) = 34.52%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=33.93%
G=34.52%
B=31.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5758530.0200.090.77724.521.76
Hex393A352094D48516
Octal7172652011115110526
Binary11100111101011010110010011001101100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393A35; }

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

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

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

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

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

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

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

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