#393423

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

Shades of Graphite #393423

Tints of Graphite #393423

Color information

#393423 (or 0x393423) is unknown color: approx Graphite. HEX triplet: 39, 34 and 23. RGB value is (57,52,35). Sum of RGB (Red+Green+Blue) = 57+52+35=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #393423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393423 is #C6CBDC. Grayscale: #333333. Windows color (decimal): -13028317 or 2307129. OLE color: 2307129.

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

Color convert

RGB575235-
CMYK00.090.390.78
HSL46.36º23.91%18.04%-
HSV(B)46.36º38.6%22.35%-
XYZ3.223.452.09-
YUV51.56118.66131.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.58%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 35 (14.06% from 255) = 24.31%
R=39.58%
G=36.11%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57523500.090.390.7846.3623.9118.04
Hex39342309274E2e1812
Octal71644301147116563022
Binary1110011101001000110100110011110011101011101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393423; }

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

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

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

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

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

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

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

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