Html Css Color HEX #343839 Outer Space

📋 copy color: '#343839'

red 52 ◦ green 56 ◦ blue 57

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

Shades of Outer Space #343839

Tints of Outer Space #343839

RGB

 RED value IS 52 (20.7% 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 value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#343839 (or 0x343839) is known color: 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

RGB 52 56 57 -
CMYK 0.09 0.02 0 0.78
HSL 192º 0.05% 0.21% -
HSV(B) 192º 0.09% 0.22% -
XYZ 3.57 3.85 4.43 -
YUV 54.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 52 56 57 0.09 0.02 0 0.78 192 0.05 0.21
Hex 34 38 39 9 2 0 4E C0 5 15
Octal 64 70 71 11 2 0 116 300 5 25
Binary 110100 111000 111001 1001 10 0 1001110 11000000 101 10101

Color Harmonies of #343839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343839

Black with #343839

Text Example


Text Example

White with #343839

Text Example


Text Example

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