Html Css Color HEX #343B39 Woodsmoke

📋 copy color: '#343B39'

red 52 ◦ green 59 ◦ blue 57

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

Shades of Woodsmoke #343B39

Tints of Woodsmoke #343B39

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.12%

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

R = 30.95%
G = 35.12%
B = 33.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#343B39 (or 0x343B39) is known color: Woodsmoke. HEX triplet: 34, 3B and 39. RGB value is (52,59,57). Sum of RGB (Red+Green+Blue) = 52+59+57=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 59 - color contains mainly: green. Hex color #343B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B39 is #CBC4C6. Grayscale: #383838. Windows color (decimal): -13354183 or 3750708. OLE color: 3750708.

HSL color Cylindrical-coordinate representation of color #343B39: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #343B39 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 59 57 -
CMYK 0.12 0 0.03 0.77
HSL 162.86º 0.06% 0.22% -
HSV(B) 162.86º 0.12% 0.23% -
XYZ 3.72 4.15 4.48 -
YUV 56.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 52 59 57 0.12 0 0.03 0.77 162.86 0.06 0.22
Hex 34 3B 39 C 0 3 4D A3 6 16
Octal 64 73 71 14 0 3 115 243 6 26
Binary 110100 111011 111001 1100 0 11 1001101 10100011 110 10110

Color Harmonies of #343B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B39

Black with #343B39

Text Example


Text Example

White with #343B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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