#322D1E

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

Shades of Graphite #322D1E

Tints of Graphite #322D1E

Color information

#322D1E (or 0x322D1E) is unknown color: approx Graphite. HEX triplet: 32, 2D and 1E. RGB value is (50,45,30). Sum of RGB (Red+Green+Blue) = 50+45+30=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 50 - color contains mainly: red. Hex color #322D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D1E is #CDD2E1. Grayscale: #2C2C2C. Windows color (decimal): -13488866 or 1977650. OLE color: 1977650.

HSL color Cylindrical-coordinate representation of color #322D1E: hue angle of 45º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #322D1E is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB504530-
CMYK00.100.400.80
HSL45º25%15.69%-
HSV(B)45º40%19.61%-
XYZ2.492.651.61-
YUV44.78119.66131.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 30 (12.11% from 255) = 24%
R=40%
G=36%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50453000.100.400.80452515.69
Hex322D1E0A28502d1910
Octal62553601250120553120
Binary110010101101111100101010100010100001011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,45,30); }

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

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

 a { background-color: rgb(50,45,30); }

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

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

 span { border-color: rgb(50,45,30); }

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