#393B33

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

Shades of Zeus #393B33

Tints of Zeus #393B33

Color information

#393B33 (or 0x393B33) is unknown color: approx Zeus. HEX triplet: 39, 3B and 33. RGB value is (57,59,51). Sum of RGB (Red+Green+Blue) = 57+59+51=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 59 - color contains mainly: green. Hex color #393B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B33 is #C6C4CC. Grayscale: #393939. Windows color (decimal): -13026509 or 3357497. OLE color: 3357497.

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

Color convert

RGB575951-
CMYK0.0300.140.77
HSL75º7.27%21.57%-
HSV(B)75º13.56%23.14%-
XYZ3.854.243.75-
YUV57.49124.34127.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.13%
GREEN value IS 59 (23.44% from 255) = 35.33%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=34.13%
G=35.33%
B=30.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5759510.0300.140.77757.2721.57
Hex393B3330E4D4b716
Octal7173633016115113726
Binary11100111101111001111011101001101100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,59,51); }

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

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

 a { background-color: rgb(57,59,51); }

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

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

 span { border-color: rgb(57,59,51); }

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