#342F20

Color #342F20 Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #342F20

Tints of Graphite #342F20

Color information

#342F20 (or 0x342F20) is unknown color: approx Graphite. HEX triplet: 34, 2F and 20. RGB value is (52,47,32). Sum of RGB (Red+Green+Blue) = 52+47+32=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #342F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F20 is #CBD0DF. Grayscale: #2E2E2E. Windows color (decimal): -13357280 or 2109236. OLE color: 2109236.

HSL color Cylindrical-coordinate representation of color #342F20: hue angle of 45º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #342F20 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB524732-
CMYK00.100.380.80
HSL45º23.81%16.47%-
HSV(B)45º38.46%20.39%-
XYZ2.692.871.78-
YUV46.78119.66131.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 47 (18.75% from 255) = 35.88%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=39.69%
G=35.88%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52473200.100.380.804523.8116.47
Hex342F200A26502d1810
Octal64574001246120553020
Binary1101001011111000000101010011010100001011011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342F20; }

 p { color: rgb(52,47,32); }

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

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

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

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

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

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

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