#343228

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

Shades of Graphite #343228

Tints of Graphite #343228

Color information

#343228 (or 0x343228) is unknown color: approx Graphite. HEX triplet: 34, 32 and 28. RGB value is (52,50,40). Sum of RGB (Red+Green+Blue) = 52+50+40=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 52 - color contains mainly: red. Hex color #343228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343228 is #CBCDD7. Grayscale: #313131. Windows color (decimal): -13356504 or 2634292. OLE color: 2634292.

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

Color convert

RGB525040-
CMYK00.040.230.80
HSL50º13.04%18.04%-
HSV(B)50º23.08%20.39%-
XYZ2.943.162.46-
YUV49.46122.66129.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 40 (16.02% from 255) = 28.17%
R=36.62%
G=35.21%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52504000.040.230.805013.0418.04
Hex34322804175032d12
Octal6462500427120621522
Binary1101001100101010000100101111010000110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343228; }

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

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

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

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

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

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

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

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