Html Css Color HEX #393A40 Vulcan

📋 copy color: '#393A40'

red 57 ◦ green 58 ◦ blue 64

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

Shades of Vulcan #393A40

Tints of Vulcan #393A40

RGB

 RED value IS 57 (22.66% from 255) = 31.84%

 GREEN value IS 58 (23.05% from 255) = 32.4%

 BLUE value IS 64 (25.39% from 255) = 35.75%

R = 31.84%
G = 32.4%
B = 35.75%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 57 58 64 -
CMYK 0.11 0.09 0 0.75
HSL 231.43º 0.06% 0.24% -
HSV(B) 231.43º 0.11% 0.25% -
XYZ 4.13 4.27 5.46 -
YUV 58.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 57 58 64 0.11 0.09 0 0.75 231.43 0.06 0.24
Hex 39 3A 40 B 9 0 4B E7 6 18
Octal 71 72 100 13 11 0 113 347 6 30
Binary 111001 111010 1000000 1011 1001 0 1001011 11100111 110 11000

Color Harmonies of #393A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A40

Black with #393A40

Text Example


Text Example

White with #393A40

Text Example


Text Example

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