#393326

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

Shades of Graphite #393326

Tints of Graphite #393326

Color information

#393326 (or 0x393326) is unknown color: approx Graphite. HEX triplet: 39, 33 and 26. RGB value is (57,51,38). Sum of RGB (Red+Green+Blue) = 57+51+38=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 57 - color contains mainly: red. Hex color #393326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393326 is #C6CCD9. Grayscale: #333333. Windows color (decimal): -13028570 or 2503481. OLE color: 2503481.

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

Color convert

RGB575138-
CMYK00.110.330.78
HSL41.05º20%18.63%-
HSV(B)41.05º33.33%22.35%-
XYZ3.223.382.32-
YUV51.31120.49132.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.04%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 38 (15.23% from 255) = 26.03%
R=39.04%
G=34.93%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57513800.110.330.7841.052018.63
Hex3933260B214E291413
Octal71634601341116512423
Binary1110011100111001100101110000110011101010011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393326; }

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

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

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

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

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

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

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

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