#322F23

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

Shades of Graphite #322F23

Tints of Graphite #322F23

Color information

#322F23 (or 0x322F23) is unknown color: approx Graphite. HEX triplet: 32, 2F and 23. RGB value is (50,47,35). Sum of RGB (Red+Green+Blue) = 50+47+35=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 50 - color contains mainly: red. Hex color #322F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F23 is #CDD0DC. Grayscale: #2E2E2E. Windows color (decimal): -13488349 or 2305842. OLE color: 2305842.

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

Color convert

RGB504735-
CMYK00.060.300.80
HSL48º17.65%16.67%-
HSV(B)48º30%19.61%-
XYZ2.642.832-
YUV46.53121.49130.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.88%
GREEN value IS 47 (18.75% from 255) = 35.61%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=37.88%
G=35.61%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50473500.060.300.804817.6516.67
Hex322F23061E50301211
Octal6257430636120602221
Binary11001010111110001101101111010100001100001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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