Shades of Black Russian #0A0927
Tints of Black Russian #0A0927
RGB
CMYK
RGB Variations
Color information
#0A0927 (or 0x0A0927) is known color: Black Russian. HEX triplet: 0A, 09 and 27. RGB value is (10,9,39). Sum of RGB (Red+Green+Blue) = 10+9+39=58 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.24% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 39 (15.62% from 255 or 67.24% from 58); Max value from RGB is 39 - color contains mainly: blue. Hex color #0A0927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0927 is #F5F6D8. Grayscale: #0C0C0C. Windows color (decimal): -16119513 or 2558218. OLE color: 2558218.
HSL color Cylindrical-coordinate representation of color #0A0927: hue angle of 242º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A0927 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 9 | 39 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.85 |
| HSL | 242º | 0.63% | 0.09% | - |
| HSV(B) | 242º | 0.77% | 0.15% | - |
| XYZ | 0.59 | 0.41 | 1.97 | - |
| YUV | 12.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 39 | 0.74 | 0.77 | 0 | 0.85 | 242 | 0.63 | 0.09 |
| Hex | A | 9 | 27 | 4A | 4D | 0 | 55 | F2 | 3E | 9 |
| Octal | 12 | 11 | 47 | 112 | 115 | 0 | 125 | 362 | 76 | 11 |
| Binary | 1010 | 1001 | 100111 | 1001010 | 1001101 | 0 | 1010101 | 11110010 | 111110 | 1001 |
Color Harmonies of #0A0927
Complementary color
Monochromatic Colors of #0A0927
Black with #0A0927
Text Example
Text Example
White with #0A0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0927; }
p { color: rgb(10,9,39); }
H1.HeaderClassName
{
color: #0A0927;
}
.AnyTagClassName
{
color: #0A0927;
}
</style>
background-color css
<style>
a { background-color: #0A0927; }
a { background-color: rgb(10,9,39); }
div.DivClassName
{
background-color: #0A0927;
}
.BgClassName
{
background-color: #0A0927;
}
</style>
border-color css
<style>
span { border-color: #0A0927; }
span { border-color: rgb(10,9,39); }
td.TdClassName
{
border-color: #0A0927;
}
.TagClassName
{
border-color: #0A0927;
}
</style>