Shades of Black Russian #0A091D
Tints of Black Russian #0A091D
RGB
CMYK
RGB Variations
Color information
#0A091D (or 0x0A091D) is known color: Black Russian. HEX triplet: 0A, 09 and 1D. RGB value is (10,9,29). Sum of RGB (Red+Green+Blue) = 10+9+29=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A091D is #F5F6E2. Grayscale: #0B0B0B. Windows color (decimal): -16119523 or 1902858. OLE color: 1902858.
HSL color Cylindrical-coordinate representation of color #0A091D: hue angle of 243º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0A091D is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 9 | 29 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.89 |
| HSL | 243º | 0.53% | 0.07% | - |
| HSV(B) | 243º | 0.69% | 0.11% | - |
| XYZ | 0.44 | 0.35 | 1.21 | - |
| YUV | 11.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 9 | 29 | 0.66 | 0.69 | 0 | 0.89 | 243 | 0.53 | 0.07 |
| Hex | A | 9 | 1D | 42 | 45 | 0 | 59 | F3 | 35 | 7 |
| Octal | 12 | 11 | 35 | 102 | 105 | 0 | 131 | 363 | 65 | 7 |
| Binary | 1010 | 1001 | 11101 | 1000010 | 1000101 | 0 | 1011001 | 11110011 | 110101 | 111 |
Color Harmonies of #0A091D
Complementary color
Monochromatic Colors of #0A091D
Black with #0A091D
Text Example
Text Example
White with #0A091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A091D; }
p { color: rgb(10,9,29); }
H1.HeaderClassName
{
color: #0A091D;
}
.AnyTagClassName
{
color: #0A091D;
}
</style>
background-color css
<style>
a { background-color: #0A091D; }
a { background-color: rgb(10,9,29); }
div.DivClassName
{
background-color: #0A091D;
}
.BgClassName
{
background-color: #0A091D;
}
</style>
border-color css
<style>
span { border-color: #0A091D; }
span { border-color: rgb(10,9,29); }
td.TdClassName
{
border-color: #0A091D;
}
.TagClassName
{
border-color: #0A091D;
}
</style>