Shades of Black Russian #000020
Tints of Black Russian #000020
RGB
CMYK
RGB Variations
Color information
#000020 (or 0x000020) is known color: Black Russian. HEX triplet: 00, 00 and 20. RGB value is (0,0,32). Sum of RGB (Red+Green+Blue) = 0+0+32=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 32 (12.89% from 255 or 100% from 32); Max value from RGB is 32 - color contains mainly: blue. Hex color #000020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000020 is #FFFFDF. Grayscale: #030303. Windows color (decimal): -16777184 or 2097152. OLE color: 2097152.
HSL color Cylindrical-coordinate representation of color #000020: hue angle of 240º 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 #000020 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 0 | 32 | - |
| CMYK | 1 | 1 | 0 | 0.87 |
| HSL | 240º | 1% | 0.06% | - |
| HSV(B) | 240º | 1% | 0.13% | - |
| XYZ | 0.26 | 0.1 | 1.37 | - |
| YUV | 3.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 32 | 1 | 1 | 0 | 0.87 | 240 | 1 | 0.06 |
| Hex | 0 | 0 | 20 | 64 | 64 | 0 | 57 | F0 | 64 | 6 |
| Octal | 0 | 0 | 40 | 144 | 144 | 0 | 127 | 360 | 144 | 6 |
| Binary | 0 | 0 | 100000 | 1100100 | 1100100 | 0 | 1010111 | 11110000 | 1100100 | 110 |
Color Harmonies of #000020
Complementary color
Monochromatic Colors of #000020
Black with #000020
Text Example
Text Example
White with #000020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000020; }
p { color: rgb(0,0,32); }
H1.HeaderClassName
{
color: #000020;
}
.AnyTagClassName
{
color: #000020;
}
</style>
background-color css
<style>
a { background-color: #000020; }
a { background-color: rgb(0,0,32); }
div.DivClassName
{
background-color: #000020;
}
.BgClassName
{
background-color: #000020;
}
</style>
border-color css
<style>
span { border-color: #000020; }
span { border-color: rgb(0,0,32); }
td.TdClassName
{
border-color: #000020;
}
.TagClassName
{
border-color: #000020;
}
</style>