Shades of Black Russian #000922
Tints of Black Russian #000922
RGB
CMYK
RGB Variations
Color information
#000922 (or 0x000922) is known color: Black Russian. HEX triplet: 00, 09 and 22. RGB value is (0,9,34). Sum of RGB (Red+Green+Blue) = 0+9+34=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 34 (13.67% from 255 or 79.07% from 43); Max value from RGB is 34 - color contains mainly: blue. Hex color #000922 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000922 is #FFF6DD. Grayscale: #090909. Windows color (decimal): -16774878 or 2230528. OLE color: 2230528.
HSL color Cylindrical-coordinate representation of color #000922: hue angle of 224.12º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000922 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 9 | 34 | - |
| CMYK | 1 | 0.74 | 0 | 0.87 |
| HSL | 224.12º | 1% | 0.07% | - |
| HSV(B) | 224.12º | 1% | 0.13% | - |
| XYZ | 0.39 | 0.31 | 1.55 | - |
| YUV | 9.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 34 | 1 | 0.74 | 0 | 0.87 | 224.12 | 1 | 0.07 |
| Hex | 0 | 9 | 22 | 64 | 4A | 0 | 57 | E0 | 64 | 7 |
| Octal | 0 | 11 | 42 | 144 | 112 | 0 | 127 | 340 | 144 | 7 |
| Binary | 0 | 1001 | 100010 | 1100100 | 1001010 | 0 | 1010111 | 11100000 | 1100100 | 111 |
Color Harmonies of #000922
Complementary color
Monochromatic Colors of #000922
Black with #000922
Text Example
Text Example
White with #000922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000922; }
p { color: rgb(0,9,34); }
H1.HeaderClassName
{
color: #000922;
}
.AnyTagClassName
{
color: #000922;
}
</style>
background-color css
<style>
a { background-color: #000922; }
a { background-color: rgb(0,9,34); }
div.DivClassName
{
background-color: #000922;
}
.BgClassName
{
background-color: #000922;
}
</style>
border-color css
<style>
span { border-color: #000922; }
span { border-color: rgb(0,9,34); }
td.TdClassName
{
border-color: #000922;
}
.TagClassName
{
border-color: #000922;
}
</style>