ゲーミングコンピュータ(gaming computer)、テレビ、またはカメラを使用したことがある場合、 RGBという用語に出会わないことは不可能です。RGBが何の略で、何に使用されているのか、またはコンピューター、ガジェット、またはディスプレイが関係しているときにRGBについてよく耳にする理由を知りたいですか?これを少し明確(bit clearer)にするためにここにいます。RGBとは何か、 RGBが使用される最も一般的な方法、およびその理由を知りたい場合は、次の記事をお読みください。
RGBは何の略ですか?
(RGB is an acronym for)RGBは「RedGreenBlue 」(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)です。つまり、他の色を取得するには、主な赤、緑、青の色を混ぜ合わせます。3色すべてをmaximum intensity (100%), you get white。一方、mix all of them at their minimum intensity (0%), you get blackます。
つまり、赤、緑、青を100%混ぜると明るくなり、赤、緑、青を0%混ぜると暗くなります。
RGBは、 (RGB)「CyanMagentaYellow」の略であるCMYの反対と見なすこともできます。なぜ反対ですか?カラーモデル(color model)としてのCMYは、 (CMY)RGBの反対であるため、シアン、マゼンタ、イエローを100%の最大強度で組み合わせると黒になり、0%の最小強度で白になります。(combining cyan)
RGBの使用方法
まず、RGBカラーモデルは、colorを使用するデバイスで使用されます(RGB color model is used in devices that use color)。3つの主要な混合色(赤、緑、青)がより彩度が高い場合に明るい色を出力する加法カラーモデルである(color model)ため、 (Due)RGBは発光(RGB)画像の表示(image display)に最適です。つまり、RGBカラーモデルは、テレビ、コンピューターディスプレイ、ラップトップディスプレイ、スマートフォン、タブレット画面などの照明付き画面に最適です(the RGB color model is best suited for illuminated screens, such as TVs, computer displays, laptop displays, smartphone and tablet screens)。
これに対して、「Cyan Magenta Yellow Key(Black)」の略で、 CMYから派生したCMYKは、反射カラーモデル(color model)であり、その色が照らされるのではなく反射されることを意味し、主に印刷で使用されます。そのため、プリンターを調整する場合はCMY色(CMY color)空間を使用し、コンピューターディスプレイ(computer display)を調整する場合はRGBを使用します。
テレビ(TVs)やその他の電子ディスプレイに加えて、 RGBカラー(RGB color)モデルは、写真やビデオカメラ、スキャナーなど、照らされた色で動作する他のデバイスで(devices that work with illuminated colors, such as photo and video cameras, or scanners)も使用されます。
たとえば、LCD画面(LCD screen)は、その表面を形成する多くのピクセルで構成されています。これらの各ピクセルは通常、3つの異なる光源で構成されており、それぞれが赤、緑、または青に変わる可能性があります。虫眼鏡(magnifying glass)を使って液晶画面(LCD screen)をよく見ると、ピクセルを形成するこれらの小さな光源を見ることができます。ただし、虫眼鏡(magnifying glass)を使わずに普通の人のように見ていると、ピクセル内の小さな光源から発せられる色しか見えません。赤、緑、青を組み合わせ、それらの輝度を調整することで、ピクセルは任意の色を作ることができます。
RGBは、ソフトウェアで最も広く使用されているカラーモデルでもあります。(RGB is also the most widely used color model in software.)特定の色を指定できるように、RGBカラー(RGB color)モデルは3つの数字で表され、それぞれの数字は赤、緑、青の色の強度を表します。ただし、3つの数値の範囲は、使用する参照によって異なる場合があります。標準の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)。なぜ255が8ビット表記の最大値であるのか疑問に思っているのなら、それはその中の各色が8ビットで表されているためです。ビットには、0または1の2つの値を指定できます。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,000万を超えてい(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を使用する最もトレンディな方法の1つはRGB照明(RGB)です。RGB LED(RGB LEDs)を使用して、画面だけでなく、モニター、テレビ(TVs)、キーボードやマウスなどのゲームアクセサリー、マザーボード、グラフィックカード、PCケース、プロセッサークーラー、ファン、さらにはゲーミングチェアの背面を照らすことについて話し合っています。!!
RGB照明(RGB lighting)は、膨大な数のデバイス、さらには一部の家具にも浸透しています。かなりばかげていると思う人もいれば、かっこいいと思う人もいます。虹が好きな場合でも、すべてを単色で照らす場合でも、RGBを使用するとそれが可能になります。
しかし、 RGB(RGB)照明はどのように機能しますか?答えはあなたが思っているよりも簡単です、そしてそれはすべてRGBが意味するものに関係しています:赤緑青(Red Green Blue)。基本的に、すべてのRGB点灯デバイスおよびフィクスチャには、RGBLEDのストリップまたはバンドルがあります(RGB LEDs)。RGB LEDは、3つの異なる色のLED(LEDs)を組み合わせたものです。1つは赤色LED(Red LED)、1つは緑色LED(Green LED)、もう1つは青色LED(Blue LED)です。
画像ソース:ウィキペディア(Wikipedia)
3つのLED(LEDs)を組み合わせ、それらの色の強度と輝度(color intensity and luminance)を混合することにより、ほぼすべての色を得ることができます。つまり、LED(LEDs)を近づけすぎて見ていなければ。
おそらく、RGB照明(RGB lighting)の最良の実装は、ゲーム用コンピューターでますます頻繁に見られるものです。それについての最もよいことの1つはあなたが望むようにあなたがあなたのコンピュータのRGB照明(RGB lighting)効果をカスタマイズして適応させるためにソフトウェアを使うことができるということです。そのような例は、ASUSのAuraソフトウェアです。これを使用すると、 (Aura software)RGB照明(RGB lighting)効果を同期でき、ゲーム内のアクションに応じてオンザフライで調整する特別なゲーム内効果もあります。
いずれにせよ、RGBの道(RGB way)を進んだら、パーソナライズの量のおかげで、おそらくそれを気に入るはずです。
RGBに関して他に質問がありますか?
これは、RGBとは何か、そしてRGB(RGB)が何に使用されるかについての簡単な説明でした。これは、ハードウェアとソフトウェア(hardware and software)の両方に関連する多くのテクノロジーと業界で複雑な影響を与える複雑な主題です。したがって、 RGB(RGB)について追加の質問があると確信しているので、質問がある場合は、以下のコメントセクションで質問してください。回答を見つけるために、最善を尽くすことをお約束します。
What is RGB? How is it used? What about RGB lighting?
Іf you have ever used a gaming computer, a TV, or а camera, it is impоssible for you not to have met with the tеrm RGB. Do you want to know what RGB stands for, what it's used for, or why you hear so oftеn abоut RGB when computers, gadgets, or displays are involved? We are here to mаke this all a bit clearer so, if you want to find out whаt RGB is, which are the most common ways in which it is used, and why, 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.