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 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). 난이 없었 포토샵이나 김프 내 시스템에 (사무실 컴퓨터에 설치된 내가 어디 블로그에서). 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 진수 숫자, 하나의 레드, 그린, 블루와 16 진수 형식에 대한 색상 코드를 얻기 위해 3 세트를 만든 매우 간단합니다.
Here the calculator that comes with Windows is handy, to convert between Decimal and Hex values. 윈도우와 함께 여기는 계산기, 진수와 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 월 13 일, 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. (임프 : 모두 세 개의 숫자에 키 마와 16 진수로 변환이) 색상에 대한 부분은 다른 조합을 줄 것이라고 십진수 0-255에 이르기까지 다양하고 우리가이 RGB 조합이 변화에 의해 서로 다른 조합을 가질 수있습니다.
Here are some of the common colors and their decimal and hexadecimal codes. 여기에 몇 가지 일반적인 색깔과 그들의 진수와 16 진수 코드입니다.
000000 is black (0’s for all three colors) 000000 (0 모든 세 가지 색상)의 흑인이다
FFFFFF is white (255’s for all three colors) FFFFFF (255 모두를위한 세 가지 색상)의 백인이다
FF0000 is all RED (255 for Red, 0 green, 0 blue) FF0000 모든 (255 빨강, 녹색 0, 0, 파란색) 레드입니다
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 blue)에 노란색이다
808080 is a gray (128 red, 128 green, and 125 blue) 808,080 회색 (128 적색, 녹색 128, 125 블루)
Next time when you face this issue, try our this method. 다음번에이 문제를하면 얼굴, 우리의이 방법을 시도해보십시오. There is a small software (62 kb), 거기에 작은 소프트웨어 (62 · 포르투갈), Pixie 사탕 , which will tell you the Hex, RGB, HTML, CMYK and HSV values of any color. 즉, 16 진수 광학 센서의 패턴 인식, HTML을 HSV는 CMYK 어떤 색상의 값을 알려줍니다.
Technorati tags: Technorati 태그 : HTML Color Codes 는 HTML 색상 코드 , 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. 또 다른 소프트웨어가 사탕에 대한 언급은 모든 형식으로 변환할 수있습니다.