#393A40

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

Shades of Vulcan #393A40

Tints of Vulcan #393A40

Color information

#393A40 (or 0x393A40) is unknown color: approx Vulcan. HEX triplet: 39, 3A and 40. RGB value is (57,58,64). Sum of RGB (Red+Green+Blue) = 57+58+64=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 64 - color contains mainly: blue. Hex color #393A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A40 is #C6C5BF. Grayscale: #3A3A3A. Windows color (decimal): -13026752 or 4209209. OLE color: 4209209.

HSL color Cylindrical-coordinate representation of color #393A40: hue angle of 231.43º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #393A40 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB575864-
CMYK0.110.0900.75
HSL231.43º5.79%23.73%-
HSV(B)231.43º10.94%25.1%-
XYZ4.134.275.46-
YUV58.38131.17127.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.84%
GREEN value IS 58 (23.05% from 255) = 32.40%
BLUE value IS 64 (25.39% from 255) = 35.75%
R=31.84%
G=32.40%
B=35.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5758640.110.0900.75231.435.7923.73
Hex393A40B904Be7618
Octal717210013110113347630
Binary111001111010100000010111001010010111110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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