#393419

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

Shades of Graphite #393419

Tints of Graphite #393419

Color information

#393419 (or 0x393419) is unknown color: approx Graphite. HEX triplet: 39, 34 and 19. RGB value is (57,52,25). Sum of RGB (Red+Green+Blue) = 57+52+25=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 57 - color contains mainly: red. Hex color #393419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393419 is #C6CBE6. Grayscale: #323232. Windows color (decimal): -13028327 or 1651769. OLE color: 1651769.

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

Color convert

RGB575225-
CMYK00.090.560.78
HSL50.62º39.02%16.08%-
HSV(B)50.62º56.14%22.35%-
XYZ3.093.41.41-
YUV50.42113.66132.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.54%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 25 (10.16% from 255) = 18.66%
R=42.54%
G=38.81%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57522500.090.560.7850.6239.0216.08
Hex39341909384E332710
Octal71643101170116634720
Binary1110011101001100101001111000100111011001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393419; }

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

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

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

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

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

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

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

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