#393629

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

Shades of Graphite #393629

Tints of Graphite #393629

Color information

#393629 (or 0x393629) is unknown color: approx Graphite. HEX triplet: 39, 36 and 29. RGB value is (57,54,41). Sum of RGB (Red+Green+Blue) = 57+54+41=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 57 - color contains mainly: red. Hex color #393629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393629 is #C6C9D6. Grayscale: #353535. Windows color (decimal): -13027799 or 2700857. OLE color: 2700857.

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

Color convert

RGB575441-
CMYK00.050.280.78
HSL48.75º16.33%19.22%-
HSV(B)48.75º28.07%22.35%-
XYZ3.413.672.63-
YUV53.42120.99130.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=37.5%
G=35.53%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57544100.050.280.7848.7516.3319.22
Hex393629051C4E311013
Octal7166510534116612023
Binary11100111011010100101011110010011101100011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393629; }

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

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

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

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

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

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

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

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