#393325

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

Shades of Graphite #393325

Tints of Graphite #393325

Color information

#393325 (or 0x393325) is unknown color: approx Graphite. HEX triplet: 39, 33 and 25. RGB value is (57,51,37). Sum of RGB (Red+Green+Blue) = 57+51+37=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 57 - color contains mainly: red. Hex color #393325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393325 is #C6CCDA. Grayscale: #333333. Windows color (decimal): -13028571 or 2437945. OLE color: 2437945.

HSL color Cylindrical-coordinate representation of color #393325: hue angle of 42º 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 #393325 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB575137-
CMYK00.110.350.78
HSL42º21.28%18.43%-
HSV(B)42º35.09%22.35%-
XYZ3.213.372.23-
YUV51.2119.99132.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.31%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=39.31%
G=35.17%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57513700.110.350.784221.2818.43
Hex3933250B234E2a1512
Octal71634501343116522522
Binary1110011100111001010101110001110011101010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393325; }

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

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

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

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

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

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

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

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