Home
ColorMania : Advanced Color Picker

ColorMania 15.0

RGB and HSV Sliders

Colors can be described using different color spaces. ColorMania supports RGB and HSV as its primary slider controls, alongside other formats such as CMY, CMYK and HSL. Each color space defines a color using a set of coordinates — the sliders in this section let you view and adjust the RGB and HSV values for the currently selected color.

RGB and HSV Sliders

RGB Color Space

RGB uses three components — Red, Green and Blue — each ranging from 0 to 255. Combining these three values in different amounts produces any color. A value of 0 means none of that component is present, while 255 means it is at full intensity. For example, R:255 G:0 B:0 produces pure red, while R:255 G:255 B:255 produces white.

HSV Color Space

HSV describes colors using three different properties:

HSV is often more intuitive than RGB when making subtle adjustments to a color, as each property has a clear visual meaning.

Gradient Strips

Each slider displays a gradient strip along its track, showing how adjusting that property would affect the current color. These gradients update automatically as you change any value, always reflecting the effect of moving that specific slider from its minimum to maximum position.

Changing a Value

There are three ways to change a slider value:

RGB and HSV are different ways of describing the same color — any change made using one set of sliders is automatically reflected in the other.

The Alpha Channel

The Alpha channel controls the transparency of the selected color. It ranges from 0 (fully transparent) to 255 (fully opaque). The Alpha slider is displayed with a checkerboard pattern, which is the conventional way to represent transparency. The Alpha value is included in color formats that support transparency, such as CSS RGBA and Android color codes.