Make a photo and detect the color of any touched point.
Show hex code, RGB values, RAL System code, and even the color name in the RAL system.
The application will show three results for each color:
✓ RGB: Amount of red, green and blue of the obtained color. This information is exact as is. Values are between 0 and 255.
✓ HEX: Amount of red, green and blue in hexadecimal. The colors are the same as in RGB but with base 16. This can be useful for web design and similar cases.
✓ Color name and RAL: The name and the RAL value does not match exactly with the obtained color. the RAL value shown is the nearest color in the euclidean color space. Therefore you can see a green or blue tone and get a name like "Gray". Please notice that this is not an error, but a consecuence of the approximation method.
Note also that the obtained color depends greatly of the current light and white balance of the camera.照片,并检测任何触摸点的颜色。
显示RGB值,十六进制代码,RAL系统的代码,甚至在RAL颜色的名称。
该应用程序将显示每个颜色的三个结果:
✓RGB:红,绿,蓝所得到的颜色金额。此信息是准确的,是值介于0和255。
✓HEX:红色,绿色和蓝色的十六进制的金额。在RGB,但底座16的颜色是相同的。这可能是有用的网页设计和类似的情况。
✓颜色名称及RAL:所获得的颜色的名称和RAL值不完全匹配。在欧几里德的色彩空间RAL显示的值是最接近的颜色。因此,你可以看到一个绿色或蓝色为基调,并得到一个名称,如“灰色”。请注意,这是不是一个错误,而是一个consecuence的近似方法。
还请注意,所得到的颜色取决于大大的当前的光的相机和白平衡。