Shades of Black #020101
Tints of Black #020101
RGB
CMYK
RGB Variations
Color information
#020101 (or 0x020101) is known color: Black. HEX triplet: 02, 01 and 01. RGB value is (2,1,1). Sum of RGB (Red+Green+Blue) = 2+1+1=4 (0% of max value = 765). Red value is 2 (1.17% from 255 or 50% from 4); Green value is 1 (0.78% from 255 or 25% from 4); Blue value is 1 (0.78% from 255 or 25% from 4); Max value from RGB is 2 - color contains mainly: red. Hex color #020101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020101 is #FDFEFE. Grayscale: #010101. Windows color (decimal): -16645887 or 65794. OLE color: 65794.
HSL color Cylindrical-coordinate representation of color #020101: hue angle of 0º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #020101 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.99.
Color convert
| RGB | 2 | 1 | 1 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.99 |
| HSL | 0º | 0.33% | 0.01% | - |
| HSV(B) | 0º | 0.5% | 0.01% | - |
| XYZ | 0.04 | 0.04 | 0.03 | - |
| YUV | 1.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 1 | 0 | 0.50 | 0.50 | 0.99 | 0 | 0.33 | 0.01 |
| Hex | 2 | 1 | 1 | 0 | 32 | 32 | 63 | 0 | 21 | 1 |
| Octal | 2 | 1 | 1 | 0 | 62 | 62 | 143 | 0 | 41 | 1 |
| Binary | 10 | 1 | 1 | 0 | 110010 | 110010 | 1100011 | 0 | 100001 | 1 |
Color Harmonies of #020101
Complementary color
Monochromatic Colors of #020101
Black with #020101
Text Example
Text Example
White with #020101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020101; }
p { color: rgb(2,1,1); }
H1.HeaderClassName
{
color: #020101;
}
.AnyTagClassName
{
color: #020101;
}
</style>
background-color css
<style>
a { background-color: #020101; }
a { background-color: rgb(2,1,1); }
div.DivClassName
{
background-color: #020101;
}
.BgClassName
{
background-color: #020101;
}
</style>
border-color css
<style>
span { border-color: #020101; }
span { border-color: rgb(2,1,1); }
td.TdClassName
{
border-color: #020101;
}
.TagClassName
{
border-color: #020101;
}
</style>