Shades of Black Russian #0A111F
Tints of Black Russian #0A111F
RGB
CMYK
RGB Variations
Color information
#0A111F (or 0x0A111F) is known color: Black Russian. HEX triplet: 0A, 11 and 1F. RGB value is (10,17,31). Sum of RGB (Red+Green+Blue) = 10+17+31=58 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.24% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A111F is #F5EEE0. Grayscale: #101010. Windows color (decimal): -16117473 or 2035978. OLE color: 2035978.
HSL color Cylindrical-coordinate representation of color #0A111F: hue angle of 220º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A111F is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 17 | 31 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.88 |
| HSL | 220º | 0.51% | 0.08% | - |
| HSV(B) | 220º | 0.68% | 0.12% | - |
| XYZ | 0.57 | 0.56 | 1.38 | - |
| YUV | 16.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 31 | 0.68 | 0.45 | 0 | 0.88 | 220 | 0.51 | 0.08 |
| Hex | A | 11 | 1F | 44 | 2D | 0 | 58 | DC | 33 | 8 |
| Octal | 12 | 21 | 37 | 104 | 55 | 0 | 130 | 334 | 63 | 10 |
| Binary | 1010 | 10001 | 11111 | 1000100 | 101101 | 0 | 1011000 | 11011100 | 110011 | 1000 |
Color Harmonies of #0A111F
Complementary color
Monochromatic Colors of #0A111F
Black with #0A111F
Text Example
Text Example
White with #0A111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A111F; }
p { color: rgb(10,17,31); }
H1.HeaderClassName
{
color: #0A111F;
}
.AnyTagClassName
{
color: #0A111F;
}
</style>
background-color css
<style>
a { background-color: #0A111F; }
a { background-color: rgb(10,17,31); }
div.DivClassName
{
background-color: #0A111F;
}
.BgClassName
{
background-color: #0A111F;
}
</style>
border-color css
<style>
span { border-color: #0A111F; }
span { border-color: rgb(10,17,31); }
td.TdClassName
{
border-color: #0A111F;
}
.TagClassName
{
border-color: #0A111F;
}
</style>