Html Css Color HEX #393A3A Outer Space

📋 copy color: '#393A3A'

red 57 ◦ green 58 ◦ blue 58

#393A3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outer Space #393A3A

Tints of Outer Space #393A3A

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 value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#393A3A (or 0x393A3A) is known color: 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

RGB 57 58 58 -
CMYK 0.02 0 0 0.77
HSL 180º 0.01% 0.23% -
HSV(B) 180º 0.02% 0.23% -
XYZ 3.96 4.2 4.61 -
YUV 57.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 57 58 58 0.02 0 0 0.77 180 0.01 0.23
Hex 39 3A 3A 2 0 0 4D B4 1 17
Octal 71 72 72 2 0 0 115 264 1 27
Binary 111001 111010 111010 10 0 0 1001101 10110100 1 10111

Color Harmonies of #393A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A3A

Black with #393A3A

Text Example


Text Example

White with #393A3A

Text Example


Text Example

HTML Codes & Css Web 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>