#393C42

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

Shades of Vulcan #393C42

Tints of Vulcan #393C42

Color information

#393C42 (or 0x393C42) is unknown color: approx Vulcan. HEX triplet: 39, 3C and 42. RGB value is (57,60,66). Sum of RGB (Red+Green+Blue) = 57+60+66=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 66 - color contains mainly: blue. Hex color #393C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393C42 is #C6C3BD. Grayscale: #3B3B3B. Windows color (decimal): -13026238 or 4340793. OLE color: 4340793.

HSL color Cylindrical-coordinate representation of color #393C42: hue angle of 220º 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 #393C42 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB576066-
CMYK0.140.0900.74
HSL220º7.32%24.12%-
HSV(B)220º13.64%25.88%-
XYZ4.294.495.8-
YUV59.79131.51126.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.15%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 66 (26.17% from 255) = 36.07%
R=31.15%
G=32.79%
B=36.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5760660.140.0900.742207.3224.12
Hex393C42E904Adc718
Octal717410216110112334730
Binary111001111100100001011101001010010101101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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