Html Css Color HEX #393B33 Zeus

📋 copy color: '#393B33'

red 57 ◦ green 59 ◦ blue 51

#393B33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zeus #393B33

Tints of Zeus #393B33

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 value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#393B33 (or 0x393B33) is known color: 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

RGB 57 59 51 -
CMYK 0.03 0 0.14 0.77
HSL 75º 0.07% 0.22% -
HSV(B) 75º 0.14% 0.23% -
XYZ 3.85 4.24 3.75 -
YUV 57.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 57 59 51 0.03 0 0.14 0.77 75 0.07 0.22
Hex 39 3B 33 3 0 E 4D 4B 7 16
Octal 71 73 63 3 0 16 115 113 7 26
Binary 111001 111011 110011 11 0 1110 1001101 1001011 111 10110

Color Harmonies of #393B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B33

Black with #393B33

Text Example


Text Example

White with #393B33

Text Example


Text Example

HTML Codes & Css Web 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>