Translate and Convert RGB Color Values into Hexadecimal Hex Equivalent翻訳とRGBカラー値を16進数に変換する16進数の等価

In a html web page, there is code such as <body bgcolor=#ffffff> or color=”#000000″ .で、 HTML Webページでは、 場合<body bgcolor=#ffffff>のようなコードや色= " # 000000 "です。 The “ffffff” is the colour RGB hexadecimal value which will translate into a white, and “000000″ is black. "でffffff "は16進数の値のRGBの色が白い和訳すると" 000000 "は黒です。

The RGB colour code must be converted into hexadecimal (Base-16) number in order for the browsers to understand them.のRGBカラーコードを16進数に変換しなければなりません(基本- 16 )の数字を理解するためには、ブラウザです。 Then the resulting two-digit hexadecimal (”hex” for short) numbers are strung together into a single six-digit code. 2つの入力し、その結果桁の16進数( " 16進"をショート)数字は麻薬をひとつにまとめ、 1つの6桁のコードです。 So in the example above, the first two “f”s and “0″s stand for the red value, the next two stand for green, and the last two for blue.上記の例のように、最初の2つの" f "をsと" 0 " 、赤の値を当てはめて、次の2つのスタンドを緑、との最後の2つの青色です。

It’s possible to get the RGB hex value from a colour chart.することが可能に入手してからの16進値のRGBカラーチャートです。 But if you encounter a favorite colour, it’s possible to get its RGB value and convert it into hex code.しかし、好きな色に遭遇する場合に、することが可能に得るために、そのRGB値を16進コードに変換することとします。

To get the RGB value of a colour from a photo, simply open the photo or picture in Microsoft Paint or any image processing software. RGB値を取得するには、カラー写真から、単に写真や画像を開いてMicrosoftペイントまたは任意の画像処理ソフトウェアです。 Use the pick color tools to pick the colour and the RGB value should be shown.色合いを選択ツールを使用して色を選択するとRGB値が表示されます。 For Microsoft Paint, after you pick the colour, click on Colors menu, and then Edit Colors. Microsoftペイントを、色を選択した後、色]メニューをクリックして、色と入力し、編集します。 On the window shown, click on Define Custom Colors, and you will see the RGB value of the color you just selected shown there.上のウィンドウが表示、カスタム色の定義をクリックして、お客様への詳細については、 RGB各色の値を示すように選択するだけです。

For translation/conversion to Hex calculation, we will use the color of lovely sea green with the RGB values R=51, G=219, B=153 as example.翻訳/コンバージョンを16進数の計算、我々は美しい海の色を使用してRGB値の緑の研究= 51 、ゲイン= 219 、 b = 153として例です。

To translate the RGB value into hexadecimal value, first take the value of Red (51) and divide it by 16. RGB値を16進数に変換して値を、最初の値を取る赤( 51 )とに分けることによって16 。 The balance is 3.1875.の残高は3.1875です。 The integer, 3, will be the first number in the hexadecimal formula.の整数、 3 、番号表示されるのは初めてで、 16進数の数式です。 The remainder (0.1875) should be multiplied by 16, which also results in the number 3.残り( 0.1875 )を掛けたすべきである16日、検索結果の数も3 。 So, 51 translates to 33 in hex.このため、 51から33の16進数に変換します。

If you get integers and remainders that translate into from 10 or 15, then translate the two-digit number into a single letter (that’s where all the d’s and f’s come in), where 10=A, 11=B, 12=C, 13=D, 14=E, and 15=F.もし整数とremaindersことを翻訳してから10または15日、 2つの入力し、翻訳する桁の数字を1つの手紙(それはどこのすべてのDのとfのには) 、ここで10 =を、 11 = b 、 12 = c 、 13の= D 、 14 = E 、および15 =女性 This becomes relevant to our lovely sea green when we calculate the hexadecimal equivalent of its Green value, which is 219.これが私たちに関連する緑色の美しい海と同等の16進数を計算するときに私たちの緑色の値で、これは219です。 When we divide it by 16, we get 13.69.ときに私たちに分けることによって16日、私たち13.69取得します。 We translate 13 to D, and then multiply the remainder - 0.69 - by 16, and get 11, which equals B.私たち翻訳13 〜 dと入力し、多重の残り-0 .69-を1 6日と1 1日、 b .に等しい

Repeat this formula for the Blue value, and then string them together (you should get 33DB99).この数式をするには、青色の値を繰り返す、と入力し、文字列を組み合わせて(を取得するべきかを33db99 ) 。 33DB99 is the RGB Hexadecimal value for the colour which can be used in the html web page. 33db99は、 16進数の値をRGB各色ができるHTML Webページで使用されています。

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これは、機械翻訳ページで提供"現状有姿"を保証します。 Machine translation may be difficult to understand.機械翻訳を理解するのは難しいかもしれません。 Please refer toを参照してください original English articleオリジナルの英語記事索引 whenever possible.いつ可能です。

