Translate and Convert RGB Color Values into Hexadecimal Hex Equivalent ترجمة وتحويل القيم الى RGB لون الهيكس يعادل ستعشري

In a html web page, there is code such as <body bgcolor=#ffffff> or color=”#000000″ . في هتمل صفحة ويب ، هناك قانون مثل <bodybgcolor=#ffffff> أو لون = "# 000000". The “ffffff” is the colour RGB hexadecimal value which will translate into a white, and “000000″ is black. "ffffff" هو اللون RGB الشفرة السداسية عشرية التي سوف تترجم إلى بيضاء ، و"000000" السوداء.

The RGB colour code must be converted into hexadecimal (Base-16) number in order for the browsers to understand them. وقد RGB اللون يجب أن يكون رمز تحويلها إلى ستعشري (قاعدة - 16) في عدد من أجل لمتصفحات فهمها. Then the resulting two-digit hexadecimal (”hex” for short) numbers are strung together into a single six-digit code. وبعد ذلك مما أدى إلى رقمين ستعشري ( "ساحرة" القصيرة) الذي يتألف من الأرقام معا في واحد من ستة أرقام مدونة. 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. حتى في المثال أعلاه ، فإن أول اثنين "و" ق و"0" ق موقف لقيمة أحمر ، المقبلتين لموقف الأخضر ، والأزرق للالماضيين.

It’s possible to get the RGB hex value from a colour chart. ومن الممكن الحصول على RGB عرافة قيمة اللون من الرسم البياني. But if you encounter a favorite colour, it’s possible to get its RGB value and convert it into hex code. ولكن اذا واجهتك وهو اللون المفضل ، فمن الممكن للحصول على قيمة RGB وتحويله إلى رمز عرافة.

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 من قيمة اللون من الصورة ، ببساطة فتح الصورة أو الصورة في مايكروسوفت الطلاء أو أي برامج لتجهيز الصور. 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. الطلاء لمايكروسوفت ، بعد لك اختيار اللون ، انقر على قائمة الألوان ، وبعد ذلك تحرير الألوان. 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. للترجمة / تحويل لحساب الهيكس ، سوف نستخدم لون البحر الجميلة الخضراء مع القيم 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 إلى الشفرة السداسية عشرية ، الأولى تأخذ قيمة الأحمر (51) ونقسمه على 16. The balance is 3.1875. التوازن هو 3.1875. The integer, 3, will be the first number in the hexadecimal formula. فإن جملة ، 3 ، وسيكون أول عدد في صيغة ستعشري. 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 في عرافة.

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. اذا كان لديك integers وما زالت بقايا أن تترجم إلى واقع من 10 أو 15 ، ثم ترجمة رقمين عدد واحد في رسالة (حيث ان جميع d' و ق وتأتي في 's) ، حيث 10 = ألف ، 11 = باء ، جيم = 12 ، 13 = دال ، هاء = 14 ، و 15 = F. This becomes relevant to our lovely sea green when we calculate the hexadecimal equivalent of its Green value, which is 219. هذا يصبح لدينا ذات الصلة البحر الخضراء الجميلة عندما كنا في حساب ستعشري يعادل من قيمة الأخضر ، الذي هو 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 دال ، وبعد ذلك تضاعف ما تبقى -- 0.69 -- 16 من جانب ، والحصول على 11 ، وهو ما يعادل باء.

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 هو RGB الشفرة السداسية عشرية للون الذي يمكن استخدامه في هتمل صفحة ويب.

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 لون ستعشري الهيكس المكافئ"

  1. Lewis Stratton لويس ستراتون
    April 11th, 2006 11:59 أبريل 11th ، 2006 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 لتحويل الهيكس هي مكتوبة جيدا ومباشرة.

    What a bonus to DIY webmasters such as myself. ما هي مكافأة لمشرفي المواقع DIY مثل نفسي. Many thanks. شكرا جزيلا.

  2. anon حالا
    December 5th, 2006 18:07 كانون الأول / ديسمبر 5th ، 2006 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 كانون الأول / ديسمبر 5th ، 2006 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 سبتمبر 5th ، 2008 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” زائد ، انت أعلى نتيجة على جوجل عند البحث في "كيفية ترجمة rgb إلى عرافة"

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> يمكنك استخدام هذه العلامات : <ahref="" title=""> <abbrtitle=""> <acronymtitle=""> <b><blockquotecite=""> <cite><code><ديل datetime = ""> <em><i><qcite=""> <strike><strong>

Subscribe without commenting اكتتاب دون التعليق


Custom Search

New Articles المواد الجديدة

Incoming Search Terms for the Article ابحث الواردة للشروط المنصوص عليها في المادة

rgb color values rgb لون القيم - -- convert pantone to hex تحويل بانتون لعرافة - -- "pantone hexadecimal values" "بانتون ستعشري القيم" - -- é hex equivalent é يعادل عرافة - -- color translate rgb hex لون ترجمة rgb عرافة - -- color converter pantone to rgb لون بانتون المحول الى rgb - -- compare between pantone and hexadecimal قارن بين بانتون وستعشري - -- convert pantone to word تحويل بانتون لكلمة - -- convert paint color to hex تحويل لون الطلاء لعرافة - -- convert pantone to rgb تحويل بانتون لrgb - -- convert RGB values to HTML تحويل القيم الى RGB هتمل - -- convert color name to rgb تحويل لون اسم لrgb - -- converting RGB colours to hex values تحويل الألوان RGB لعرافة القيم - -- convert pantone color to RGB بانتون لتحويل لون RGB - -- english hex translate عرافة الانجليزية ترجمة - -- equivalent of colors in hexadecimal ما يعادلها من الألوان في ستعشري - -- hex translation of chinese عرافة من الترجمة الصينية - -- HEXADECIMAL letter translation list ستعشري رسالة قائمة الترجمة - -- hex equivalent to white عرافة يعادل بيضاء - -- how to convert hexadecimal value into rgb color كيفية تحويل الشفرة السداسية عشرية إلى rgb اللون - -- how to get color binary value for given hex كيفية الحصول على لون القيمة ثنائية نظرا لعرافة - -- html color from rgb equation هتمل لون من المعادلة rgb - -- pantone to hex color conversion بانتون لتحويل لون عرافة - -- pantone to rgb converter بانتون لrgb المحول - -- pantone to hex value converter بانتون لعرافة قيمة المحول - -- pantone convert to rgb بانتون لتحويل rgb - -- pantone color chart convert office لون بانتون رسم تحويل مكتب - -- rgb equivalent colors rgb يعادل الألوان - -- rgb translator rgb مترجم - -- translate hexadecimal ترجمة ستعشري - -- translate rgb to web color ترجمة rgb للون على الإنترنت - -- web convert rgb color to hex الشبكة العالمية لتحويل لون rgb عرافة - -- what do the first two digits of the hexadecimal color stand for ما هو أول رقمين من موقف للون ستعشري - -- color value to RGB value converter قيمة لون RGB إلى قيمة المحول - -- rgb hex to int html rgb عرافة لكثافة العمليات هتمل - -- translate pantone to rgb ترجمة بانتون لrgb - --