Shades of Black Russian #0A071E
Tints of Black Russian #0A071E
RGB
CMYK
RGB Variations
Color information
#0A071E (or 0x0A071E) is known color: Black Russian. HEX triplet: 0A, 07 and 1E. RGB value is (10,7,30). Sum of RGB (Red+Green+Blue) = 10+7+30=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 30 (12.11% from 255 or 63.83% from 47); Max value from RGB is 30 - color contains mainly: blue. Hex color #0A071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A071E is #F5F8E1. Grayscale: #0A0A0A. Windows color (decimal): -16120034 or 1967882. OLE color: 1967882.
HSL color Cylindrical-coordinate representation of color #0A071E: hue angle of 247.83º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A071E is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 7 | 30 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.88 |
| HSL | 247.83º | 0.62% | 0.07% | - |
| HSV(B) | 247.83º | 0.77% | 0.12% | - |
| XYZ | 0.44 | 0.31 | 1.27 | - |
| YUV | 10.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 30 | 0.67 | 0.77 | 0 | 0.88 | 247.83 | 0.62 | 0.07 |
| Hex | A | 7 | 1E | 43 | 4D | 0 | 58 | F8 | 3E | 7 |
| Octal | 12 | 7 | 36 | 103 | 115 | 0 | 130 | 370 | 76 | 7 |
| Binary | 1010 | 111 | 11110 | 1000011 | 1001101 | 0 | 1011000 | 11111000 | 111110 | 111 |
Color Harmonies of #0A071E
Complementary color
Monochromatic Colors of #0A071E
Black with #0A071E
Text Example
Text Example
White with #0A071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A071E; }
p { color: rgb(10,7,30); }
H1.HeaderClassName
{
color: #0A071E;
}
.AnyTagClassName
{
color: #0A071E;
}
</style>
background-color css
<style>
a { background-color: #0A071E; }
a { background-color: rgb(10,7,30); }
div.DivClassName
{
background-color: #0A071E;
}
.BgClassName
{
background-color: #0A071E;
}
</style>
border-color css
<style>
span { border-color: #0A071E; }
span { border-color: rgb(10,7,30); }
td.TdClassName
{
border-color: #0A071E;
}
.TagClassName
{
border-color: #0A071E;
}
</style>