Shades of Black Russian #0A071D
Tints of Black Russian #0A071D
RGB
CMYK
RGB Variations
Color information
#0A071D (or 0x0A071D) is known color: Black Russian. HEX triplet: 0A, 07 and 1D. RGB value is (10,7,29). Sum of RGB (Red+Green+Blue) = 10+7+29=46 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.74% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 29 (11.72% from 255 or 63.04% from 46); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A071D is #F5F8E2. Grayscale: #0A0A0A. Windows color (decimal): -16120035 or 1902346. OLE color: 1902346.
HSL color Cylindrical-coordinate representation of color #0A071D: hue angle of 248.18º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A071D is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 7 | 29 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.89 |
| HSL | 248.18º | 0.61% | 0.07% | - |
| HSV(B) | 248.18º | 0.76% | 0.11% | - |
| XYZ | 0.42 | 0.31 | 1.2 | - |
| YUV | 10.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 29 | 0.66 | 0.76 | 0 | 0.89 | 248.18 | 0.61 | 0.07 |
| Hex | A | 7 | 1D | 42 | 4C | 0 | 59 | F8 | 3D | 7 |
| Octal | 12 | 7 | 35 | 102 | 114 | 0 | 131 | 370 | 75 | 7 |
| Binary | 1010 | 111 | 11101 | 1000010 | 1001100 | 0 | 1011001 | 11111000 | 111101 | 111 |
Color Harmonies of #0A071D
Complementary color
Monochromatic Colors of #0A071D
Black with #0A071D
Text Example
Text Example
White with #0A071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A071D; }
p { color: rgb(10,7,29); }
H1.HeaderClassName
{
color: #0A071D;
}
.AnyTagClassName
{
color: #0A071D;
}
</style>
background-color css
<style>
a { background-color: #0A071D; }
a { background-color: rgb(10,7,29); }
div.DivClassName
{
background-color: #0A071D;
}
.BgClassName
{
background-color: #0A071D;
}
</style>
border-color css
<style>
span { border-color: #0A071D; }
span { border-color: rgb(10,7,29); }
td.TdClassName
{
border-color: #0A071D;
}
.TagClassName
{
border-color: #0A071D;
}
</style>