Shades of Black #020202
Tints of Black #020202
RGB
CMYK
RGB Variations
Color information
#020202 (or 0x020202) is known color: Black. HEX triplet: 02, 02 and 02. RGB value is (2,2,2). Sum of RGB (Red+Green+Blue) = 2+2+2=6 (0% of max value = 765). Red value is 2 (1.17% from 255 or 33.33% from 6); Green value is 2 (1.17% from 255 or 33.33% from 6); Blue value is 2 (1.17% from 255 or 33.33% from 6); Max value from RGB is 2 - color contains mainly: red, green, blue. Hex color #020202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020202 is #FDFDFD. Grayscale: #010101. Windows color (decimal): -16645630 or 131586. OLE color: 131586.
HSL color Cylindrical-coordinate representation of color #020202: hue angle of 0º degrees, saturation: 0, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0%. Process color model (Four color, CMYK) of #020202 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.99.
Color convert
RGB | 2 | 2 | 2 | - |
CMYK | 0 | 0 | 0 | 0.99 |
HSL | 0º | 0% | 0.01% | - |
HSV(B) | 0º | 0% | 0.01% | - |
XYZ | 0.06 | 0.06 | 0.07 | - |
YUV | 2 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 2 | 2 | 0 | 0 | 0 | 0.99 | 0 | 0 | 0.01 |
Hex | 2 | 2 | 2 | 0 | 0 | 0 | 63 | 0 | 0 | 1 |
Octal | 2 | 2 | 2 | 0 | 0 | 0 | 143 | 0 | 0 | 1 |
Binary | 10 | 10 | 10 | 0 | 0 | 0 | 1100011 | 0 | 0 | 1 |
Color Harmonies of #020202
Complementary color
Monochromatic Colors of #020202
Black with #020202
Text Example
Text Example
White with #020202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020202; }
p { color: rgb(2,2,2); }
H1.HeaderClassName
{
color: #020202;
}
.AnyTagClassName
{
color: #020202;
}
</style>
background-color css
<style>
a { background-color: #020202; }
a { background-color: rgb(2,2,2); }
div.DivClassName
{
background-color: #020202;
}
.BgClassName
{
background-color: #020202;
}
</style>
border-color css
<style>
span { border-color: #020202; }
span { border-color: rgb(2,2,2); }
td.TdClassName
{
border-color: #020202;
}
.TagClassName
{
border-color: #020202;
}
</style>