#393421

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

Shades of Graphite #393421

Tints of Graphite #393421

Color information

#393421 (or 0x393421) is unknown color: approx Graphite. HEX triplet: 39, 34 and 21. RGB value is (57,52,33). Sum of RGB (Red+Green+Blue) = 57+52+33=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 57 - color contains mainly: red. Hex color #393421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393421 is #C6CBDE. Grayscale: #333333. Windows color (decimal): -13028319 or 2176057. OLE color: 2176057.

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

Color convert

RGB575233-
CMYK00.090.420.78
HSL47.5º26.67%17.65%-
HSV(B)47.5º42.11%22.35%-
XYZ3.193.441.93-
YUV51.33117.66132.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.14%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 33 (13.28% from 255) = 23.24%
R=40.14%
G=36.62%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57523300.090.420.7847.526.6717.65
Hex393421092A4E301b12
Octal71644101152116603322
Binary1110011101001000010100110101010011101100001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393421; }

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

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

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

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

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

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

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

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