#393321

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

Shades of Graphite #393321

Tints of Graphite #393321

Color information

#393321 (or 0x393321) is unknown color: approx Graphite. HEX triplet: 39, 33 and 21. RGB value is (57,51,33). Sum of RGB (Red+Green+Blue) = 57+51+33=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #393321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393321 is #C6CCDE. Grayscale: #323232. Windows color (decimal): -13028575 or 2175801. OLE color: 2175801.

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

Color convert

RGB575133-
CMYK00.110.420.78
HSL45º26.67%17.65%-
HSV(B)45º42.11%22.35%-
XYZ3.153.351.92-
YUV50.74117.99132.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.43%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 33 (13.28% from 255) = 23.40%
R=40.43%
G=36.17%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57513300.110.420.784526.6717.65
Hex3933210B2A4E2d1b12
Octal71634101352116553322
Binary1110011100111000010101110101010011101011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393321; }

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

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

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

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

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

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

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

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