Shades of Black Russian #0A081D
Tints of Black Russian #0A081D
RGB
CMYK
RGB Variations
Color information
#0A081D (or 0x0A081D) is known color: Black Russian. HEX triplet: 0A, 08 and 1D. RGB value is (10,8,29). Sum of RGB (Red+Green+Blue) = 10+8+29=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 29 (11.72% from 255 or 61.70% from 47); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A081D is #F5F7E2. Grayscale: #0A0A0A. Windows color (decimal): -16119779 or 1902602. OLE color: 1902602.
HSL color Cylindrical-coordinate representation of color #0A081D: hue angle of 245.71º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A081D is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 8 | 29 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.89 |
| HSL | 245.71º | 0.57% | 0.07% | - |
| HSV(B) | 245.71º | 0.72% | 0.11% | - |
| XYZ | 0.43 | 0.33 | 1.2 | - |
| YUV | 10.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 29 | 0.66 | 0.72 | 0 | 0.89 | 245.71 | 0.57 | 0.07 |
| Hex | A | 8 | 1D | 42 | 48 | 0 | 59 | F6 | 39 | 7 |
| Octal | 12 | 10 | 35 | 102 | 110 | 0 | 131 | 366 | 71 | 7 |
| Binary | 1010 | 1000 | 11101 | 1000010 | 1001000 | 0 | 1011001 | 11110110 | 111001 | 111 |
Color Harmonies of #0A081D
Complementary color
Monochromatic Colors of #0A081D
Black with #0A081D
Text Example
Text Example
White with #0A081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A081D; }
p { color: rgb(10,8,29); }
H1.HeaderClassName
{
color: #0A081D;
}
.AnyTagClassName
{
color: #0A081D;
}
</style>
background-color css
<style>
a { background-color: #0A081D; }
a { background-color: rgb(10,8,29); }
div.DivClassName
{
background-color: #0A081D;
}
.BgClassName
{
background-color: #0A081D;
}
</style>
border-color css
<style>
span { border-color: #0A081D; }
span { border-color: rgb(10,8,29); }
td.TdClassName
{
border-color: #0A081D;
}
.TagClassName
{
border-color: #0A081D;
}
</style>