#393318

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

Shades of Graphite #393318

Tints of Graphite #393318

Color information

#393318 (or 0x393318) is unknown color: approx Graphite. HEX triplet: 39, 33 and 18. RGB value is (57,51,24). Sum of RGB (Red+Green+Blue) = 57+51+24=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #393318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393318 is #C6CCE7. Grayscale: #313131. Windows color (decimal): -13028584 or 1585977. OLE color: 1585977.

HSL color Cylindrical-coordinate representation of color #393318: hue angle of 49.09º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393318 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB575124-
CMYK00.110.580.78
HSL49.09º40.74%15.88%-
HSV(B)49.09º57.89%22.35%-
XYZ3.043.31.34-
YUV49.72113.49133.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 51 (20.31% from 255) = 38.64%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=43.18%
G=38.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57512400.110.580.7849.0940.7415.88
Hex3933180B3A4E312910
Octal71633001372116615120
Binary1110011100111100001011111010100111011000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393318; }

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

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

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

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

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

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

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

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