Html Css Color HEX #393525 Graphite

📋 copy color: '#393525'

red 57 ◦ green 53 ◦ blue 37

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

Shades of Graphite #393525

Tints of Graphite #393525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.05%

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

R = 38.78%
G = 36.05%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#393525 (or 0x393525) is known color: Graphite. HEX triplet: 39, 35 and 25. RGB value is (57,53,37). Sum of RGB (Red+Green+Blue) = 57+53+37=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 57 - color contains mainly: red. Hex color #393525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393525 is #C6CADA. Grayscale: #343434. Windows color (decimal): -13028059 or 2438457. OLE color: 2438457.

HSL color Cylindrical-coordinate representation of color #393525: hue angle of 48º 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 #393525 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 53 37 -
CMYK 0 0.07 0.35 0.78
HSL 48º 0.21% 0.18% -
HSV(B) 48º 0.35% 0.22% -
XYZ 3.29 3.55 2.26 -
YUV 52.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 57 53 37 0 0.07 0.35 0.78 48 0.21 0.18
Hex 39 35 25 0 7 23 4E 30 15 12
Octal 71 65 45 0 7 43 116 60 25 22
Binary 111001 110101 100101 0 111 100011 1001110 110000 10101 10010

Color Harmonies of #393525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393525

Black with #393525

Text Example


Text Example

White with #393525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393525; }

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

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

background-color css

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

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

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

border-color css

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

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

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