Shades of Black Russian #020207
Tints of Black Russian #020207
RGB
CMYK
RGB Variations
Color information
#020207 (or 0x020207) is known color: Black Russian. HEX triplet: 02, 02 and 07. RGB value is (2,2,7). Sum of RGB (Red+Green+Blue) = 2+2+7=11 (1% of max value = 765). Red value is 2 (1.17% from 255 or 18.18% from 11); Green value is 2 (1.17% from 255 or 18.18% from 11); Blue value is 7 (3.12% from 255 or 63.64% from 11); Max value from RGB is 7 - color contains mainly: blue. Hex color #020207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020207 is #FDFDF8. Grayscale: #020202. Windows color (decimal): -16645625 or 459266. OLE color: 459266.
HSL color Cylindrical-coordinate representation of color #020207: hue angle of 240º degrees, saturation: 0.56, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #020207 is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 2 | 2 | 7 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.97 |
| HSL | 240º | 0.56% | 0.02% | - |
| HSV(B) | 240º | 0.71% | 0.03% | - |
| XYZ | 0.09 | 0.07 | 0.21 | - |
| YUV | 2.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 7 | 0.71 | 0.71 | 0 | 0.97 | 240 | 0.56 | 0.02 |
| Hex | 2 | 2 | 7 | 47 | 47 | 0 | 61 | F0 | 38 | 2 |
| Octal | 2 | 2 | 7 | 107 | 107 | 0 | 141 | 360 | 70 | 2 |
| Binary | 10 | 10 | 111 | 1000111 | 1000111 | 0 | 1100001 | 11110000 | 111000 | 10 |
Color Harmonies of #020207
Complementary color
Monochromatic Colors of #020207
Black with #020207
Text Example
Text Example
White with #020207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020207; }
p { color: rgb(2,2,7); }
H1.HeaderClassName
{
color: #020207;
}
.AnyTagClassName
{
color: #020207;
}
</style>
background-color css
<style>
a { background-color: #020207; }
a { background-color: rgb(2,2,7); }
div.DivClassName
{
background-color: #020207;
}
.BgClassName
{
background-color: #020207;
}
</style>
border-color css
<style>
span { border-color: #020207; }
span { border-color: rgb(2,2,7); }
td.TdClassName
{
border-color: #020207;
}
.TagClassName
{
border-color: #020207;
}
</style>