게임용 컴퓨터(gaming computer) , TV 또는 카메라를 사용한 적이 있다면 RGB 라는 용어를 만나지 않을 수 없습니다 . RGB 가 무엇을 의미하는지, 무엇을 위해 사용되는지 , 컴퓨터, 가제트 또는 디스플레이가 관련될 때 RGB 에 대해 자주 듣는 이유가 무엇 인지 알고 싶으십니까? 우리는 이 모든 것을 좀 더 명확하게 하기 위해 여기 있습니다. RGB가 무엇인지, (bit clearer)RGB 가 사용되는 가장 일반적인 방법과 그 이유를 알고 싶다면 이 기사를 읽어보세요.
RGB는 무엇을 의미합니까?
(RGB is an acronym for)RGB는 "Red Green Blue " 의 약자로 , 짐작하셨다시피 색상과 색상이 구성되는 방식을 나타냅니다. 왜 빨강, 초록, 파랑이냐고 물을 수 있습니다. 대답은 빨간색, 녹색 및 파란색이 기본 색상이므로 다양한 양으로 결합(red, green, and blue are the primary colors that you can combine in various amounts to obtain any other color) 하여 인간의 눈이 볼 수 있는 가시 스펙트럼에서 다른 색상을 얻을 수 있다는 것입니다.
RGB 는 추가 색상 모델(color model) 입니다. 즉, 다른 색상을 얻으려면 기본 빨강, 녹색 및 파랑을 혼합합니다. maximum intensity (100%), you get white 에서 세 가지 색상을 모두 혼합 하면 흰색이 됩니다. 반면에 mix all of them at their minimum intensity (0%), you get black 됩니다.
즉, 빨강, 초록, 파랑 100%를 같은 비율로 섞으면 빛이 되고, 빨강, 초록, 파랑을 0% 섞으면 어두움이 된다.
RGB 는 (RGB)"Cyan Magenta Yellow" 를 나타내는 CMY 의 반대 개념으로 간주될 수도 있습니다 . 왜 반대인가? CMY 는 색상 모델(color model) 이기 때문에 RGB 의 반대입니다 . 100% 최대 강도에서 시안(combining cyan) , 마젠타 및 노란색을 결합하면 검정색이 되고 0% 최소 강도는 흰색이 됩니다.
RGB가 사용되는 방식
먼저 RGB 색상 모델은 color 를 사용하는 장치에서 사용됩니다(RGB color model is used in devices that use color) . 3원색(빨강, 초록, 파랑)이 혼재되어 있을 때 더 밝은 색을 출력 하는 가색 모델 이기 (color model)때문에 (Due)RGB 는 이미시브 (RGB)이미지 표시(image display) 에 가장 적합합니다 . 즉, RGB 색상 모델은 TV, 컴퓨터 디스플레이, 노트북 디스플레이, 스마트폰 및 태블릿 화면과 같은 조명 화면에 가장 적합합니다(the RGB color model is best suited for illuminated screens, such as TVs, computer displays, laptop displays, smartphone and tablet screens) .
이에 비해 CMYK 는 (CMYK)"Cyan Magenta Yellow Key(Black)" 의 약자로 , CMY 에서 파생된 반사형 컬러 모델(color model) 로, 조명보다는 반사되는 색상을 의미하며 주로 인쇄물에 사용된다. 그렇기 때문에 프린터를 보정할 때는 CMY 색상(CMY color) 공간을 사용하고 컴퓨터 디스플레이(computer display) 를 보정할 때는 RGB 를 사용 합니다.
TV(TVs) 및 기타 전자 디스플레이 외에도 RGB 색상 모델은 (RGB color)사진 및 비디오 카메라 또는 스캐너와 같이 조명 색상으로 작동하는(devices that work with illuminated colors, such as photo and video cameras, or scanners) 다른 장치에서도 사용됩니다 .
예를 들어, LCD 화면(LCD screen) 은 표면을 형성하는 많은 픽셀로 구성됩니다. 이러한 각 픽셀은 일반적으로 세 가지 다른 광원으로 만들어지며 각각은 빨간색, 녹색 또는 파란색으로 변할 수 있습니다. 돋보기(magnifying glass) 를 사용하여 LCD 화면(LCD screen) 을 자세히 보면 픽셀을 형성하는 이러한 작은 광원을 볼 수 있습니다. 그러나 돋보기(magnifying glass) 없이 일반 사람처럼 볼 때 픽셀의 작은 광원에서 방출되는 색상만 볼 수 있습니다. 빨강, 초록, 파랑을 조합하고 휘도를 조정하면 픽셀이 어떤 색상이든 만들 수 있습니다.
RGB는 소프트웨어에서 가장 널리 사용되는 색상 모델이기도 합니다. (RGB is also the most widely used color model in software.)특정 색상을 지정할 수 있도록 RGB 색상(RGB color) 모델은 세 개의 숫자로 설명되며, 각 숫자는 빨강, 녹색 및 파랑 색상의 강도를 나타냅니다. 그러나 세 숫자의 범위는 사용하는 참조에 따라 다를 수 있습니다. 표준 RGB(Standard RGB) 표기법은 0에서 255 사이의 값의 삼중항을 사용할 수 있고, 일부는 0.0에서 1.0까지의 산술 값을 사용할 수 있으며, 일부는 0%에서 100%까지의 백분율 값을 사용할 수 있습니다.
예를 들어 RGB 색상이 각각 8비트로 표현되는 경우 각 색상의 범위는 0에서 255까지 갈 수 있으며 0은 색상의 가장 낮은 강도, 255는 가장 높은 색상의 강도를 의미합니다. 이 표기법(notation system) 을 사용하여 RGB (0, 0, 0)는 검정색을 의미하고 RGB (255, 255, 255)는 흰색을 의미합니다. 또한 가장 순수한 빨간색은 RGB (255, 0, 0), 가장 순수한 녹색은 RGB (0, 255, 0), 가장 순수한 파란색은 RGB (0, 0, 255)입니다.
우리는 이 예를 우연히 선택하지 않았습니다. RGB는 종종 소프트웨어에서 채널 표기법당 8비트로 표현됩니다(RGB is often represented in software by an 8-bit per channel notation) . 8비트 표기법에서 255가 최대값인 이유가 궁금하다면 각 색상이 8비트로 표시되기 때문입니다. 비트는 0 또는 1의 두 가지 값을 가질 수 있습니다. 2(비트 값 수)를 8(각 색상에 할당된 비트 수)의 거듭제곱으로 올리면 256이 나옵니다. 0 ~ 255. 괴짜(Geeky) 맞죠? 🙂
그러나 채널당 16비트 또는 채널당 24비트(16-bit per channel or 24-bit per channel notations) 와 같은 다른 표기법도 일반적으로 사용 됩니다 . 예를 들어 16비트에서 각 RGB 색상의 값 범위는 0에서 65535까지인 반면 24비트 표기에서는 0에서 16777215까지입니다 . 24비트 표기에서는 1600만 색상을 포함합니다. 인간의 눈으로 볼 수 있는 모든 색상보다 많으며 약 1천만 개에 달합니다(The 24-bit notation covers 16 million colors, which is more than all the colors that are visible to the human eye, which tops at about 10 million) .
RGB 조명 의 무지개에 오신 것을 환영합니다
소프트웨어에서 하드웨어에 이르기까지 RGB 는 끝났고 현대 세계에서 RGB 를 사용하는 가장 트렌디한 방법 중 하나 는 RGB 조명입니다. 우리는 RGB LED(RGB LEDs) 를 사용하여 화면뿐만 아니라 모니터, TV(TVs) , 키보드 및 마우스와 같은 게임 액세서리, 마더보드, 그래픽 카드, PC 케이스, 프로세서 쿨러, 팬 및 게임용 의자 의 뒷면을 밝히는 것에 대해 이야기하고 있습니다. !
RGB 조명(RGB lighting) 은 다양한 장치와 일부 가구에도 적용되었습니다. 어떤 사람들은 그것이 꽤 어리석다고 생각하지만 다른 사람들은 그것이 멋지다고 생각합니다. 무지개를 좋아하든 단일 색상으로 모든 것을 밝히는 것을 선호하든 RGB 를 사용하면 가능합니다.
그러나 RGB 조명은 어떻게 작동합니까? 대답은 생각보다 간단하며 RGB 가 의미하는 것과 관련이 있습니다. Red Green Blue . 기본적으로, 모든 RGB 조명 장치 및 고정 장치에는 RGB LED(RGB LEDs) 스트립 또는 묶음이 있습니다. RGB LED 는 (RGB LED)빨간색 LED(Red LED) 1 개, 녹색 LED(Green LED) 1개, 파란색 LED(Blue LED) 1개 등 3가지 다른 색상 의 LED(LEDs) 가 혼합된 것입니다 .
이미지 출처: 위키피디아(Wikipedia)
3개의 LED(LEDs) 를 결합하여 색상 강도와 휘도(color intensity and luminance) 를 혼합하여 원하는 거의 모든 색상을 얻을 수 있습니다. 즉, LED(LEDs) 를 너무 가까이서 보고 있지 않은 경우입니다.
아마도 RGB 조명(RGB lighting) 의 가장 좋은 구현 은 게임 컴퓨터에서 점점 더 자주 보게 되는 것입니다. 가장 좋은 점 중 하나는 소프트웨어를 사용하여 컴퓨터의 RGB 조명(RGB lighting) 효과를 원하는 대로 사용자 정의하고 조정할 수 있다는 것입니다. 이러한 예는 ASUS ' Aura 소프트웨어 로, (Aura software)RGB 조명(RGB lighting) 효과 를 동기화하고 게임의 동작에 따라 즉석에서 조정되는 특별한 게임 내 효과를 가질 수도 있습니다.
어느 쪽이든, 일단 RGB 방식(RGB way) 을 사용하고 나면 얻을 수 있는 개인화의 양 덕분에 아마 좋아할 것입니다.
RGB 에 대해 다른 질문이 있습니까?
이것은 RGB(RGB) 가 무엇이며 무엇에 사용되는지 에 대한 간단한 설명이었습니다 . 이는 하드웨어 및 소프트웨어와(hardware and software) 관련된 많은 기술 및 산업 분야에서 복잡한 파급 효과가 있는 복잡한 주제입니다 . 따라서 RGB(RGB) 에 대해 몇 가지 추가 질문이 있을 수 있다고 확신합니다. 그렇다면 아래의 설명 섹션에 질문해 주시면 답변을 찾도록 최선을 다할 것을 약속합니다.
What is RGB? How is it used? What about RGB lighting?
If you havе еνer used a gaming computer, a TV, or a camera, it is impossible for you not to have met with the term RGB. Do you want to know what RGB stands for, what it's used for, or why you hear ѕo often about RGB when computers, gadgets, or displays are involved? We are here tо make this all a bit clearеr so, if you want to find out what RGB is, which are the most common ways in which it is usеd, and whу, read this article:
What does RGB stand for?
RGB is an acronym for "Red Green Blue," and, as you have guessed, it refers to colors and how colors are composed. Why red, green, and blue, you might ask? The answer is that red, green, and blue are the primary colors that you can combine in various amounts to obtain any other color from the visible spectrum that the human eye can see.
RGB is an additive color model. In other words, to obtain other colors, you mix the primary red, green, and blue colors. If you mix all three colors at their maximum intensity (100%), you get white. On the other hand, if you mix all of them at their minimum intensity (0%), you get black.
In other words, mixing equal parts of 100% red, green, and blue, you get light, and if you mix 0% of red, green, and blue, you get darkness.
RGB can also be considered as the opposite of CMY, which stands for "Cyan Magenta Yellow." Why the opposite? Because CMY as a color model, is the antithesis of RGB: combining cyan, magenta, and yellow at 100% maximum intensity gives you black, while 0% minimum intensity gives you white.
Ways in which RGB is used
First of all, the RGB color model is used in devices that use color. Due to the fact that it is an additive color model that outputs lighter colors when the three primary mixed colors (red, green, blue) are more saturated, RGB is best suited for emissive image display. In other words, the RGB color model is best suited for illuminated screens, such as TVs, computer displays, laptop displays, smartphone and tablet screens.
In comparison, CMYK, which stands for "Cyan Magenta Yellow Key (Black)" and derives from CMY, is a reflective color model, meaning that its colors are reflected rather than illuminated, and is used mainly in print. That's why, when calibrating a printer, you work with the CMY color space while, when calibrating a computer display, you work with RGB.
Besides TVs and other electronic displays, the RGB color model is also used in other devices that work with illuminated colors, such as photo and video cameras, or scanners.
For example, LCD screens are made of many pixels that form their surface. Each of those pixels is usually made of three different light sources, and each of them can turn red, green, or blue. If you look closely at an LCD screen, using a magnifying glass, you can see these small light sources that form pixels. However, when you are looking at it like a normal person would, without a magnifying glass, you only see the colors emitted by those tiny light sources in the pixels. By combining red, green, and blue, and by adjusting their luminance, the pixels can make any color.
RGB is also the most widely used color model in software. To be able to specify a certain color, the RGB color model is described by three numbers, each of the numbers representing the intensity of red, green, and blue colors. However, the ranges of the three numbers can differ depending on what reference you use. Standard RGB notations can use triplets of values from 0 to 255, some can use arithmetic values from 0.0 to 1.0, and some can use percentage values from 0% to 100%.
For instance, if the RGB colors are represented by 8 bits each, it would mean that the range of each color can go from 0 to 255, 0 being the lowest intensity of a color and 255 the highest one. Using this notation system, RGB (0, 0, 0) would mean black and RGB (255, 255, 255) would mean white. Also, the purest red would be RGB (255, 0, 0), purest green would be RGB (0, 255, 0), and the purest blue would be RGB (0, 0, 255).
We did not choose this example by chance: RGB is often represented in software by an 8-bit per channel notation. If you're wondering why 255 is the maximum value in the 8-bit notation, that's because each color in it is represented by 8 bits. A bit can have two values: 0 or 1. Raise 2 (the number of values of a bit) to the power of 8 (the number of bits assigned for each color) and you get 256, which is the exact number of numbers from 0 to 255. Geeky, right? 🙂
However, other notations are also commonly used, such as 16-bit per channel or 24-bit per channel notations. In 16-bit for example, the range of values for each of the RGB colors goes from 0 to 65535, while in the 24-bit notation, they go from 0 to 16777215. The 24-bit notation covers 16 million colors, which is more than all the colors that are visible to the human eye, which tops at about 10 million.
Welcome to the rainbow of RGB lighting
From software to hardware, RGB is all over, and one of the most trendy ways of using RGB in the modern world is RGB lighting. We're talking about using RGB LEDs to light up not just our screens, but the backs of our monitors, TVs, gaming accessories such as keyboards and mice, motherboards, graphics cards, PC cases, processor coolers, fans, and even gaming chairs!
RGB lighting has pushed its way into a huge array of devices and even into some furniture. Although some people think it's pretty silly, others think that it's cool. Whether you like rainbows or prefer to light up everything in a single color, RGB lets you do it.
But how does RGB lighting work? The answer is simpler than you might think, and it all relates to what RGB means: Red Green Blue. Essentially, all RGB lit devices and fixtures have strips or bundles of RGB LEDs. An RGB LED is a mix of three differently colored LEDs put together: one Red LED, one Green LED, and one Blue LED.
Image source: Wikipedia
By combining the three LEDs, mixing their color intensity and luminance, you can obtain almost any color you want. That is, if you are not looking at the LEDs too close.
Maybe the best implementation of RGB lighting is the one we see increasingly more often in gaming computers. One of the best things about it is that you can use software to customize and adapt your computer's RGB lighting effects as you wish. Such an example is ASUS' Aura software, which lets you sync the RGB lighting effects and even have special in-game effects that adjust on-the-fly depending on the actions in your game.
Either way, once you have gone the RGB way, you'll probably love it, thanks to the amount of personalization you get.
Do you have other questions regarding RGB?
This was just a brief explanation of what RGB is and what it is used for. It is a complex subject with complex ramifications in many technologies and industries, both related to hardware and software. Thus, we are pretty sure that you might have some additional questions about RGB so, if you do, ask away in the comments section below and we promise to do our best to help you figure out the answers.