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 .
Related Articles Artículos relacionados
- Meaning of TVAnts Buffer Progress Bar Colors Significado de amortiguación TVAnts barra de progreso colores
- HTML Color Names HEX Codes Chart Table Html nombres de colores HEX códigos cuadro gráfico
- Windows Vista No Activation OEM ID for Various Manufacturers Windows Vista no activación OEM ID para varios fabricantes
- View, Edit and Convert Canon EOS 400D (Digital Rebel XTi) RAW Images in RawShooter Ver, editar y convertir Canon EOS 400D (Digital Rebel XTi) Las imágenes en RAW RawShooter
- WordPress Charset Encoding Problem After Upgrading to Version 2.2 WordPress problema de codificación de caracteres después de actualizar a la versión 2,2
- Oracle PL/SQL ORA-00947 Not Enough Values Error Oracle PL / SQL ORA-00947 no basta con los valores de error
- SPF Validation - Sender Profile Framework Testing and Checking Tool SPF validación - remitente perfil marco ensayos y verificaciones herramienta
- Get the Color Code with Instant Eyedropper Obtener el código de color instantánea con gotero
- AptEdit Pro 4.6 Text, HEX, Drive and HTML Professional Edito Free Registration Serial Key by GOTD AptEdit Pro 4,6 texto, hexadecimal, HTML conducir y profesionales Edito registro gratuito de serial de GOTD
- Window Live Translator Launched by Microsoft Window Live traductor lanzado por Microsoft











April 11th, 2006 11:59 Abril 11, 2006 11:59
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.
December 5th, 2006 18:07 5 de diciembre, 2006 18:07
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.
December 5th, 2006 18:33 5 de diciembre, 2006 18:33
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.