Html Css Color HEX #393427 Graphite

📋 copy color: '#393427'

red 57 ◦ green 52 ◦ blue 39

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

Shades of Graphite #393427

Tints of Graphite #393427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.35%

R = 38.51%
G = 35.14%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#393427 (or 0x393427) is known color: Graphite. HEX triplet: 39, 34 and 27. RGB value is (57,52,39). Sum of RGB (Red+Green+Blue) = 57+52+39=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 57 - color contains mainly: red. Hex color #393427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393427 is #C6CBD8. Grayscale: #343434. Windows color (decimal): -13028313 or 2569273. OLE color: 2569273.

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

Color convert

RGB 57 52 39 -
CMYK 0 0.09 0.32 0.78
HSL 43.33º 0.19% 0.19% -
HSV(B) 43.33º 0.32% 0.22% -
XYZ 3.28 3.47 2.42 -
YUV 52.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 57 52 39 0 0.09 0.32 0.78 43.33 0.19 0.19
Hex 39 34 27 0 9 20 4E 2B 13 13
Octal 71 64 47 0 11 40 116 53 23 23
Binary 111001 110100 100111 0 1001 100000 1001110 101011 10011 10011

Color Harmonies of #393427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393427

Black with #393427

Text Example


Text Example

White with #393427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393427; }

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

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

background-color css

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

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

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

border-color css

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

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

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