Shades of Black Russian #0A0922
Tints of Black Russian #0A0922
RGB
CMYK
RGB Variations
Color information
#0A0922 (or 0x0A0922) is known color: Black Russian. HEX triplet: 0A, 09 and 22. RGB value is (10,9,34). Sum of RGB (Red+Green+Blue) = 10+9+34=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 34 (13.67% from 255 or 64.15% from 53); Max value from RGB is 34 - color contains mainly: blue. Hex color #0A0922 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0922 is #F5F6DD. Grayscale: #0C0C0C. Windows color (decimal): -16119518 or 2230538. OLE color: 2230538.
HSL color Cylindrical-coordinate representation of color #0A0922: hue angle of 242.4º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A0922 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 10 | 9 | 34 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.87 |
| HSL | 242.4º | 0.58% | 0.08% | - |
| HSV(B) | 242.4º | 0.74% | 0.13% | - |
| XYZ | 0.51 | 0.38 | 1.56 | - |
| YUV | 12.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 34 | 0.71 | 0.74 | 0 | 0.87 | 242.4 | 0.58 | 0.08 |
| Hex | A | 9 | 22 | 47 | 4A | 0 | 57 | F2 | 3A | 8 |
| Octal | 12 | 11 | 42 | 107 | 112 | 0 | 127 | 362 | 72 | 10 |
| Binary | 1010 | 1001 | 100010 | 1000111 | 1001010 | 0 | 1010111 | 11110010 | 111010 | 1000 |
Color Harmonies of #0A0922
Complementary color
Monochromatic Colors of #0A0922
Black with #0A0922
Text Example
Text Example
White with #0A0922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0922; }
p { color: rgb(10,9,34); }
H1.HeaderClassName
{
color: #0A0922;
}
.AnyTagClassName
{
color: #0A0922;
}
</style>
background-color css
<style>
a { background-color: #0A0922; }
a { background-color: rgb(10,9,34); }
div.DivClassName
{
background-color: #0A0922;
}
.BgClassName
{
background-color: #0A0922;
}
</style>
border-color css
<style>
span { border-color: #0A0922; }
span { border-color: rgb(10,9,34); }
td.TdClassName
{
border-color: #0A0922;
}
.TagClassName
{
border-color: #0A0922;
}
</style>