Html Css Color HEX #393425 Graphite

📋 copy color: '#393425'

red 57 ◦ green 52 ◦ blue 37

#393425
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Graphite #393425

Tints of Graphite #393425

RGB

 RED value IS 57 (22.66% from 255) = 39.04%

 GREEN value IS 52 (20.7% from 255) = 35.62%

 BLUE value IS 37 (14.84% from 255) = 25.34%

R = 39.04%
G = 35.62%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#393425 (or 0x393425) is known color: Graphite. HEX triplet: 39, 34 and 25. RGB value is (57,52,37). Sum of RGB (Red+Green+Blue) = 57+52+37=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 57 - color contains mainly: red. Hex color #393425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393425 is #C6CBDA. Grayscale: #333333. Windows color (decimal): -13028315 or 2438201. OLE color: 2438201.

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

Color convert

RGB 57 52 37 -
CMYK 0 0.09 0.35 0.78
HSL 45º 0.21% 0.18% -
HSV(B) 45º 0.35% 0.22% -
XYZ 3.25 3.46 2.25 -
YUV 51.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 57 52 37 0 0.09 0.35 0.78 45 0.21 0.18
Hex 39 34 25 0 9 23 4E 2D 15 12
Octal 71 64 45 0 11 43 116 55 25 22
Binary 111001 110100 100101 0 1001 100011 1001110 101101 10101 10010

Color Harmonies of #393425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393425

Black with #393425

Text Example


Text Example

White with #393425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393425; }

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

 H1.HeaderClassName
 {
   color: #393425;
 }
 .AnyTagClassName
 {
   color: #393425;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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