Shades of Black Russian #020007
Tints of Black Russian #020007
RGB
CMYK
RGB Variations
Color information
#020007 (or 0x020007) is known color: Black Russian. HEX triplet: 02, 00 and 07. RGB value is (2,0,7). Sum of RGB (Red+Green+Blue) = 2+0+7=9 (1% of max value = 765). Red value is 2 (1.17% from 255 or 22.22% from 9); Green value is 0 (0.39% from 255 or 0% from 9); Blue value is 7 (3.12% from 255 or 77.78% from 9); Max value from RGB is 7 - color contains mainly: blue. Hex color #020007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020007 is #FDFFF8. Grayscale: #010101. Windows color (decimal): -16646137 or 458754. OLE color: 458754.
HSL color Cylindrical-coordinate representation of color #020007: hue angle of 257.14º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020007 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 2 | 0 | 7 | - |
| CMYK | 0.71 | 1 | 0 | 0.97 |
| HSL | 257.14º | 1% | 0.01% | - |
| HSV(B) | 257.14º | 1% | 0.03% | - |
| XYZ | 0.06 | 0.03 | 0.2 | - |
| YUV | 1.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 7 | 0.71 | 1 | 0 | 0.97 | 257.14 | 1 | 0.01 |
| Hex | 2 | 0 | 7 | 47 | 64 | 0 | 61 | 101 | 64 | 1 |
| Octal | 2 | 0 | 7 | 107 | 144 | 0 | 141 | 401 | 144 | 1 |
| Binary | 10 | 0 | 111 | 1000111 | 1100100 | 0 | 1100001 | 100000001 | 1100100 | 1 |
Color Harmonies of #020007
Complementary color
Monochromatic Colors of #020007
Black with #020007
Text Example
Text Example
White with #020007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020007; }
p { color: rgb(2,0,7); }
H1.HeaderClassName
{
color: #020007;
}
.AnyTagClassName
{
color: #020007;
}
</style>
background-color css
<style>
a { background-color: #020007; }
a { background-color: rgb(2,0,7); }
div.DivClassName
{
background-color: #020007;
}
.BgClassName
{
background-color: #020007;
}
</style>
border-color css
<style>
span { border-color: #020007; }
span { border-color: rgb(2,0,7); }
td.TdClassName
{
border-color: #020007;
}
.TagClassName
{
border-color: #020007;
}
</style>