Shades of Black Russian #020105
Tints of Black Russian #020105
RGB
CMYK
RGB Variations
Color information
#020105 (or 0x020105) is known color: Black Russian. HEX triplet: 02, 01 and 05. RGB value is (2,1,5). Sum of RGB (Red+Green+Blue) = 2+1+5=8 (1% of max value = 765). Red value is 2 (1.17% from 255 or 25% from 8); Green value is 1 (0.78% from 255 or 12.5% from 8); Blue value is 5 (2.34% from 255 or 62.5% from 8); Max value from RGB is 5 - color contains mainly: blue. Hex color #020105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020105 is #FDFEFA. Grayscale: #010101. Windows color (decimal): -16645883 or 327938. OLE color: 327938.
HSL color Cylindrical-coordinate representation of color #020105: hue angle of 255º degrees, saturation: 0.67, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #020105 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 2 | 1 | 5 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.98 |
| HSL | 255º | 0.67% | 0.01% | - |
| HSV(B) | 255º | 0.8% | 0.02% | - |
| XYZ | 0.06 | 0.05 | 0.15 | - |
| YUV | 1.76 | 129.83 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 5 | 0.60 | 0.80 | 0 | 0.98 | 255 | 0.67 | 0.01 |
| Hex | 2 | 1 | 5 | 3C | 50 | 0 | 62 | FF | 43 | 1 |
| Octal | 2 | 1 | 5 | 74 | 120 | 0 | 142 | 377 | 103 | 1 |
| Binary | 10 | 1 | 101 | 111100 | 1010000 | 0 | 1100010 | 11111111 | 1000011 | 1 |
Color Harmonies of #020105
Complementary color
Monochromatic Colors of #020105
Black with #020105
Text Example
Text Example
White with #020105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020105; }
p { color: rgb(2,1,5); }
H1.HeaderClassName
{
color: #020105;
}
.AnyTagClassName
{
color: #020105;
}
</style>
background-color css
<style>
a { background-color: #020105; }
a { background-color: rgb(2,1,5); }
div.DivClassName
{
background-color: #020105;
}
.BgClassName
{
background-color: #020105;
}
</style>
border-color css
<style>
span { border-color: #020105; }
span { border-color: rgb(2,1,5); }
td.TdClassName
{
border-color: #020105;
}
.TagClassName
{
border-color: #020105;
}
</style>