Shades of Black Russian #0D111F
Tints of Black Russian #0D111F
RGB
CMYK
RGB Variations
Color information
#0D111F (or 0x0D111F) is known color: Black Russian. HEX triplet: 0D, 11 and 1F. RGB value is (13,17,31). Sum of RGB (Red+Green+Blue) = 13+17+31=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D111F is #F2EEE0. Grayscale: #111111. Windows color (decimal): -15920865 or 2035981. OLE color: 2035981.
HSL color Cylindrical-coordinate representation of color #0D111F: hue angle of 226.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D111F is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 17 | 31 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.88 |
| HSL | 226.67º | 0.41% | 0.09% | - |
| HSV(B) | 226.67º | 0.58% | 0.12% | - |
| XYZ | 0.61 | 0.59 | 1.38 | - |
| YUV | 17.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 17 | 31 | 0.58 | 0.45 | 0 | 0.88 | 226.67 | 0.41 | 0.09 |
| Hex | D | 11 | 1F | 3A | 2D | 0 | 58 | E3 | 29 | 9 |
| Octal | 15 | 21 | 37 | 72 | 55 | 0 | 130 | 343 | 51 | 11 |
| Binary | 1101 | 10001 | 11111 | 111010 | 101101 | 0 | 1011000 | 11100011 | 101001 | 1001 |
Color Harmonies of #0D111F
Complementary color
Monochromatic Colors of #0D111F
Black with #0D111F
Text Example
Text Example
White with #0D111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D111F; }
p { color: rgb(13,17,31); }
H1.HeaderClassName
{
color: #0D111F;
}
.AnyTagClassName
{
color: #0D111F;
}
</style>
background-color css
<style>
a { background-color: #0D111F; }
a { background-color: rgb(13,17,31); }
div.DivClassName
{
background-color: #0D111F;
}
.BgClassName
{
background-color: #0D111F;
}
</style>
border-color css
<style>
span { border-color: #0D111F; }
span { border-color: rgb(13,17,31); }
td.TdClassName
{
border-color: #0D111F;
}
.TagClassName
{
border-color: #0D111F;
}
</style>