#393D45

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

Shades of Vulcan #393D45

Tints of Vulcan #393D45

Color information

#393D45 (or 0x393D45) is unknown color: approx Vulcan. HEX triplet: 39, 3D and 45. RGB value is (57,61,69). Sum of RGB (Red+Green+Blue) = 57+61+69=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 69 - color contains mainly: blue. Hex color #393D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393D45 is #C6C2BA. Grayscale: #3C3C3C. Windows color (decimal): -13025979 or 4537657. OLE color: 4537657.

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

Color convert

RGB576169-
CMYK0.170.1200.73
HSL220º9.52%24.71%-
HSV(B)220º17.39%27.06%-
XYZ4.434.646.29-
YUV60.72132.67125.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.48%
GREEN value IS 61 (24.22% from 255) = 32.62%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=30.48%
G=32.62%
B=36.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5761690.170.1200.732209.5224.71
Hex393D4511C049dca19
Octal7175105211401113341231
Binary11100111110110001011000111000100100111011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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