#393529

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

Shades of Graphite #393529

Tints of Graphite #393529

Color information

#393529 (or 0x393529) is unknown color: approx Graphite. HEX triplet: 39, 35 and 29. RGB value is (57,53,41). Sum of RGB (Red+Green+Blue) = 57+53+41=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 57 - color contains mainly: red. Hex color #393529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393529 is #C6CAD6. Grayscale: #343434. Windows color (decimal): -13028055 or 2700601. OLE color: 2700601.

HSL color Cylindrical-coordinate representation of color #393529: hue angle of 45º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #393529 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.78.

Color convert

RGB575341-
CMYK00.070.280.78
HSL45º16.33%19.22%-
HSV(B)45º28.07%22.35%-
XYZ3.363.582.61-
YUV52.83121.33130.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 53 (21.09% from 255) = 35.10%
BLUE value IS 41 (16.41% from 255) = 27.15%
R=37.75%
G=35.10%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57534100.070.280.784516.3319.22
Hex393529071C4E2d1013
Octal7165510734116552023
Binary11100111010110100101111110010011101011011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393529; }

 p { color: rgb(57,53,41); }

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

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

 a { background-color: rgb(57,53,41); }

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

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

 span { border-color: rgb(57,53,41); }

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