Shades of Black Russian #0A101B
Tints of Black Russian #0A101B
RGB
CMYK
RGB Variations
Color information
#0A101B (or 0x0A101B) is known color: Black Russian. HEX triplet: 0A, 10 and 1B. RGB value is (10,16,27). Sum of RGB (Red+Green+Blue) = 10+16+27=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A101B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A101B is #F5EFE4. Grayscale: #0F0F0F. Windows color (decimal): -16117733 or 1773578. OLE color: 1773578.
HSL color Cylindrical-coordinate representation of color #0A101B: hue angle of 218.82º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0A101B is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 16 | 27 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.89 |
| HSL | 218.82º | 0.46% | 0.07% | - |
| HSV(B) | 218.82º | 0.63% | 0.11% | - |
| XYZ | 0.51 | 0.51 | 1.11 | - |
| YUV | 15.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 27 | 0.63 | 0.41 | 0 | 0.89 | 218.82 | 0.46 | 0.07 |
| Hex | A | 10 | 1B | 3F | 29 | 0 | 59 | DB | 2E | 7 |
| Octal | 12 | 20 | 33 | 77 | 51 | 0 | 131 | 333 | 56 | 7 |
| Binary | 1010 | 10000 | 11011 | 111111 | 101001 | 0 | 1011001 | 11011011 | 101110 | 111 |
Color Harmonies of #0A101B
Complementary color
Monochromatic Colors of #0A101B
Black with #0A101B
Text Example
Text Example
White with #0A101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A101B; }
p { color: rgb(10,16,27); }
H1.HeaderClassName
{
color: #0A101B;
}
.AnyTagClassName
{
color: #0A101B;
}
</style>
background-color css
<style>
a { background-color: #0A101B; }
a { background-color: rgb(10,16,27); }
div.DivClassName
{
background-color: #0A101B;
}
.BgClassName
{
background-color: #0A101B;
}
</style>
border-color css
<style>
span { border-color: #0A101B; }
span { border-color: rgb(10,16,27); }
td.TdClassName
{
border-color: #0A101B;
}
.TagClassName
{
border-color: #0A101B;
}
</style>