#383A33

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

Shades of Zeus #383A33

Tints of Zeus #383A33

Color information

#383A33 (or 0x383A33) is unknown color: approx Zeus. HEX triplet: 38, 3A and 33. RGB value is (56,58,51). Sum of RGB (Red+Green+Blue) = 56+58+51=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 58 - color contains mainly: green. Hex color #383A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A33 is #C7C5CC. Grayscale: #383838. Windows color (decimal): -13092301 or 3357240. OLE color: 3357240.

HSL color Cylindrical-coordinate representation of color #383A33: hue angle of 77.14º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #383A33 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB565851-
CMYK0.0300.120.77
HSL77.14º6.42%21.37%-
HSV(B)77.14º12.07%22.75%-
XYZ3.744.113.73-
YUV56.6124.84127.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 51 (20.31% from 255) = 30.91%
R=33.94%
G=35.15%
B=30.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5658510.0300.120.7777.146.4221.37
Hex383A3330C4D4d615
Octal7072633014115115625
Binary11100011101011001111011001001101100110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383A33; }

 p { color: rgb(56,58,51); }

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

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

 a { background-color: rgb(56,58,51); }

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

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

 span { border-color: rgb(56,58,51); }

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