Html Css Color HEX #393526 Graphite

📋 copy color: '#393526'

red 57 ◦ green 53 ◦ blue 38

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

Shades of Graphite #393526

Tints of Graphite #393526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.68%

R = 38.51%
G = 35.81%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#393526 (or 0x393526) is known color: Graphite. HEX triplet: 39, 35 and 26. RGB value is (57,53,38). Sum of RGB (Red+Green+Blue) = 57+53+38=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 57 - color contains mainly: red. Hex color #393526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393526 is #C6CAD9. Grayscale: #343434. Windows color (decimal): -13028058 or 2503993. OLE color: 2503993.

HSL color Cylindrical-coordinate representation of color #393526: hue angle of 47.37º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #393526 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 53 38 -
CMYK 0 0.07 0.33 0.78
HSL 47.37º 0.2% 0.19% -
HSV(B) 47.37º 0.33% 0.22% -
XYZ 3.31 3.56 2.35 -
YUV 52.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 57 53 38 0 0.07 0.33 0.78 47.37 0.2 0.19
Hex 39 35 26 0 7 21 4E 2F 14 13
Octal 71 65 46 0 7 41 116 57 24 23
Binary 111001 110101 100110 0 111 100001 1001110 101111 10100 10011

Color Harmonies of #393526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393526

Black with #393526

Text Example


Text Example

White with #393526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393526; }

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

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

background-color css

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

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

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

border-color css

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

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

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