Shades of Black Russian #010205
Tints of Black Russian #010205
RGB
CMYK
RGB Variations
Color information
#010205 (or 0x010205) is known color: Black Russian. HEX triplet: 01, 02 and 05. RGB value is (1,2,5). Sum of RGB (Red+Green+Blue) = 1+2+5=8 (1% of max value = 765). Red value is 1 (0.78% from 255 or 12.5% from 8); Green value is 2 (1.17% from 255 or 25% 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 #010205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010205 is #FEFDFA. Grayscale: #020202. Windows color (decimal): -16711163 or 328193. OLE color: 328193.
HSL color Cylindrical-coordinate representation of color #010205: hue angle of 225º 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 #010205 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 1 | 2 | 5 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.98 |
| HSL | 225º | 0.67% | 0.01% | - |
| HSV(B) | 225º | 0.8% | 0.02% | - |
| XYZ | 0.06 | 0.06 | 0.15 | - |
| YUV | 2.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 5 | 0.80 | 0.60 | 0 | 0.98 | 225 | 0.67 | 0.01 |
| Hex | 1 | 2 | 5 | 50 | 3C | 0 | 62 | E1 | 43 | 1 |
| Octal | 1 | 2 | 5 | 120 | 74 | 0 | 142 | 341 | 103 | 1 |
| Binary | 1 | 10 | 101 | 1010000 | 111100 | 0 | 1100010 | 11100001 | 1000011 | 1 |
Color Harmonies of #010205
Complementary color
Monochromatic Colors of #010205
Black with #010205
Text Example
Text Example
White with #010205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010205; }
p { color: rgb(1,2,5); }
H1.HeaderClassName
{
color: #010205;
}
.AnyTagClassName
{
color: #010205;
}
</style>
background-color css
<style>
a { background-color: #010205; }
a { background-color: rgb(1,2,5); }
div.DivClassName
{
background-color: #010205;
}
.BgClassName
{
background-color: #010205;
}
</style>
border-color css
<style>
span { border-color: #010205; }
span { border-color: rgb(1,2,5); }
td.TdClassName
{
border-color: #010205;
}
.TagClassName
{
border-color: #010205;
}
</style>