Shades of Black Russian #0D1018
Tints of Black Russian #0D1018
RGB
CMYK
RGB Variations
Color information
#0D1018 (or 0x0D1018) is known color: Black Russian. HEX triplet: 0D, 10 and 18. RGB value is (13,16,24). Sum of RGB (Red+Green+Blue) = 13+16+24=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D1018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1018 is #F2EFE7. Grayscale: #0F0F0F. Windows color (decimal): -15921128 or 1576973. OLE color: 1576973.
HSL color Cylindrical-coordinate representation of color #0D1018: hue angle of 223.64º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0D1018 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 16 | 24 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.91 |
| HSL | 223.64º | 0.3% | 0.07% | - |
| HSV(B) | 223.64º | 0.46% | 0.09% | - |
| XYZ | 0.52 | 0.52 | 0.94 | - |
| YUV | 16.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 24 | 0.46 | 0.33 | 0 | 0.91 | 223.64 | 0.3 | 0.07 |
| Hex | D | 10 | 18 | 2E | 21 | 0 | 5B | E0 | 1E | 7 |
| Octal | 15 | 20 | 30 | 56 | 41 | 0 | 133 | 340 | 36 | 7 |
| Binary | 1101 | 10000 | 11000 | 101110 | 100001 | 0 | 1011011 | 11100000 | 11110 | 111 |
Color Harmonies of #0D1018
Complementary color
Monochromatic Colors of #0D1018
Black with #0D1018
Text Example
Text Example
White with #0D1018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1018; }
p { color: rgb(13,16,24); }
H1.HeaderClassName
{
color: #0D1018;
}
.AnyTagClassName
{
color: #0D1018;
}
</style>
background-color css
<style>
a { background-color: #0D1018; }
a { background-color: rgb(13,16,24); }
div.DivClassName
{
background-color: #0D1018;
}
.BgClassName
{
background-color: #0D1018;
}
</style>
border-color css
<style>
span { border-color: #0D1018; }
span { border-color: rgb(13,16,24); }
td.TdClassName
{
border-color: #0D1018;
}
.TagClassName
{
border-color: #0D1018;
}
</style>