Shades of Black Russian #010020
Tints of Black Russian #010020
RGB
CMYK
RGB Variations
Color information
#010020 (or 0x010020) is known color: Black Russian. HEX triplet: 01, 00 and 20. RGB value is (1,0,32). Sum of RGB (Red+Green+Blue) = 1+0+32=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 32 (12.89% from 255 or 96.97% from 33); Max value from RGB is 32 - color contains mainly: blue. Hex color #010020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010020 is #FEFFDF. Grayscale: #030303. Windows color (decimal): -16711648 or 2097153. OLE color: 2097153.
HSL color Cylindrical-coordinate representation of color #010020: hue angle of 241.88º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010020 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 0 | 32 | - |
| CMYK | 0.97 | 1 | 0 | 0.87 |
| HSL | 241.88º | 1% | 0.06% | - |
| HSV(B) | 241.88º | 1% | 0.13% | - |
| XYZ | 0.27 | 0.11 | 1.37 | - |
| YUV | 3.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 32 | 0.97 | 1 | 0 | 0.87 | 241.88 | 1 | 0.06 |
| Hex | 1 | 0 | 20 | 61 | 64 | 0 | 57 | F2 | 64 | 6 |
| Octal | 1 | 0 | 40 | 141 | 144 | 0 | 127 | 362 | 144 | 6 |
| Binary | 1 | 0 | 100000 | 1100001 | 1100100 | 0 | 1010111 | 11110010 | 1100100 | 110 |
Color Harmonies of #010020
Complementary color
Monochromatic Colors of #010020
Black with #010020
Text Example
Text Example
White with #010020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010020; }
p { color: rgb(1,0,32); }
H1.HeaderClassName
{
color: #010020;
}
.AnyTagClassName
{
color: #010020;
}
</style>
background-color css
<style>
a { background-color: #010020; }
a { background-color: rgb(1,0,32); }
div.DivClassName
{
background-color: #010020;
}
.BgClassName
{
background-color: #010020;
}
</style>
border-color css
<style>
span { border-color: #010020; }
span { border-color: rgb(1,0,32); }
td.TdClassName
{
border-color: #010020;
}
.TagClassName
{
border-color: #010020;
}
</style>