#393D44

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

Shades of Vulcan #393D44

Tints of Vulcan #393D44

Color information

#393D44 (or 0x393D44) is unknown color: approx Vulcan. HEX triplet: 39, 3D and 44. RGB value is (57,61,68). Sum of RGB (Red+Green+Blue) = 57+61+68=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 68 - color contains mainly: blue. Hex color #393D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393D44 is #C6C2BB. Grayscale: #3C3C3C. Windows color (decimal): -13025980 or 4472121. OLE color: 4472121.

HSL color Cylindrical-coordinate representation of color #393D44: hue angle of 218.18º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #393D44 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB576168-
CMYK0.160.1000.73
HSL218.18º8.8%24.51%-
HSV(B)218.18º16.18%26.67%-
XYZ4.44.626.13-
YUV60.6132.17125.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 61 (24.22% from 255) = 32.80%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=30.65%
G=32.80%
B=36.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5761680.160.1000.73218.188.824.51
Hex393D4410A049da919
Octal7175104201201113321131
Binary11100111110110001001000010100100100111011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,61,68); }

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

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

 a { background-color: rgb(57,61,68); }

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

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

 span { border-color: rgb(57,61,68); }

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