#342F1C

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

Shades of Graphite #342F1C

Tints of Graphite #342F1C

Color information

#342F1C (or 0x342F1C) is unknown color: approx Graphite. HEX triplet: 34, 2F and 1C. RGB value is (52,47,28). Sum of RGB (Red+Green+Blue) = 52+47+28=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 52 - color contains mainly: red. Hex color #342F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F1C is #CBD0E3. Grayscale: #2E2E2E. Windows color (decimal): -13357284 or 1847092. OLE color: 1847092.

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

Color convert

RGB524728-
CMYK00.100.460.80
HSL47.5º30%15.69%-
HSV(B)47.5º46.15%20.39%-
XYZ2.642.851.51-
YUV46.33117.66132.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 47 (18.75% from 255) = 37.01%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=40.94%
G=37.01%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52472800.100.460.8047.53015.69
Hex342F1C0A2E50301e10
Octal64573401256120603620
Binary110100101111111000101010111010100001100001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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