Shades of Black Russian #020307
Tints of Black Russian #020307
RGB
CMYK
RGB Variations
Color information
#020307 (or 0x020307) is known color: Black Russian. HEX triplet: 02, 03 and 07. RGB value is (2,3,7). Sum of RGB (Red+Green+Blue) = 2+3+7=12 (1% of max value = 765). Red value is 2 (1.17% from 255 or 16.67% from 12); Green value is 3 (1.56% from 255 or 25% from 12); Blue value is 7 (3.12% from 255 or 58.33% from 12); Max value from RGB is 7 - color contains mainly: blue. Hex color #020307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020307 is #FDFCF8. Grayscale: #030303. Windows color (decimal): -16645369 or 459522. OLE color: 459522.
HSL color Cylindrical-coordinate representation of color #020307: hue angle of 228º 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 #020307 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 2 | 3 | 7 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.97 |
| HSL | 228º | 0.56% | 0.02% | - |
| HSV(B) | 228º | 0.71% | 0.03% | - |
| XYZ | 0.1 | 0.09 | 0.21 | - |
| YUV | 3.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 7 | 0.71 | 0.57 | 0 | 0.97 | 228 | 0.56 | 0.02 |
| Hex | 2 | 3 | 7 | 47 | 39 | 0 | 61 | E4 | 38 | 2 |
| Octal | 2 | 3 | 7 | 107 | 71 | 0 | 141 | 344 | 70 | 2 |
| Binary | 10 | 11 | 111 | 1000111 | 111001 | 0 | 1100001 | 11100100 | 111000 | 10 |
Color Harmonies of #020307
Complementary color
Monochromatic Colors of #020307
Black with #020307
Text Example
Text Example
White with #020307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020307; }
p { color: rgb(2,3,7); }
H1.HeaderClassName
{
color: #020307;
}
.AnyTagClassName
{
color: #020307;
}
</style>
background-color css
<style>
a { background-color: #020307; }
a { background-color: rgb(2,3,7); }
div.DivClassName
{
background-color: #020307;
}
.BgClassName
{
background-color: #020307;
}
</style>
border-color css
<style>
span { border-color: #020307; }
span { border-color: rgb(2,3,7); }
td.TdClassName
{
border-color: #020307;
}
.TagClassName
{
border-color: #020307;
}
</style>