Html Css Color HEX #343939 Outer Space

📋 copy color: '#343939'

red 52 ◦ green 57 ◦ blue 57

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

Shades of Outer Space #343939

Tints of Outer Space #343939

RGB

 RED value IS 52 (20.7% from 255) = 31.33%

 GREEN value IS 57 (22.66% from 255) = 34.34%

 BLUE value IS 57 (22.66% from 255) = 34.34%

R = 31.33%
G = 34.34%
B = 34.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#343939 (or 0x343939) is known color: Outer Space. HEX triplet: 34, 39 and 39. RGB value is (52,57,57). Sum of RGB (Red+Green+Blue) = 52+57+57=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #343939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343939 is #CBC6C6. Grayscale: #373737. Windows color (decimal): -13354695 or 3750196. OLE color: 3750196.

HSL color Cylindrical-coordinate representation of color #343939: hue angle of 180º 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 #343939 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 57 57 -
CMYK 0.09 0 0 0.78
HSL 180º 0.05% 0.21% -
HSV(B) 180º 0.09% 0.22% -
XYZ 3.62 3.95 4.44 -
YUV 55.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 52 57 57 0.09 0 0 0.78 180 0.05 0.21
Hex 34 39 39 9 0 0 4E B4 5 15
Octal 64 71 71 11 0 0 116 264 5 25
Binary 110100 111001 111001 1001 0 0 1001110 10110100 101 10101

Color Harmonies of #343939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343939

Black with #343939

Text Example


Text Example

White with #343939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343939; }

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

 H1.HeaderClassName
 {
   color: #343939;
 }
 .AnyTagClassName
 {
   color: #343939;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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