#393324

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

Shades of Graphite #393324

Tints of Graphite #393324

Color information

#393324 (or 0x393324) is unknown color: approx Graphite. HEX triplet: 39, 33 and 24. RGB value is (57,51,36). Sum of RGB (Red+Green+Blue) = 57+51+36=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #393324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393324 is #C6CCDB. Grayscale: #333333. Windows color (decimal): -13028572 or 2372409. OLE color: 2372409.

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

Color convert

RGB575136-
CMYK00.110.370.78
HSL42.86º22.58%18.24%-
HSV(B)42.86º36.84%22.35%-
XYZ3.193.362.15-
YUV51.08119.49132.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.58%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 36 (14.45% from 255) = 25%
R=39.58%
G=35.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57513600.110.370.7842.8622.5818.24
Hex3933240B254E2b1712
Octal71634401345116532722
Binary1110011100111001000101110010110011101010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393324; }

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

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

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

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

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

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

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

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