Shades of Black Russian #0D162B
Tints of Black Russian #0D162B
RGB
CMYK
RGB Variations
Color information
#0D162B (or 0x0D162B) is known color: Black Russian. HEX triplet: 0D, 16 and 2B. RGB value is (13,22,43). Sum of RGB (Red+Green+Blue) = 13+22+43=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #0D162B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D162B is #F2E9D4. Grayscale: #151515. Windows color (decimal): -15919573 or 2823693. OLE color: 2823693.
HSL color Cylindrical-coordinate representation of color #0D162B: hue angle of 222º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D162B is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 13 | 22 | 43 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.83 |
| HSL | 222º | 0.54% | 0.11% | - |
| HSV(B) | 222º | 0.7% | 0.17% | - |
| XYZ | 0.89 | 0.83 | 2.4 | - |
| YUV | 21.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 43 | 0.70 | 0.49 | 0 | 0.83 | 222 | 0.54 | 0.11 |
| Hex | D | 16 | 2B | 46 | 31 | 0 | 53 | DE | 36 | B |
| Octal | 15 | 26 | 53 | 106 | 61 | 0 | 123 | 336 | 66 | 13 |
| Binary | 1101 | 10110 | 101011 | 1000110 | 110001 | 0 | 1010011 | 11011110 | 110110 | 1011 |
Color Harmonies of #0D162B
Complementary color
Monochromatic Colors of #0D162B
Black with #0D162B
Text Example
Text Example
White with #0D162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D162B; }
p { color: rgb(13,22,43); }
H1.HeaderClassName
{
color: #0D162B;
}
.AnyTagClassName
{
color: #0D162B;
}
</style>
background-color css
<style>
a { background-color: #0D162B; }
a { background-color: rgb(13,22,43); }
div.DivClassName
{
background-color: #0D162B;
}
.BgClassName
{
background-color: #0D162B;
}
</style>
border-color css
<style>
span { border-color: #0D162B; }
span { border-color: rgb(13,22,43); }
td.TdClassName
{
border-color: #0D162B;
}
.TagClassName
{
border-color: #0D162B;
}
</style>