Translate and Convert RGB Color Values into Hexadecimal Hex Equivalent Traducir y convertir los valores de color RGB en hexadecimal equivalente hexadecimal

In a html web page, there is code such as <body bgcolor=#ffffff> or color=”#000000″ . En una página web en HTML, hay código como <body bgcolor=#ffffff> o color = "# 000000". The “ffffff” is the colour RGB hexadecimal value which will translate into a white, and “000000″ is black. El "FFFFFF" es el color RGB valor hexadecimal que se traducirá en un blanco, y "000000" es negro.

The RGB colour code must be converted into hexadecimal (Base-16) number in order for the browsers to understand them. El código de color RGB debe convertirse en hexadecimal (Base-16) número a fin de que los navegadores de entender. Then the resulting two-digit hexadecimal (”hex” for short) numbers are strung together into a single six-digit code. Entonces el resultado de dos dígitos hexadecimales ( "hex" para abreviar) los números se conectan en un único plazo de seis cifras del código. 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. De modo que en el ejemplo anterior, los dos primeros "f" y s "0" s se refieren a los valores rojo, los próximos dos a las verdes, y las dos últimas de azul.

It’s possible to get the RGB hex value from a colour chart. Es posible obtener el valor RGB hexadecimal de una tabla de color. But if you encounter a favorite colour, it’s possible to get its RGB value and convert it into hex code. Pero si encuentra un color favorito, es posible obtener su valor RGB y convertirla en código hexadecimal.

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. Para obtener el valor RGB de un color de una foto, basta con abrir la foto o una imagen en Microsoft Paint o cualquier software de procesamiento de imágenes. Use the pick color tools to pick the colour and the RGB value should be shown. Utilice el color herramientas de selección para escoger el color y el valor RGB debe ser demostrado. For Microsoft Paint, after you pick the colour, click on Colors menu, and then Edit Colors. Para Microsoft Paint, después tienes que elegir el color, haga clic en Colores menú y, a continuación, Editar colores. On the window shown, click on Define Custom Colors, and you will see the RGB value of the color you just selected shown there. Por la ventana se muestra, haga clic en Definir colores personalizados, y verá el valor RGB del color que usted acaba de seleccionar se muestra allí.

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. Para la traducción y la conversión a la hexagonal de cálculo, utilizaremos el color del mar hermoso verde con los valores RGB R = 51, G = 219, B = 153 como ejemplo.

To translate the RGB value into hexadecimal value, first take the value of Red (51) and divide it by 16. Se trata de traducir el valor RGB en valor hexadecimal, en primer lugar el valor de Red (51) y dividirlo por 16. The balance is 3.1875. El saldo es 3,1875. The integer, 3, will be the first number in the hexadecimal formula. El número entero, 3, será el primer número hexadecimal en la fórmula. The remainder (0.1875) should be multiplied by 16, which also results in the number 3. El resto (0.1875) debe multiplicarse por 16, lo que resulta también en el número 3. So, 51 translates to 33 in hex. Así, 51 se traduce a 33 en hexadecimal.

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. Si obtiene enteros y restos que se traducen en 10 o de 15, entonces traducir el número de dos dígitos en una sola letra (que es donde todos los d's y m's vienen en), donde 10 = A, 11 = B, C = 12, 13 = D, E = 14, y 15 = F. This becomes relevant to our lovely sea green when we calculate the hexadecimal equivalent of its Green value, which is 219. Esto se hace pertinente a nuestra hermosa mar verde cuando calculamos el equivalente en hexadecimal de su valor ecológico, que es 219. When we divide it by 16, we get 13.69. Cuando nos dividimos por 16, obtenemos 13,69. We translate 13 to D, and then multiply the remainder - 0.69 - by 16, and get 11, which equals B. Traducimos a 13 D, y luego multiplicar el resto - 0,69 - de 16, y obtener 11, que es igual a B.

Repeat this formula for the Blue value, and then string them together (you should get 33DB99). Repita esta fórmula para el valor Azul, y luego cadena juntos (usted debe conseguir 33DB99). 33DB99 is the RGB Hexadecimal value for the colour which can be used in the html web page. 33DB99 RGB es el valor hexadecimal del color que puede ser utilizado en html la página web.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Se trata de una máquina que traduzca la página se proporciona "tal cual" sin garantía. Machine translation may be difficult to understand. La traducción automática puede resultar difícil de entender. Please refer to Por favor, consulte original English article artículo original Inglés whenever possible. siempre que sea posible.

