#393526

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

Shades of Graphite #393526

Tints of Graphite #393526

Color information

#393526 (or 0x393526) is unknown color: approx Graphite. HEX triplet: 39, 35 and 26. RGB value is (57,53,38). Sum of RGB (Red+Green+Blue) = 57+53+38=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 57 - color contains mainly: red. Hex color #393526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393526 is #C6CAD9. Grayscale: #343434. Windows color (decimal): -13028058 or 2503993. OLE color: 2503993.

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

Color convert

RGB575338-
CMYK00.070.330.78
HSL47.37º20%18.63%-
HSV(B)47.37º33.33%22.35%-
XYZ3.313.562.35-
YUV52.49119.83131.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=38.51%
G=35.81%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57533800.070.330.7847.372018.63
Hex39352607214E2f1413
Octal7165460741116572423
Binary111001110101100110011110000110011101011111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393526; }

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

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

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

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

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

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

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

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