#393B42

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

Shades of Vulcan #393B42

Tints of Vulcan #393B42

Color information

#393B42 (or 0x393B42) is unknown color: approx Vulcan. HEX triplet: 39, 3B and 42. RGB value is (57,59,66). Sum of RGB (Red+Green+Blue) = 57+59+66=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 66 - color contains mainly: blue. Hex color #393B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B42 is #C6C4BD. Grayscale: #3B3B3B. Windows color (decimal): -13026494 or 4340537. OLE color: 4340537.

HSL color Cylindrical-coordinate representation of color #393B42: hue angle of 226.67º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #393B42 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB575966-
CMYK0.140.1100.74
HSL226.67º7.32%24.12%-
HSV(B)226.67º13.64%25.88%-
XYZ4.234.395.78-
YUV59.2131.84126.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.32%
GREEN value IS 59 (23.44% from 255) = 32.42%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=31.32%
G=32.42%
B=36.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5759660.140.1100.74226.677.3224.12
Hex393B42EB04Ae3718
Octal717310216130112343730
Binary111001111011100001011101011010010101110001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,59,66); }

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

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

 a { background-color: rgb(57,59,66); }

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

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

 span { border-color: rgb(57,59,66); }

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