#393424

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

Shades of Graphite #393424

Tints of Graphite #393424

Color information

#393424 (or 0x393424) is unknown color: approx Graphite. HEX triplet: 39, 34 and 24. RGB value is (57,52,36). Sum of RGB (Red+Green+Blue) = 57+52+36=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 57 - color contains mainly: red. Hex color #393424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393424 is #C6CBDB. Grayscale: #333333. Windows color (decimal): -13028316 or 2372665. OLE color: 2372665.

HSL color Cylindrical-coordinate representation of color #393424: hue angle of 45.71º 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 #393424 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB575236-
CMYK00.090.370.78
HSL45.71º22.58%18.24%-
HSV(B)45.71º36.84%22.35%-
XYZ3.233.452.17-
YUV51.67119.16131.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.31%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 36 (14.45% from 255) = 24.83%
R=39.31%
G=35.86%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57523600.090.370.7845.7122.5818.24
Hex39342409254E2e1712
Octal71644401145116562722
Binary1110011101001001000100110010110011101011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393424; }

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

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

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

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

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

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

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

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