#393628

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

Shades of Graphite #393628

Tints of Graphite #393628

Color information

#393628 (or 0x393628) is unknown color: approx Graphite. HEX triplet: 39, 36 and 28. RGB value is (57,54,40). Sum of RGB (Red+Green+Blue) = 57+54+40=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 57 - color contains mainly: red. Hex color #393628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393628 is #C6C9D7. Grayscale: #353535. Windows color (decimal): -13027800 or 2635321. OLE color: 2635321.

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

Color convert

RGB575440-
CMYK00.050.300.78
HSL49.41º17.53%19.02%-
HSV(B)49.41º29.82%22.35%-
XYZ3.393.662.54-
YUV53.3120.49130.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=37.75%
G=35.76%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57544000.050.300.7849.4117.5319.02
Hex393628051E4E311213
Octal7166500536116612223
Binary11100111011010100001011111010011101100011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393628; }

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

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

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

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

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

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

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

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