Html Css Color HEX #322F22 Graphite

📋 copy color: '#322F22'

red 50 ◦ green 47 ◦ blue 34

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

Shades of Graphite #322F22

Tints of Graphite #322F22

RGB

 RED value IS 50 (19.92% from 255) = 38.17%

 GREEN value IS 47 (18.75% from 255) = 35.88%

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

R = 38.17%
G = 35.88%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.80

RGB Variations

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

Color information

#322F22 (or 0x322F22) is known color: Graphite. HEX triplet: 32, 2F and 22. RGB value is (50,47,34). Sum of RGB (Red+Green+Blue) = 50+47+34=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 50 - color contains mainly: red. Hex color #322F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F22 is #CDD0DD. Grayscale: #2E2E2E. Windows color (decimal): -13488350 or 2240306. OLE color: 2240306.

HSL color Cylindrical-coordinate representation of color #322F22: hue angle of 48.75º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #322F22 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 47 34 -
CMYK 0 0.06 0.32 0.80
HSL 48.75º 0.19% 0.16% -
HSV(B) 48.75º 0.32% 0.2% -
XYZ 2.62 2.83 1.92 -
YUV 46.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 50 47 34 0 0.06 0.32 0.80 48.75 0.19 0.16
Hex 32 2F 22 0 6 20 50 31 13 10
Octal 62 57 42 0 6 40 120 61 23 20
Binary 110010 101111 100010 0 110 100000 1010000 110001 10011 10000

Color Harmonies of #322F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322F22

Black with #322F22

Text Example


Text Example

White with #322F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322F22; }

 p { color: rgb(50,47,34); }

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

background-color css

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

 a { background-color: rgb(50,47,34); }

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

border-color css

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

 span { border-color: rgb(50,47,34); }

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