#343B39

Color #343B39 Woodsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodsmoke #343B39

Tints of Woodsmoke #343B39

Color information

#343B39 (or 0x343B39) is unknown color: approx 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

RGB525957-
CMYK0.1200.030.77
HSL162.86º6.31%21.76%-
HSV(B)162.86º11.86%23.14%-
XYZ3.724.154.48-
YUV56.68128.18124.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5259570.1200.030.77162.866.3121.76
Hex343B39C034Da3616
Octal6473711403115243626
Binary110100111011111001110001110011011010001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>