#040201 Hex Color
rgb(4, 2, 1)
Color Information
| Name | First value | Second Value | Third Value | Fourth Value | Written As |
|---|---|---|---|---|---|
| HEX | 04 | 02 | 01 | - | #040201 |
| RGB | 4 | 2 | 1 | - | rgb(4,2,1) |
| HSL | 20 | 60% | 1% | - | hsl(20,60%,1%) |
| HSV | 20 | 75% | 2% | - | hsv(20,75%,2%) |
| XYZ | 0.0773 | 0.0714 | 0.0384 | - | xyz(0.0773,0.0714,0.0384) |
| CIE-LAB | 0.64 | 0.39 | 0.56 | - | lab(0.64,0.39,0.56) |
| CMYK | 0 | 0.5 | 0.75 | 0.9843137254902 | cmyk(0,0.5,0.75,0.9843137254902) |
Description
The RGB value of color #040201 is rgb(4, 2, 1).
In the hex color #040201, The value of Red is 4, value of Green is 2, and value of Blue is 1. The primary color is Red. Similarly, The HSL values for #040201 consists of 20° Hue, 60% Saturation, and 1% Lightness.
In the CMYK color model, the color #040201 can be represented as Cyan=0%, Magenta=0.5%, Yellow=0.75%, and Black=0.9843137254902%.
Shades of #040201
Shades in a color are variations of the color that are created by adding black to it which results in a darker tone.
Tints of #040201
Tints in color are variations of a color that are created by adding white to it, resulting in a lighter tone.
Color Previews of #040201
Preview of #040201 on White Background
The contrast ratio of #040201 with white color is 20.7
#040201 color will look good on a white background.
Preview of #040201 on black background
The contrast ratio of #040201 with black color is 1.01
Color Schemes of #040201
Triadic Colors of #040201
Triadic colors are three colors that are evenly spaced around the color wheel and are therefore harmonious when used together in a design.
Analogous Colors of #040201
Analogous colors are colors that are next to each other on the color wheel and share a similar hue, creating a cohesive and harmonious color scheme.
Triadic Colors of #040201
Triadic colors are three colors that are evenly spaced around the color wheel and are therefore harmonious when used together in a design.
Analogous Colors of #040201
Analogous colors are colors that are next to each other on the color wheel and share a similar hue, creating a cohesive and harmonious color scheme.
Monochromatic Colors of #040201
Monochromatic colors are variations of a single color that are created by using different shades, tints, and tones of that color which results in a harmonious and cohesive color scheme.
Color Usage
You can set the css color of a text using:
.class{
color: #040201;
}
This is a sample text used for the color #040201. Lorem ipsum dolor, sit amet consectetur adipisicing elit. Animi sunt eveniet natus dolor minima, sit quaerat? Dignissimos unde alias debitis amet ducimus modi, eum quos ullam blanditiis aliquam necessitatibus ex.
You can set the css background color of a box using:
.box{
background-color: #040201;
}
This is a sample text used for the color #040201. Lorem ipsum dolor, sit amet consectetur adipisicing elit. Animi sunt eveniet natus dolor minima, sit quaerat? Dignissimos unde alias debitis amet ducimus modi, eum quos ullam blanditiis aliquam necessitatibus ex.
You can set the css border of a box using:
.box{
border:4px solid #040201;
}
This is a sample text used for the color #040201. Lorem ipsum dolor, sit amet consectetur adipisicing elit. Animi sunt eveniet natus dolor minima, sit quaerat? Dignissimos unde alias debitis amet ducimus modi, eum quos ullam blanditiis aliquam necessitatibus ex.
RGB Percentage
Red 57.14%
Green 28.57%
Blue 14.29%
CMYK Percentage
Cyan 0
Magenta 22.38%
Yellow 33.57%
Black 44.05%
Comments on this color
Please login or signup to post a comment.
No comments yet.