
- Online colorpicker manual#
- Online colorpicker portable#
- Online colorpicker software#
- Online colorpicker code#
- Online colorpicker zip#
Just Color Picker main window, with comments
Online colorpicker code#
The colour of the pixel that your mouse cursor is currently pointing at is shown in the current colour area at the top left corner of the application window, with the code of that colour, the coordinates of that pixel, and the horizontal and vertical distance between the two latest-picked pixels displayed below it. Just Color Picker is a tool for capturing the colour of any pixel in any screen area and displaying its code in a variety of formats: HTML, RGB, HEX, HSB/HSV, HSL, HWB, CMY, CMYK and Delphi. If you have any ideas or suggestions regarding this issue, please let me know. For example, the path C:\Portable Programs\Just Color Picker\jscpicker.exe fails, but the path C:\Portable Programs\JustColorPicker\jscpicker.exe works fine.

Note: so far, two users have reported that the application may not run if the folder name where jcpicker.exe is placed contains white-spaces.
Online colorpicker manual#
For more information, read the user manual and q&a below. On macOS, don't forget to allow Just Color Picker the access to the screen in System Preferences Privacy settings.

Online colorpicker zip#
The zip alternative is offered purely for convenience.ĭownload free Just Color Picker 5.6 for Windows (exe, 32 bit, portable, size 2.4MB).ĭownload free Just Color Picker 5.6 for macOS (dmg, 64 bit, size 4.5MB)Īttention! On Windows, do not put jcpicker.exe in Program Files or other protected folders, as the system may not permit Just Color Picker to create new files.
Online colorpicker portable#
Both the zip and exe files are portable and identical.


Now, with CSS3 we can use HSL which is actually quite different than HSB.
Online colorpicker software#
In graphics software I pick colors in HSB (Hue, Saturation, Brightness) because it feels more natural to work with than RGB or CMYK. Look at that in hex, #2C1D07 to #DDCFBB, or in rgb, rgb(44, 29, 7) to rgb(221, 207, 187), and the relationship between colors isn't evident in any meaningful way. Give this brown color, hsl(36, 73%, 10%), it's clear that if we desaturate 40 steps and lighten 70 steps we get hsl(36, 33%, 80%), a cream color. HSL (Hue, Saturation, Luminosity) allows us to describe meaningful relationships between colors.
