#343839

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

Shades of Outer Space #343839

Tints of Outer Space #343839

Color information

#343839 (or 0x343839) is unknown color: approx Outer Space. HEX triplet: 34, 38 and 39. RGB value is (52,56,57). Sum of RGB (Red+Green+Blue) = 52+56+57=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 57 - color contains mainly: blue. Hex color #343839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343839 is #CBC7C6. Grayscale: #363636. Windows color (decimal): -13354951 or 3749940. OLE color: 3749940.

HSL color Cylindrical-coordinate representation of color #343839: hue angle of 192º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #343839 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB525657-
CMYK0.090.0200.78
HSL192º4.59%21.37%-
HSV(B)192º8.77%22.35%-
XYZ3.573.854.43-
YUV54.92129.17125.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 57 (22.66% from 255) = 34.55%
R=31.52%
G=33.94%
B=34.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256570.090.0200.781924.5921.37
Hex3438399204Ec0515
Octal6470711120116300525
Binary110100111000111001100110010011101100000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343839; }

 p { color: rgb(52,56,57); }

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

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

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

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

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

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

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