Html Css Color HEX #393528 Graphite

📋 copy color: '#393528'

red 57 ◦ green 53 ◦ blue 40

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

Shades of Graphite #393528

Tints of Graphite #393528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.67%

R = 38%
G = 35.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#393528 (or 0x393528) is known color: Graphite. HEX triplet: 39, 35 and 28. RGB value is (57,53,40). Sum of RGB (Red+Green+Blue) = 57+53+40=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 57 - color contains mainly: red. Hex color #393528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393528 is #C6CAD7. Grayscale: #343434. Windows color (decimal): -13028056 or 2635065. OLE color: 2635065.

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

Color convert

RGB 57 53 40 -
CMYK 0 0.07 0.30 0.78
HSL 45.88º 0.18% 0.19% -
HSV(B) 45.88º 0.3% 0.22% -
XYZ 3.34 3.57 2.52 -
YUV 52.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 57 53 40 0 0.07 0.30 0.78 45.88 0.18 0.19
Hex 39 35 28 0 7 1E 4E 2E 12 13
Octal 71 65 50 0 7 36 116 56 22 23
Binary 111001 110101 101000 0 111 11110 1001110 101110 10010 10011

Color Harmonies of #393528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393528

Black with #393528

Text Example


Text Example

White with #393528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393528; }

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

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

background-color css

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

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

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

border-color css

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

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

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