#393429

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

Shades of Graphite #393429

Tints of Graphite #393429

Color information

#393429 (or 0x393429) is unknown color: approx Graphite. HEX triplet: 39, 34 and 29. RGB value is (57,52,41). Sum of RGB (Red+Green+Blue) = 57+52+41=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 57 - color contains mainly: red. Hex color #393429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393429 is #C6CBD6. Grayscale: #343434. Windows color (decimal): -13028311 or 2700345. OLE color: 2700345.

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

Color convert

RGB575241-
CMYK00.090.280.78
HSL41.25º16.33%19.22%-
HSV(B)41.25º28.07%22.35%-
XYZ3.323.492.6-
YUV52.24121.66131.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 52 (20.70% from 255) = 34.67%
BLUE value IS 41 (16.41% from 255) = 27.33%
R=38%
G=34.67%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57524100.090.280.7841.2516.3319.22
Hex393429091C4E291013
Octal71645101134116512023
Binary111001110100101001010011110010011101010011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393429; }

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

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

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

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

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

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

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

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