#322E22

Color #322E22 Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #322E22

Tints of Graphite #322E22

Color information

#322E22 (or 0x322E22) is unknown color: approx Graphite. HEX triplet: 32, 2E and 22. RGB value is (50,46,34). Sum of RGB (Red+Green+Blue) = 50+46+34=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 50 - color contains mainly: red. Hex color #322E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E22 is #CDD1DD. Grayscale: #2D2D2D. Windows color (decimal): -13488606 or 2240050. OLE color: 2240050.

HSL color Cylindrical-coordinate representation of color #322E22: hue angle of 45º 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 #322E22 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB504634-
CMYK00.080.320.80
HSL45º19.05%16.47%-
HSV(B)45º32%19.61%-
XYZ2.582.751.91-
YUV45.83121.33130.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.46%
GREEN value IS 46 (18.36% from 255) = 35.38%
BLUE value IS 34 (13.67% from 255) = 26.15%
R=38.46%
G=35.38%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50463400.080.320.804519.0516.47
Hex322E220820502d1310
Octal62564201040120552320
Binary1100101011101000100100010000010100001011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #322E22;
 }
 .AnyTagClassName
 {
   color: #322E22;
 }
</style>
background-color css

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

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

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

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

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

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