#393625

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

Shades of Graphite #393625

Tints of Graphite #393625

Color information

#393625 (or 0x393625) is unknown color: approx Graphite. HEX triplet: 39, 36 and 25. RGB value is (57,54,37). Sum of RGB (Red+Green+Blue) = 57+54+37=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 57 - color contains mainly: red. Hex color #393625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393625 is #C6C9DA. Grayscale: #353535. Windows color (decimal): -13027803 or 2438713. OLE color: 2438713.

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

Color convert

RGB575437-
CMYK00.050.350.78
HSL51º21.28%18.43%-
HSV(B)51º35.09%22.35%-
XYZ3.343.642.28-
YUV52.96118.99130.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 54 (21.48% from 255) = 36.49%
BLUE value IS 37 (14.84% from 255) = 25%
R=38.51%
G=36.49%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57543700.050.350.785121.2818.43
Hex39362505234E331512
Octal7166450543116632522
Binary111001110110100101010110001110011101100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393625; }

 p { color: rgb(57,54,37); }

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

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

 a { background-color: rgb(57,54,37); }

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

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

 span { border-color: rgb(57,54,37); }

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