Share and contribute or get technical support and help atを共有して貢献や技術サポートとヘルプを得る My Digital Life Forums 私のデジタルライフフォーラム .です。



4 Responses to “Translate and Convert RGB Color Values into Hexadecimal Hex Equivalent” 4つの応答を"翻訳とRGBカラー値を16進数に変換する16進数の同等品"

  1. Lewis Strattonルイスストラットン
    April 11th, 2006 11:59 2006年4月11日11:59
    1

    What a fantastic page.何という素晴らしいページをご覧ください。 The web is full of ready-made converter tools, but I love to know HOW things are done.ウェブがいっぱいに変換ツールの既製けど、あなたを愛し方法を知ることは完了です。 Your page on RGB to Hex conversion is well written and straightforward.お客様のページ上のRGBを16進数の変換はよく書かれたと簡単です。

    What a bonus to DIY webmasters such as myself.ボーナスをどのように自分自身のDIYなどのウェブマスターです。 Many thanks.多くのおかげです。

  2. anon程なく
    December 5th, 2006 18:07 2006年12月5日18:07
    2

    It’s damn misleading to stuff the word “pantone” into you keywords when you don’t talk about it at all.くそー、誤解を招くものという言葉を"パントーン"をするときのキーワードはすべてのことは口にしないことです。

  3. admin管理者
    December 5th, 2006 18:33 2006年12月5日18:33
    3

    Hi sorry anon, the keywords are based on what users search, and is not controllable.程なくハワイ申し訳ありません、どのようなユーザーに基づいて、キーワードには、検索、および制御ではない。

  4. Ace Fryeエースフライ
    September 5th, 2008 23:29 2008年9月5日23:29
    4

    Thank you sir, this is exactly what I was looking for.いただきありがとうございます卿、これはまさに私が探しています。 Plus, you are the top result on google when searching “how to translate rgb into hex”さらに、あなたがトップの結果は、 Googleを検索するときに"のRGBを16進数に変換する方法"

Leave a Reply残して返信

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> これらのタグを使用することができます: <aのhref=のtitle= <abbrのtitle= <blockquote cite=""> <cite> <acronymのtitle= <b>ダウンロードの<code> <デル日時= " " >の<em> <i>て<strike> <strong> <q cite="">

Subscribe without commenting登録なしのコメント


Custom Search

New Articles新しい記事

Incoming Search Terms for the Article検索用語を受信するには

convert RGB to Pantone パントーンのRGBに変換する - - convert Pantone to RGB パントーンをRGBに変換する - - pantone converter PANTONEのコンバータ - - rgb translator RGB各トランスレータ - - convert pantone to hex パントーンを16進数に変換する - - pantone rgb equivalent PANTONEのと同等のRGB - - pantone rgb converter パントーンのRGBコンバータ - - RGB translation RGB各翻訳 - - hexadecimal translation 16進数の翻訳 - - rgb color values RGBカラー値 - - hex translation 16進数の翻訳 - - pantone to rgb values PANTONEの値をRGB - - pantone rgb conversion パントーンのRGB変換 - - translate rgb to hex 翻訳のRGBを16進 - - rgb pantone converter パントーンのRGBコンバータ - - translate rgb 翻訳のRGB - - hex color translation 色の16進変換 - - rgb to pantone converter RGBからPANTONEのコンバータ - - convert hex to pantone PANTONEの16進数に変換する - - Pantone to RGB Conversion パントーンをRGB変換 - - convert rgb to hex RGBから16進数に変換する - - pantone to hex conversion パントーンを16進変換 - - RGB to pantone conversion パントーンのRGBに変換 - - hex color translator 16進カラートランスレータ - - hex code translation 16進コードを翻訳 - - convert rgb to integer RGB各を整数に変換する - - pantone rgb equivalents パントーンのRGBと同等の - - pantone rgb values PANTONEのRGB値 - - hex color translate 色の16進変換 - - Pantone rgb convert パントーンのRGBに変換する - - pantone RGB value PANTONEのRGB値 - - pantone translation PANTONEの翻訳 - - pantone color converter PANTONEカラーコンバータ - - hex to pantone converter PANTONEの16進数に変換 - - rgb pantone conversion パントーンのRGB変換 - - rgb color equivalents RGBカラーと同等の - - rgb color translator RGBカラートランスレータ - - translate rgb to html 翻訳を行うためにHTMLのRGB - - translate rgb color 翻訳RGBカラー - - convert pantone to hexadecimal パントーンを16進数に変換する - - color hex translation 色の16進変換 - - rgb color translation RGBカラーの翻訳 - - translate to rgb 翻訳をRGB - - rgb to hex formula RGBから16進数の数式 - - pantone hex conversion PANTONEの16進変換 - - rgb to pantone RGBからパントン - - translate hex 翻訳16進数 - - RGB equivalent of pantone パントーンのRGBに相当する - - rgb equivalent pantone PANTONEのと同等のRGB - - pantone to hex converter パントーンを16進変換 - -