#393731

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

Shades of Graphite #393731

Tints of Graphite #393731

Color information

#393731 (or 0x393731) is unknown color: approx Graphite. HEX triplet: 39, 37 and 31. RGB value is (57,55,49). Sum of RGB (Red+Green+Blue) = 57+55+49=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 57 - color contains mainly: red. Hex color #393731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393731 is #C6C8CE. Grayscale: #363636. Windows color (decimal): -13027535 or 3225401. OLE color: 3225401.

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

Color convert

RGB575549-
CMYK00.040.140.78
HSL45º7.55%20.78%-
HSV(B)45º14.04%22.35%-
XYZ3.613.823.45-
YUV54.91124.66129.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.40%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 49 (19.53% from 255) = 30.43%
R=35.40%
G=34.16%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57554900.040.140.78457.5520.78
Hex39373104E4E2d815
Octal7167610416116551025
Binary111001110111110001010011101001110101101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393731; }

 p { color: rgb(57,55,49); }

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

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

 a { background-color: rgb(57,55,49); }

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

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

 span { border-color: rgb(57,55,49); }

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