Get A GooGle AdSense Account Free

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Sunday, 3 March 2013

How to Convert Images into Black and White Using CSS

Posted on 06:39 by Unknown
Today tutorial i will tell you how to change the color images into black and white using simple script. This code has the ability to make images into black and white using CSS. Turn images into black and white without having to use Photoshop and other image editing softwar .
It is always nice to turn your colorful images into black and white in your web design work. Adding such a grey-scale effect on images is useful for gallery and hover effects designs.

Check out the demo below:

Convert Images into Black and White

Click Here for More Live Demo:

How can Add Css Code into your blog.


  1. Go To Blogger > Design > Edit HTML
  2. Search (Ctrl+F) for  ]]></b:skin>

Past below code above ]]></b:skin>

#bk-grayscale{
background:url("1.jpg")no-repeat;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
}
And put the below code where you want to show images.

<img id="bk-grayscale" src="IMG URL" />
 Change IMG URL with your image URL

And if you can add only one image on post or widgets then only put below html code


<style>
#bk-grayscale{
background:url("1.jpg")no-repeat;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
}
</style>
<img id="bk-grayscale" src="IMG URL" />
Change IMG URL with your image URL

Hope I was able to explain everything to the point. You can use other options along with grayscale filter on the images like hover effects and gallery stuffs without the need to use Photoshop or any other image editing software.
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in CSS, How To, Tips, Tutorial | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Make Your Own Favicon In Favico.Com
    Favicon In Favico.Com Maybe all friend already know what is Favicon?? Yapss ... Favicon stands for "Favourite Icon" which is a pic...
  • Sevida - Responsive Magazine Blogger Template Download
    Sevida - Responsive Magazine Blogger Template Free Download Sevida is the premium responsive blog and magazine template for Blogger fans. Th...
  • How to Get Adsense Account Approved for Any Domain
    How to get adsense account approved for blogspot, wordpress, webs, weebly and other paid hosting sites. I know many of you want to earn good...
  • How to Verify Payza Account for All Countries
    In the previous post i tell you how to create payza account for online cash transations . Today you will learn how to verify payza account t...
  • How to Make Money Online With Fiverr
    Are you looking for a quick and easy way to make money online. Why not try Fiverr.com. About Fiverr The website was founded by Micha Kaufman...
  • How to Convert Images into Black and White Using CSS
    Today tutorial i will tell you how to change the color images into black and white using simple script. This code has the ability to make im...
  • Bringing Google+ Comments to Blogger
    Bringing Google+ Comments to Blogger Google introduced a new comments system for blogger.The feature isn't on by default. but once acti...
  • How To Free Host Files On Google Code For Blogger
    Do you want to host your blogger files free on the Internet, but you have no way to get it. Today i tell you a method how to host your files...
  • Tips and Tricks to Make Your Blog Stand Out
    It seems like everyone has a blog these days, so it can be really hard to make your blog stand out. For every wildly successful blog with t...
  • Disabling the Preview Function In Blog
    Preview on blogs , Maybe for a blogger who likes to modify the template, this is sometimes a problem Preview to see the result of the modifi...

Categories

  • Account (7)
  • Adsense (3)
  • Advertising Networks (5)
  • Affiliate Program (3)
  • Alexa (1)
  • Blog layout (2)
  • Blogger (12)
  • Blogger Tips (5)
  • Blogging (5)
  • Blogging Tracks (5)
  • Comments (2)
  • CSS (1)
  • Debit Card (1)
  • Facebook (3)
  • Favicon (1)
  • Gadgets (2)
  • google (4)
  • Google Plus (2)
  • Host (1)
  • Hosting (1)
  • How To (5)
  • HTML Code (3)
  • Info (2)
  • Make Money Online (7)
  • Online Banking (1)
  • Page Rank (1)
  • Payoneer (1)
  • paypal (1)
  • Payza (2)
  • Script (3)
  • Search Engines (6)
  • SEO (9)
  • Services (1)
  • Templates (4)
  • Tips (8)
  • Tips and Tricks (1)
  • Tools (6)
  • Traffic (3)
  • Tricks (4)
  • Tutorial (10)
  • Twitter (1)
  • web guides (6)
  • Widget (7)

Blog Archive

  • ▼  2013 (47)
    • ►  September (1)
    • ►  August (1)
    • ►  July (3)
    • ►  June (4)
    • ►  May (3)
    • ►  April (5)
    • ▼  March (9)
      • How to Display Author image in Google Search Results
      • How to Create Facebook Page for Website/Blog and B...
      • Submit Website Sitemap To Webmaster Tools
      • Earn Money with Yahoo! Bing Network Contextual Ads...
      • Earn Money Online With Chitika and Blogger
      • Metro Simple Premium Blogger Template Free Download
      • Submit your Websites to Search Engines for Free
      • How to Convert Images into Black and White Using CSS
      • How to Create Google+ (Plus) Fan Page for Website/...
    • ►  February (20)
    • ►  January (1)
Powered by Blogger.

About Me

Unknown
View my complete profile