#342E1C

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

Shades of Graphite #342E1C

Tints of Graphite #342E1C

Color information

#342E1C (or 0x342E1C) is unknown color: approx Graphite. HEX triplet: 34, 2E and 1C. RGB value is (52,46,28). Sum of RGB (Red+Green+Blue) = 52+46+28=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #342E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E1C is #CBD1E3. Grayscale: #2D2D2D. Windows color (decimal): -13357540 or 1846836. OLE color: 1846836.

HSL color Cylindrical-coordinate representation of color #342E1C: hue angle of 45º 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 #342E1C is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB524628-
CMYK00.120.460.80
HSL45º30%15.69%-
HSV(B)45º46.15%20.39%-
XYZ2.62.771.5-
YUV45.74117.99132.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 28 (11.33% from 255) = 22.22%
R=41.27%
G=36.51%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52462800.120.460.80453015.69
Hex342E1C0C2E502d1e10
Octal64563401456120553620
Binary110100101110111000110010111010100001011011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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