Html Css Color HEX #393322 Graphite

📋 copy color: '#393322'

red 57 ◦ green 51 ◦ blue 34

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

Shades of Graphite #393322

Tints of Graphite #393322

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.92%

 BLUE value IS 34 (13.67% from 255) = 23.94%

R = 40.14%
G = 35.92%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.78

RGB Variations

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

Color information

#393322 (or 0x393322) is known color: Graphite. HEX triplet: 39, 33 and 22. RGB value is (57,51,34). Sum of RGB (Red+Green+Blue) = 57+51+34=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 57 - color contains mainly: red. Hex color #393322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393322 is #C6CCDD. Grayscale: #323232. Windows color (decimal): -13028574 or 2241337. OLE color: 2241337.

HSL color Cylindrical-coordinate representation of color #393322: hue angle of 44.35º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #393322 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 51 34 -
CMYK 0 0.11 0.40 0.78
HSL 44.35º 0.25% 0.18% -
HSV(B) 44.35º 0.4% 0.22% -
XYZ 3.16 3.35 1.99 -
YUV 50.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 57 51 34 0 0.11 0.40 0.78 44.35 0.25 0.18
Hex 39 33 22 0 B 28 4E 2C 19 12
Octal 71 63 42 0 13 50 116 54 31 22
Binary 111001 110011 100010 0 1011 101000 1001110 101100 11001 10010

Color Harmonies of #393322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393322

Black with #393322

Text Example


Text Example

White with #393322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393322; }

 p { color: rgb(57,51,34); }

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

background-color css

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

 a { background-color: rgb(57,51,34); }

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

border-color css

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

 span { border-color: rgb(57,51,34); }

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