#393527

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

Shades of Graphite #393527

Tints of Graphite #393527

Color information

#393527 (or 0x393527) is unknown color: approx Graphite. HEX triplet: 39, 35 and 27. RGB value is (57,53,39). Sum of RGB (Red+Green+Blue) = 57+53+39=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 57 - color contains mainly: red. Hex color #393527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393527 is #C6CAD8. Grayscale: #343434. Windows color (decimal): -13028057 or 2569529. OLE color: 2569529.

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

Color convert

RGB575339-
CMYK00.070.320.78
HSL46.67º18.75%18.82%-
HSV(B)46.67º31.58%22.35%-
XYZ3.333.562.43-
YUV52.6120.33131.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=38.26%
G=35.57%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57533900.070.320.7846.6718.7518.82
Hex39352707204E2f1313
Octal7165470740116572323
Binary111001110101100111011110000010011101011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393527; }

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

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

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

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

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

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

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

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