Share and contribute or get technical support and help at Compartir y contribuir o recibir apoyo técnico y ayudar a My Digital Life Forums Mi vida digital Foros .



3 Responses to “Translate and Convert RGB Color Values into Hexadecimal Hex Equivalent” 3 Responses to "Convertir y traducir los valores de color RGB en hexadecimal Hex equivalente"

  1. Lewis Stratton Lewis Stratton
    April 11th, 2006 11:59 Abril 11, 2006 11:59
    1

    What a fantastic page. ¡Qué fantástica página. The web is full of ready-made converter tools, but I love to know HOW things are done. La web está llena de ready-made convertidor de herramientas, pero me encantaría saber cómo se hacen las cosas. Your page on RGB to Hex conversion is well written and straightforward. Su página en RGB a Hex conversión está bien escrito y directo.

    What a bonus to DIY webmasters such as myself. Lo que un bono para los webmasters de bricolaje como yo. Many thanks. Muchas gracias.

  2. anon Anon
    December 5th, 2006 18:07 5 de diciembre, 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. Es damn engañosa cosas a la palabra "Pantone" en las palabras clave que usted cuando usted no hablar de ello en absoluto.

  3. admin
    December 5th, 2006 18:33 5 de diciembre, 2006 18:33
    3

    Hi sorry anon, the keywords are based on what users search, and is not controllable. Hi sentimos anon, las palabras clave se basan en lo que los usuarios buscar, y no es controlable.

Leave a Reply Deja Responder

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> Puede usar estos tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Suscribirse sin comentar


Custom Search

New Articles Nuevos Artículos

Incoming Search Terms for the Article Próximos Términos de búsqueda para el artículo

convert Pantone to RGB convertir Pantone a RGB - -- pantone converter Pantone convertidor - -- convert RGB to Pantone convertir RGB a Pantone - -- rgb translator RGB traductor - -- pantone rgb converter Pantone RGB convertidor - -- convert pantone to hex Pantone convertir en hexadecimal - -- hexadecimal translation hexadecimal traducción - -- pantone rgb equivalent Pantone equivalente RGB - -- RGB translation RGB traducción - -- convert hex to pantone convertir hexadecimal a Pantone - -- translate rgb to hex traducir RGB a hexadecimal - -- rgb color values los valores de color RGB - -- translate rgb traducir RGB - -- hex color translation hexadecimal de color traducción - -- RGB to pantone conversion RGB a Pantone conversión - -- Pantone rgb convert Pantone convertir RGB - -- pantone RGB value Pantone valor RGB - -- hex translation hexadecimal traducción - -- pantone to hex conversion Pantone conversión a hexadecimal - -- convert rgb to integer RGB convertir a integer - -- Pantone to RGB Conversion Pantone conversión a RGB - -- rgb pantone converter RGB Pantone convertidor - -- hex color translate hexadecimal de color traducir - -- hex color translator color hexadecimal traductor - -- hex code translation el código hexadecimal de traducción - -- pantone to rgb values Pantone a RGB valores - -- convert pantone to hexadecimal Pantone convertir a hexadecimal - -- hex to pantone converter hexadecimal a Pantone convertidor - -- rgb pantone conversion RGB Pantone conversión - -- color hex translation color hexadecimal traducción - -- rgb to pantone converter RGB a Pantone convertidor - -- pantone rgb conversion Pantone conversión RGB - -- pantone translation Pantone traducción - -- rgb color translator color RGB traductor - -- translate rgb to html traducir RGB a HTML - -- translate rgb color traducir de color RGB - -- pantone to hex converter Pantone en hexadecimal convertidor - -- rgb color translation traducción de color RGB - -- translate to rgb traducir a RGB - -- bgcolor conversion pantone bgcolor conversión Pantone - -- rgb to hex formula RGB en hexadecimal fórmula - -- translate color traducir color - -- convert hex colors to define custom colors convertir hexadecimal colores para definir colores personalizados - -- pantone hex convert Pantone convertir hexadecimal - -- translate color rgb traducir color RGB - -- pantone hex conversion Pantone conversión hexadecimal - -- rgb pantone equivalent RGB equivalente Pantone - -- translate RGB to HTML color traducir HTML a RGB color - -- Convert pantone to hexadecimal Convertir a hexadecimal Pantone - -- RGB equivalent of pantone RGB equivalente de Pantone - --