#393834

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

Shades of Graphite #393834

Tints of Graphite #393834

Color information

#393834 (or 0x393834) is unknown color: approx Graphite. HEX triplet: 39, 38 and 34. RGB value is (57,56,52). Sum of RGB (Red+Green+Blue) = 57+56+52=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 57 - color contains mainly: red. Hex color #393834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393834 is #C6C7CB. Grayscale: #373737. Windows color (decimal): -13027276 or 3422265. OLE color: 3422265.

HSL color Cylindrical-coordinate representation of color #393834: hue angle of 48º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #393834 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB575652-
CMYK00.020.090.78
HSL48º4.59%21.37%-
HSV(B)48º8.77%22.35%-
XYZ3.723.953.81-
YUV55.84125.83128.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.55%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=34.55%
G=33.94%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57565200.020.090.78484.5921.37
Hex3938340294E30515
Octal717064021111660525
Binary1110011110001101000101001100111011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393834; }

 p { color: rgb(57,56,52); }

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

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

 a { background-color: rgb(57,56,52); }

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

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

 span { border-color: rgb(57,56,52); }

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