#393A3A

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

Shades of Outer Space #393A3A

Tints of Outer Space #393A3A

Color information

#393A3A (or 0x393A3A) is unknown color: approx Outer Space. HEX triplet: 39, 3A and 3A. RGB value is (57,58,58). Sum of RGB (Red+Green+Blue) = 57+58+58=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 58 - color contains mainly: green, blue. Hex color #393A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A3A is #C6C5C5. Grayscale: #393939. Windows color (decimal): -13026758 or 3815993. OLE color: 3815993.

HSL color Cylindrical-coordinate representation of color #393A3A: hue angle of 180º degrees, saturation: 0.01, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #393A3A is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB575858-
CMYK0.02000.77
HSL180º0.87%22.55%-
HSV(B)180º1.72%22.75%-
XYZ3.964.24.61-
YUV57.7128.17127.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=32.95%
G=33.53%
B=33.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5758580.02000.771800.8722.55
Hex393A3A2004Db4117
Octal717272200115264127
Binary1110011110101110101000100110110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,58,58); }

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

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

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

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

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

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

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