#322E23

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

Shades of Graphite #322E23

Tints of Graphite #322E23

Color information

#322E23 (or 0x322E23) is unknown color: approx Graphite. HEX triplet: 32, 2E and 23. RGB value is (50,46,35). Sum of RGB (Red+Green+Blue) = 50+46+35=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 50 - color contains mainly: red. Hex color #322E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E23 is #CDD1DC. Grayscale: #2D2D2D. Windows color (decimal): -13488605 or 2305586. OLE color: 2305586.

HSL color Cylindrical-coordinate representation of color #322E23: hue angle of 44º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #322E23 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB504635-
CMYK00.080.300.80
HSL44º17.65%16.67%-
HSV(B)44º30%19.61%-
XYZ2.62.751.98-
YUV45.94121.83130.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.17%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 35 (14.06% from 255) = 26.72%
R=38.17%
G=35.11%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50463500.080.300.804417.6516.67
Hex322E23081E502c1211
Octal62564301036120542221
Binary110010101110100011010001111010100001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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