#393630

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

Shades of Graphite #393630

Tints of Graphite #393630

Color information

#393630 (or 0x393630) is unknown color: approx Graphite. HEX triplet: 39, 36 and 30. RGB value is (57,54,48). Sum of RGB (Red+Green+Blue) = 57+54+48=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 57 - color contains mainly: red. Hex color #393630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393630 is #C6C9CF. Grayscale: #363636. Windows color (decimal): -13027792 or 3159609. OLE color: 3159609.

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

Color convert

RGB575448-
CMYK00.050.160.78
HSL40º8.57%20.59%-
HSV(B)40º15.79%22.35%-
XYZ3.543.723.33-
YUV54.21124.49129.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=35.85%
G=33.96%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57544800.050.160.78408.5720.59
Hex39363005104E28915
Octal7166600520116501125
Binary1110011101101100000101100001001110101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393630; }

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

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

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

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

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

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

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

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