Platinum blacks

Platinum black is a high purity catalyst appropriate for any application requiring finely divided platinum powder of medium catalytic activity. It is suitable as an electrocatalyst in gas diffusion electrodes across a wide range of technologies.

Chemical formula
Pt

Product codes

UK: 183003
UK: 183103
UK: 183102
UK: 183120
US: C1063 
US: C1064
US: C1065
US: C1067

CAS number

7440-06-4

 

Product family

Metal powder

 

Process
Electrocatalysis

 

Market
Chemicals, gas sensors

Product Specific
surface
area
Product
codes
Metal
content
Specific
surface
area
Particle
size (FSSS)
Loss on
drying
Loss on
reduction
Total
chloride
Tapped
density
Scott
density
 
Platinum black
high surface
area (HSA)
 
High  UK - 183003  ≥ 97 % w/w  25 – 30 m²/g    ≤ 1.0 % w/w  ≤ 2.0 – 3.0 % w/w  ≤ 0.1 % w/w  0.4 – 1.0 g/cm3   
Platinum black
low surface area (LSA)
 
 
Low  UK - 183103  ≥ 98 % w/w  8 – 13 m²/g  0.2 - 0.5 µm      ≤ 0.2 % w/w  1.4 – 2.0 g/cm3  0.8 – 1.2 g/cm3 
Platinum black
PTBO2
 
 
Low  UK - 183102  ≥ 98 % w/w  14 – 20 m²/g  0.2 - 0.4 µm  ≤ 0.5 % w/w  .2 – 2.0 % w/w  ≤ 0.2 % w/w  1.3 – 2.0 g/cm3  0.8 – 1.2 g/cm3 
Platinum black
PTBO2
low surface area
(LSA)
 
 
Low  UK - 183120  ≥ 98 % w/w  11 – 14 m²/g      ≤ 2.0 % w/w  ≤ 0.1 % w/w     
Platinum black
100/2I
 
 
Medium  US - C1065    9 – 13 m²/g  0.2 - 0.4 µm      ≤ 0.05 % w/w  1.4 – 2.6 g/cm3  11.0 – 20.0 g/in3 

Platinum black
100/3A

  US - C1067   1 - 3
m²/g
        1.5 – 4.5
 g/cm3
 
22.0 – 30.0 g/in3 
Platinum black
100/2A 
 
  US - C1063   8 - 12
m²/g
           
Platinum black
100/3C
  US - C1064   0.4 - 2
m²/g
        2 – 5.5
 g/cm3
 
 

An error occurred while processing the template.
Java method "com.sun.proxy.$Proxy923.getLatestArticle(long)" threw an exception when invoked on com.sun.proxy.$Proxy923 object "com.liferay.journal.service.impl.JournalArticleLocalServiceImpl@20cf40d3"; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign article = JournalArticleLocal...  [in template "161555#161602#TWO-PERSON-BLOCK" at line 44, column 21]
----
1<#assign JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")> 
2<#assign href = '#' > 
3 
4<div class="container jmtwo--person-temp"> 
5    <#if (Title.getData())??> 
6        <h2 class="person-heading_align"> 
7	        ${Title.getData()} 
8        </h2> 
9    </#if> 
10    <#if (SubTitle.getData())??> 
11	    <h6 class="person-subheading_align"> 
12	        ${SubTitle.getData()} 
13	    </h6> 
14    </#if> 
15 
16    <#if Link_Title?? && Link_Title.getData()?has_content> 
17        <#assign title = Link_Title.getData()> 
18		<#if Link_Title.Link_Internal?? && Link_Title.Link_Internal.getFriendlyUrl()?has_content> 
19			<#assign href = Link_Title.Link_Internal.getFriendlyUrl() > 
20		<#elseif Link_Title.Link_Mailto?? && Link_Title.Link_Mailto.getData()?has_content> 
21			<#assign href = Link_Title.Link_Mailto.getData() > 
22		<#elseif Link_Title.Link_Media?? && Link_Title.Link_Media.getData()?has_content> 
23			<#assign href = Link_Title.Link_Media.getData() > 
24		<#elseif Link_Title.Link_External?? && Link_Title.Link_External.getData()?has_content> 
25			<#assign href = Link_Title.Link_External.getData() > 
26		<#elseif Link_Title.Link_Target?? && Link_Title.Link_Target.getData()?has_content> 
27			<#assign href = Link_Title.Link_Target.getData() > 
28		</#if> 
29		<div class="btn__listblock"> 
30    		<a class="list_inner_link" href="${href}" title="${title}"> 
31    			<span>${title}</span> 
32    			<span class="list__link-icon"></span> 
33    		</a> 
34	    </div> 
35	</#if> 
36 
37    <div class="two-person-grid container"> 
38        <#if (People.getSiblings())?? && People.getSiblings()?has_content> 
39            <#list People.getSiblings() as cur_People> 
40                <#if cur_People?? && cur_People.getData()?has_content> 
41                    <#assign 
42                        webContentData = jsonFactoryUtil.createJSONObject(cur_People.getData()) 
43                    /> 
44                    <#assign 
45                        article = JournalArticleLocalService.getLatestArticle(getterUtil.getLong(webContentData.classPK, 0)) 
46                    /> 
47    				<@liferay_journal["journal-article"] 
48    				    articleId = article.getArticleId() 
49    				    ddmTemplateKey = "PERSON" 
50    				    groupId = article.getGroupId() 
51    				/> 
52				</#if> 
53            </#list> 
54        </#if> 
55    </div> 
56</div>