#34322B

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

Shades of Graphite #34322B

Tints of Graphite #34322B

Color information

#34322B (or 0x34322B) is unknown color: approx Graphite. HEX triplet: 34, 32 and 2B. RGB value is (52,50,43). Sum of RGB (Red+Green+Blue) = 52+50+43=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 52 - color contains mainly: red. Hex color #34322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34322B is #CBCDD4. Grayscale: #313131. Windows color (decimal): -13356501 or 2830900. OLE color: 2830900.

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

Color convert

RGB525043-
CMYK00.040.170.80
HSL46.67º9.47%18.63%-
HSV(B)46.67º17.31%20.39%-
XYZ2.993.192.74-
YUV49.8124.16129.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=35.86%
G=34.48%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52504300.040.170.8046.679.4718.63
Hex34322B0411502f913
Octal6462530421120571123
Binary1101001100101010110100100011010000101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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