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