#34322A

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

Shades of Graphite #34322A

Tints of Graphite #34322A

Color information

#34322A (or 0x34322A) is unknown color: approx Graphite. HEX triplet: 34, 32 and 2A. RGB value is (52,50,42). Sum of RGB (Red+Green+Blue) = 52+50+42=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 52 - color contains mainly: red. Hex color #34322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34322A is #CBCDD5. Grayscale: #313131. Windows color (decimal): -13356502 or 2765364. OLE color: 2765364.

HSL color Cylindrical-coordinate representation of color #34322A: hue angle of 48º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #34322A is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB525042-
CMYK00.040.190.80
HSL48º10.64%18.43%-
HSV(B)48º19.23%20.39%-
XYZ2.973.182.65-
YUV49.69123.66129.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=36.11%
G=34.72%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52504200.040.190.804810.6418.43
Hex34322A04135030b12
Octal6462520423120601322
Binary1101001100101010100100100111010000110000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34322A; }

 p { color: rgb(52,50,42); }

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

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

 a { background-color: rgb(52,50,42); }

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

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

 span { border-color: rgb(52,50,42); }

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