#343126

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

Shades of Graphite #343126

Tints of Graphite #343126

Color information

#343126 (or 0x343126) is unknown color: approx Graphite. HEX triplet: 34, 31 and 26. RGB value is (52,49,38). Sum of RGB (Red+Green+Blue) = 52+49+38=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 52 - color contains mainly: red. Hex color #343126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343126 is #CBCED9. Grayscale: #303030. Windows color (decimal): -13356762 or 2502964. OLE color: 2502964.

HSL color Cylindrical-coordinate representation of color #343126: hue angle of 47.14º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #343126 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB524938-
CMYK00.060.270.80
HSL47.14º15.56%17.65%-
HSV(B)47.14º26.92%20.39%-
XYZ2.863.072.27-
YUV48.64121.99130.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=37.41%
G=35.25%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52493800.060.270.8047.1415.5617.65
Hex343126061B502f1012
Octal6461460633120572022
Binary11010011000110011001101101110100001011111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343126; }

 p { color: rgb(52,49,38); }

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

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

 a { background-color: rgb(52,49,38); }

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

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

 span { border-color: rgb(52,49,38); }

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