#383935

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

Shades of Zeus #383935

Tints of Zeus #383935

Color information

#383935 (or 0x383935) is unknown color: approx Zeus. HEX triplet: 38, 39 and 35. RGB value is (56,57,53). Sum of RGB (Red+Green+Blue) = 56+57+53=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 57 - color contains mainly: green. Hex color #383935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383935 is #C7C6CA. Grayscale: #383838. Windows color (decimal): -13092555 or 3488056. OLE color: 3488056.

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

Color convert

RGB565753-
CMYK0.0200.070.78
HSL75º3.64%21.57%-
HSV(B)75º7.02%22.35%-
XYZ3.744.023.95-
YUV56.24126.17127.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 53 (21.09% from 255) = 31.93%
R=33.73%
G=34.34%
B=31.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5657530.0200.070.78753.6421.57
Hex3839352074E4b416
Octal707165207116113426
Binary1110001110011101011001111001110100101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383935; }

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

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

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

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

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

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

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

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