Shades of Black Russian #0A0B11
Tints of Black Russian #0A0B11
RGB
CMYK
RGB Variations
Color information
#0A0B11 (or 0x0A0B11) is known color: Black Russian. HEX triplet: 0A, 0B and 11. RGB value is (10,11,17). Sum of RGB (Red+Green+Blue) = 10+11+17=38 (5% of max value = 765). Red value is 10 (4.30% from 255 or 26.32% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 17 - color contains mainly: blue. Hex color #0A0B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0B11 is #F5F4EE. Grayscale: #0B0B0B. Windows color (decimal): -16119023 or 1116938. OLE color: 1116938.
HSL color Cylindrical-coordinate representation of color #0A0B11: hue angle of 231.43º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0A0B11 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 11 | 17 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.93 |
| HSL | 231.43º | 0.26% | 0.05% | - |
| HSV(B) | 231.43º | 0.41% | 0.07% | - |
| XYZ | 0.35 | 0.34 | 0.58 | - |
| YUV | 11.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 11 | 17 | 0.41 | 0.35 | 0 | 0.93 | 231.43 | 0.26 | 0.05 |
| Hex | A | B | 11 | 29 | 23 | 0 | 5D | E7 | 1A | 5 |
| Octal | 12 | 13 | 21 | 51 | 43 | 0 | 135 | 347 | 32 | 5 |
| Binary | 1010 | 1011 | 10001 | 101001 | 100011 | 0 | 1011101 | 11100111 | 11010 | 101 |
Color Harmonies of #0A0B11
Complementary color
Monochromatic Colors of #0A0B11
Black with #0A0B11
Text Example
Text Example
White with #0A0B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0B11; }
p { color: rgb(10,11,17); }
H1.HeaderClassName
{
color: #0A0B11;
}
.AnyTagClassName
{
color: #0A0B11;
}
</style>
background-color css
<style>
a { background-color: #0A0B11; }
a { background-color: rgb(10,11,17); }
div.DivClassName
{
background-color: #0A0B11;
}
.BgClassName
{
background-color: #0A0B11;
}
</style>
border-color css
<style>
span { border-color: #0A0B11; }
span { border-color: rgb(10,11,17); }
td.TdClassName
{
border-color: #0A0B11;
}
.TagClassName
{
border-color: #0A0B11;
}
</style>