Shades of Black Russian #0A0921
Tints of Black Russian #0A0921
RGB
CMYK
RGB Variations
Color information
#0A0921 (or 0x0A0921) is known color: Black Russian. HEX triplet: 0A, 09 and 21. RGB value is (10,9,33). Sum of RGB (Red+Green+Blue) = 10+9+33=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 33 (13.28% from 255 or 63.46% from 52); Max value from RGB is 33 - color contains mainly: blue. Hex color #0A0921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0921 is #F5F6DE. Grayscale: #0B0B0B. Windows color (decimal): -16119519 or 2165002. OLE color: 2165002.
HSL color Cylindrical-coordinate representation of color #0A0921: hue angle of 242.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A0921 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 10 | 9 | 33 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.87 |
| HSL | 242.5º | 0.57% | 0.08% | - |
| HSV(B) | 242.5º | 0.73% | 0.13% | - |
| XYZ | 0.5 | 0.37 | 1.48 | - |
| YUV | 12.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 33 | 0.70 | 0.73 | 0 | 0.87 | 242.5 | 0.57 | 0.08 |
| Hex | A | 9 | 21 | 46 | 49 | 0 | 57 | F2 | 39 | 8 |
| Octal | 12 | 11 | 41 | 106 | 111 | 0 | 127 | 362 | 71 | 10 |
| Binary | 1010 | 1001 | 100001 | 1000110 | 1001001 | 0 | 1010111 | 11110010 | 111001 | 1000 |
Color Harmonies of #0A0921
Complementary color
Monochromatic Colors of #0A0921
Black with #0A0921
Text Example
Text Example
White with #0A0921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0921; }
p { color: rgb(10,9,33); }
H1.HeaderClassName
{
color: #0A0921;
}
.AnyTagClassName
{
color: #0A0921;
}
</style>
background-color css
<style>
a { background-color: #0A0921; }
a { background-color: rgb(10,9,33); }
div.DivClassName
{
background-color: #0A0921;
}
.BgClassName
{
background-color: #0A0921;
}
</style>
border-color css
<style>
span { border-color: #0A0921; }
span { border-color: rgb(10,9,33); }
td.TdClassName
{
border-color: #0A0921;
}
.TagClassName
{
border-color: #0A0921;
}
</style>