Shades of Black Russian #0D0C14
Tints of Black Russian #0D0C14
RGB
CMYK
RGB Variations
Color information
#0D0C14 (or 0x0D0C14) is known color: Black Russian. HEX triplet: 0D, 0C and 14. RGB value is (13,12,20). Sum of RGB (Red+Green+Blue) = 13+12+20=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 20 - color contains mainly: blue. Hex color #0D0C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0C14 is #F2F3EB. Grayscale: #0D0D0D. Windows color (decimal): -15922156 or 1313805. OLE color: 1313805.
HSL color Cylindrical-coordinate representation of color #0D0C14: hue angle of 247.5º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0D0C14 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 12 | 20 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.92 |
| HSL | 247.5º | 0.25% | 0.06% | - |
| HSV(B) | 247.5º | 0.4% | 0.08% | - |
| XYZ | 0.42 | 0.4 | 0.72 | - |
| YUV | 13.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 12 | 20 | 0.35 | 0.40 | 0 | 0.92 | 247.5 | 0.25 | 0.06 |
| Hex | D | C | 14 | 23 | 28 | 0 | 5C | F8 | 19 | 6 |
| Octal | 15 | 14 | 24 | 43 | 50 | 0 | 134 | 370 | 31 | 6 |
| Binary | 1101 | 1100 | 10100 | 100011 | 101000 | 0 | 1011100 | 11111000 | 11001 | 110 |
Color Harmonies of #0D0C14
Complementary color
Monochromatic Colors of #0D0C14
Black with #0D0C14
Text Example
Text Example
White with #0D0C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0C14; }
p { color: rgb(13,12,20); }
H1.HeaderClassName
{
color: #0D0C14;
}
.AnyTagClassName
{
color: #0D0C14;
}
</style>
background-color css
<style>
a { background-color: #0D0C14; }
a { background-color: rgb(13,12,20); }
div.DivClassName
{
background-color: #0D0C14;
}
.BgClassName
{
background-color: #0D0C14;
}
</style>
border-color css
<style>
span { border-color: #0D0C14; }
span { border-color: rgb(13,12,20); }
td.TdClassName
{
border-color: #0D0C14;
}
.TagClassName
{
border-color: #0D0C14;
}
</style>