Converting Colors
Color Conversions
Color Details
The CMY color 0.0000, 0.0000, 0.0000 can be considered as a light color, the websafe version is hex FFFFFF and the color name is white (a list of all named colors can be found here). A complement of this color would be 0.0000, 0.0000, 0.0002 and the grayscale version is 0.0000, 0.0000, 0.0000.
A 20% lighter version of the original color is 0.0000, 0.0000, 0.0000 and 0.2222, 0.2222, 0.2222 is the 20% darker color. If you saturate the color by 10% you get 0.0000, 0.1000, 0.1000 and if you desaturate by 10% it is 0.0000, 0.0000, 0.0000.
Distribution
Brightness Gradient
These gradients show how the CMY color 0.0000, 0.0000, 0.0000 changes by changing the brightness by 10 percent. The first row shows a change by +10% for each color and the second row -10%.
Saturation Gradient
Similar to the brightness gradients but the following show a change of the CMY color 0.0000, 0.0000, 0.0000 by changing the saturation by 10% instead.
Color Harmonies
The triadic color harmony groups three colors that are evenly spaced from another and form a triangle on the color wheel.
Complementary
The complementary color scheme is a pair of colors which are on the opposite of each other on the color wheel.
Split Complementary
Split-complementary colors differ from the complementary color scheme. The scheme consists of three colors, the original color and two neighbours of the complement color.
The square scheme is like the rectangle color scheme, but the four colors are evenly spaced on the color wheel.
The rectangle color scheme consists of four colors that form a rectangle on the color wheel.
The sweetspot groups the original color and five complimentary colors.
Color Images
A selection of SVG images using the hex version #FFFFFF of the current color.
Color Preview
White Background
This preview shows how the CMY color 0.0000, 0.0000, 0.0000 looks on a white background.
Black Background
This preview shows how the CMY color 0.0000, 0.0000, 0.0000 looks on a black background.
CMY 0.0000, 0.0000, 0.0000 Background
This preview shows how black text looks on a background with the CMY color 0.0000, 0.0000, 0.0000.
This preview shows how white text looks on a background with the CMY color 0.0000, 0.0000, 0.0000.
The css property to change the color of a text to CMY 0.0000, 0.0000, 0.0000 is called «color». The color property can be set on classes, ids or directly on the html element .text, #text, p < color:rgb(255, 255, 255) >.
This example shows how text in the color rgb(255, 255, 255) looks like.
If you want to add a text shadow in that color use .shadow < text-shadow: 4px 4px 2px rgb(255, 255, 255) >.
Here you see how black text with a 4 pixel rgb(255, 255, 255) colored shadow looks like.
This example shows the color as border, it can be applied via the css property «border» or «border-color».
The css property to change the border of a element to CMY 0.0000, 0.0000, 0.0000 is called «border». The border property can be set on classes, ids or directly on the html element .border, #border, table < border:4px solid rgb(255, 255, 255) >.
If only the border color should be changed .border < border-color:rgb(255, 255, 255) >can be used.
Here you see how a box with a 4 pixel rgb(255, 255, 255) colored shadow looks like.
Background
The css property to change the background color of a element to CMY 0.0000, 0.0000, 0.0000 is called «background». The background property can be set on classes, ids or directly on the html element .background, #background, body < background:rgb(255, 255, 255) >.
If only the background color should be changed .background < background-color:rgb(255, 255, 255) >can be used.
This example shows the color as background, it is applied via the css property «background».
To optimize and compress your css code you can use our online css compressor and optimizer based on csstidy.
About Converting Colors
Converting Colors allows you to convert between 15 different color formats (hex, rgb, rgb percent, cmy, cmyk, hsv, hsl, cielab, cielch, xyz, yxy, ryb, android, decimal, yuv).
To convert paste a string in one of these color formats, for example «FFFFFF», into the input field and click on «Convert». The result will be shown in the section «Color Conversions», the following sections will provide you with further details on the color.
Some color formats use the same notation and the conversion will guess your format. As example if you try to convert the string «0°, 0%, 100%» it could be a HSV or HSL color, the conversion will assume HSL in this case.
As this could lead to wrong conversions you can define which format you are passing by wrapping your color string in brackets with the format in front. The search string «HSV(0°, 0%, 100%)» will give you the correct HSV color as there is no need to guess the format. Other examples would be «CIELAB(100, 0.005, -0.010)», «CIELCH(100, 0.012, 296.813)», «YXY(100.0000, 0.3127, 0.3290)» and «CMYK(0.00, 0.00, 0.00, 0.00)».