HTML Color Codes and Converting RGB to Hexadecimal HTMLのカラーコードとRGBの16進数に変換する
When Iときに redesigned再設計 my blog, I wanted my私のブログ、私は望んで私の Adsenseアドセンス unit to merge properly with the background of the theme.ユニットを適切にテーマの背景と合併してください。 My earlier theme had white background, so it was never a problem to integrate the ads.私の以前のテーマは、白い背景していたので、広告を統合することに問題はなかった。 The sidebar of my new theme has a unique color and I wanted the background of my Adsense unit to have the same color.私の新しいテーマのサイドバーは、ユニークな色をしていると私は同じ色をして私のAdSenseユニットの背景を望んでいた。 Adsense setup has only a small collection of colors (although we can manually enter the colors). AdSense設定の色はごくわずかしかコレクション(ただし、手動)は、色を入力することができますしている。 I didn’t have Photoshop or a GIMP installed in my system (office computer from where I blog).私は持っていなかったのであるGIMP Photoshopや私のシステムで(オフィスのコンピュータが私のブログからインストール) 。 Now the question is how to get the correct color code when you don’t have any picture editors?現在、質問をするときに任意の画像を編集する方法がない、正しい色のコードを取得することですか?
This is pretty simple!これは非常に簡単です! I took screen shot of my blog and pasted in paint.私は自分のブログのスクリーンショットを取り、ペイントに貼り付けられる。 Using the color picker, I selected the color of my sidebar.カラーピッカーを使用して、私のサイドバーの色を選択します。 Now paint displays color in RGB format and I wanted it in hexadecimal format.現在、 RGB形式に表示される色の塗料と私の16進数の形式で望んでいた。 My color was RGB (216, 217, 198).私の色のRGB ( 216 、 217 、 198 )だった。 HTML colors codes are made up of 3 sets of hex numbers, one for Red, one for Green, and one for Blue and to get the color code in hexadecimal format is very simple. HTMLのカラーコードの16進数値は、レッド、グリーン、ブルーのための1つの16進数の形式でカラーコードを取得できるとの3セットで構成されます非常に簡単です。
Here the calculator that comes with Windows is handy, to convert between Decimal and Hex values.ここでは、 Windowsに付属の電卓、 10進数、 16進数の値を相互に変換するには便利です。 Open the calculator and select View and then Scientific.電卓を選択して表示し、科学技術を開きます。 Once you do this, you’ll see more buttons and controls on the calculator.一度これを行う場合は、電卓の詳細ボタンとコントロールが表示されます。 Click “Dec” and the key in a number (the number that is specific to red).数多くの点では、赤に固有のものですクリックして" 12月"とキー(の数) 。 Now click “Hex” and it’ll convert the number to hex.今すぐクリックして" 16進"とする数を16進数に変換されます。 To convert from Hex to Dec, click on “Hex”, key in the number, and then click “Dec”. 16進数から12月、 16進数"をクリックして"は、多くのキーと、次に" "をクリックして変換するには12月。 Sometimes you’ll get a color specification in Decimal, for example (128, 30, 80) and you can use this method to convert it to hex (80, 1E, 50) which would look like this for your HTML color #801E50.ある場面で、例えば、 10進で色を指定されます( 128 、 30 、 80 )と、これを変換するには( 80 、の1e 、 50 )の16進には、このようにHTMLの色# 801E50を探すには、このメソッドを使用することができます。 ( Imp: Don’t key in all the three numbers and convert to hexadecimal, this would give a different combination) The decimal part for a color varies from 0-255 and we can have different combinations by varying this RGB combination. ( インプ:すべての3つの数字のキーを16進数に変換しないと、この)は、色の10進数の0から255までの部分を別の組み合わせを与えると異なりますので、このRGBの組み合わせを変えて別の組み合わせを持つことができます。
Here are some of the common colors and their decimal and hexadecimal codes.ここにいくつかの共通の色とその10進数、 16進数のコードです。
000000 is black (0’s for all three colors) 000000 ( 0全3色)の黒です
FFFFFF is white (255’s for all three colors) ffffffを( 255全3色)の白です
FF0000 is all RED (255 for Red, 0 green, 0 blue) FF0000すべて( 255赤、 0緑、青0 ) redです。
00FF00 is all GREEN (0 Red, 255 green, 0 blue) 00FF00すべての色は緑色です( 0赤、緑255 、 0ブルー)
0000FF is all Blue (0 red, 0 green, 255 blue)すべて0000FFブルー( 0赤、 0緑、青255です)
FFFF00 is Yellow (255 red, 255 green, and 0 blue) FFFF00 ( 255赤、 255緑、および0ブルー)イエローです
808080 is a gray (128 red, 128 green, and 125 blue) 808080はグレー( 128赤、 128緑、青と125です)
Next time when you face this issue, try our this method.次回この問題に直面したとき、私たちのこの方法を試してください。 There is a small software (62 kb),ある小さなソフトウェア( 62 KB )のです。 Pixieとがり , which will tell you the Hex, RGB, HTML, CMYK and HSV values of any color.の場合は、 16進数、 RGBのは、 HTML形式のCMYK HSVは、任意の色の値を報告します。
Technorati tags: Technoratiのタグ: HTML Color Codes HTMLのカラーコード , 、 RGB RGBの , 、
Share this Postこの投稿を共有


























Hey thanks!やあありがとう! I was searching a reference for this from a long time.私はこのために長い時間からの参照が検索されました。
Hi Nirmal,ハワイNirmal 、
I think there is a very simple tool called “Color Cop” available exactly for the same purpose.私はそこには非常に簡単なツールと呼ばれる"カラーコップ"と全く同じ目的のために利用可能だと思う。 You can download it atあなたでダウンロードできます。 http://www.colorcop.net . 。 It will not take more than 5 seconds (yes 5 seconds) to determine the hex colour code of any pixel on your screen. 5秒以上画面上の任意のピクセルの16進カラーコードを決定するために(はい5秒間)することはありません。 The use is extremely easy.を使用することは非常に簡単です。
I am a total new entrant to the blogosphere and had just shot off my blog webtools-desinet1.blogspot.com.私はブロゴスフィアに新規参入しているだけで、合計私のブログwebtools - desinet1.blogspot.comを撮影していた。 I have not even finished its template part.私も、一部のテンプレートは完成していない。
I would love to hear from you.私はあなたから話を聞くのが大好きだ。
@Rishi, @リシ、
Thanks for your feedback, hope it was useful for you.ご意見をお寄せいただき、ありがとうございます、それは、あなたに役立つことを願っている。
@Silki, @ Silki 、
Thanks for letting me know about the software.メインのソフトウェアについて知っていただき、ありがとうございます。 I have also mentioned about another software Pixie, which can convert to all formats.私はまた別のソフトウェアピクシーについては、すべてのフォーマットに変換することができます言及している。