#34322D

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

Shades of Graphite #34322D

Tints of Graphite #34322D

Color information

#34322D (or 0x34322D) is unknown color: approx Graphite. HEX triplet: 34, 32 and 2D. RGB value is (52,50,45). Sum of RGB (Red+Green+Blue) = 52+50+45=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 52 - color contains mainly: red. Hex color #34322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34322D is #CBCDD2. Grayscale: #323232. Windows color (decimal): -13356499 or 2961972. OLE color: 2961972.

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

Color convert

RGB525045-
CMYK00.040.130.80
HSL42.86º7.22%19.02%-
HSV(B)42.86º13.46%20.39%-
XYZ3.033.22.94-
YUV50.03125.16129.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=35.37%
G=34.01%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52504500.040.130.8042.867.2219.02
Hex34322D04D502b713
Octal646255041512053723
Binary11010011001010110101001101101000010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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