#343129

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

Shades of Graphite #343129

Tints of Graphite #343129

Color information

#343129 (or 0x343129) is unknown color: approx Graphite. HEX triplet: 34, 31 and 29. RGB value is (52,49,41). Sum of RGB (Red+Green+Blue) = 52+49+41=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 52 - color contains mainly: red. Hex color #343129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343129 is #CBCED6. Grayscale: #313131. Windows color (decimal): -13356759 or 2699572. OLE color: 2699572.

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

Color convert

RGB524941-
CMYK00.060.210.80
HSL43.64º11.83%18.24%-
HSV(B)43.64º21.15%20.39%-
XYZ2.913.092.54-
YUV48.98123.49130.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=36.62%
G=34.51%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52494100.060.210.8043.6411.8318.24
Hex3431290615502cc12
Octal6461510625120541422
Binary1101001100011010010110101011010000101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343129; }

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

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

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

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

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

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

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

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