Shades of Black Russian #000920
Tints of Black Russian #000920
RGB
CMYK
RGB Variations
Color information
#000920 (or 0x000920) is known color: Black Russian. HEX triplet: 00, 09 and 20. RGB value is (0,9,32). Sum of RGB (Red+Green+Blue) = 0+9+32=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 32 (12.89% from 255 or 78.05% from 41); Max value from RGB is 32 - color contains mainly: blue. Hex color #000920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000920 is #FFF6DF. Grayscale: #080808. Windows color (decimal): -16774880 or 2099456. OLE color: 2099456.
HSL color Cylindrical-coordinate representation of color #000920: hue angle of 223.12º 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 #000920 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 9 | 32 | - |
| CMYK | 1 | 0.72 | 0 | 0.87 |
| HSL | 223.13º | 1% | 0.06% | - |
| HSV(B) | 223.13º | 1% | 0.13% | - |
| XYZ | 0.36 | 0.3 | 1.41 | - |
| YUV | 8.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 32 | 1 | 0.72 | 0 | 0.87 | 223.13 | 1 | 0.06 |
| Hex | 0 | 9 | 20 | 64 | 48 | 0 | 57 | DF | 64 | 6 |
| Octal | 0 | 11 | 40 | 144 | 110 | 0 | 127 | 337 | 144 | 6 |
| Binary | 0 | 1001 | 100000 | 1100100 | 1001000 | 0 | 1010111 | 11011111 | 1100100 | 110 |
Color Harmonies of #000920
Complementary color
Monochromatic Colors of #000920
Black with #000920
Text Example
Text Example
White with #000920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000920; }
p { color: rgb(0,9,32); }
H1.HeaderClassName
{
color: #000920;
}
.AnyTagClassName
{
color: #000920;
}
</style>
background-color css
<style>
a { background-color: #000920; }
a { background-color: rgb(0,9,32); }
div.DivClassName
{
background-color: #000920;
}
.BgClassName
{
background-color: #000920;
}
</style>
border-color css
<style>
span { border-color: #000920; }
span { border-color: rgb(0,9,32); }
td.TdClassName
{
border-color: #000920;
}
.TagClassName
{
border-color: #000920;
}
</style>