Shades of Black #040201
Tints of Black #040201
RGB
CMYK
RGB Variations
Color information
#040201 (or 0x040201) is known color: Black. HEX triplet: 04, 02 and 01. RGB value is (4,2,1). Sum of RGB (Red+Green+Blue) = 4+2+1=7 (0% of max value = 765). Red value is 4 (1.95% from 255 or 57.14% from 7); Green value is 2 (1.17% from 255 or 28.57% from 7); Blue value is 1 (0.78% from 255 or 14.29% from 7); Max value from RGB is 4 - color contains mainly: red. Hex color #040201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040201 is #FBFDFE. Grayscale: #020202. Windows color (decimal): -16514559 or 66052. OLE color: 66052.
HSL color Cylindrical-coordinate representation of color #040201: hue angle of 20º degrees, saturation: 0.6, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #040201 is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 4 | 2 | 1 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.98 |
| HSL | 20º | 0.6% | 0.01% | - |
| HSV(B) | 20º | 0.75% | 0.02% | - |
| XYZ | 0.08 | 0.07 | 0.04 | - |
| YUV | 2.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 1 | 0 | 0.5 | 0.75 | 0.98 | 20 | 0.6 | 0.01 |
| Hex | 4 | 2 | 1 | 0 | 32 | 4B | 62 | 14 | 3C | 1 |
| Octal | 4 | 2 | 1 | 0 | 62 | 113 | 142 | 24 | 74 | 1 |
| Binary | 100 | 10 | 1 | 0 | 110010 | 1001011 | 1100010 | 10100 | 111100 | 1 |
Color Harmonies of #040201
Complementary color
Monochromatic Colors of #040201
Black with #040201
Text Example
Text Example
White with #040201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040201; }
p { color: rgb(4,2,1); }
H1.HeaderClassName
{
color: #040201;
}
.AnyTagClassName
{
color: #040201;
}
</style>
background-color css
<style>
a { background-color: #040201; }
a { background-color: rgb(4,2,1); }
div.DivClassName
{
background-color: #040201;
}
.BgClassName
{
background-color: #040201;
}
</style>
border-color css
<style>
span { border-color: #040201; }
span { border-color: rgb(4,2,1); }
td.TdClassName
{
border-color: #040201;
}
.TagClassName
{
border-color: #040201;
}
</style>