Shades of Black Russian #0D0C13
Tints of Black Russian #0D0C13
RGB
CMYK
RGB Variations
Color information
#0D0C13 (or 0x0D0C13) is known color: Black Russian. HEX triplet: 0D, 0C and 13. RGB value is (13,12,19). Sum of RGB (Red+Green+Blue) = 13+12+19=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 19 - color contains mainly: blue. Hex color #0D0C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0C13 is #F2F3EC. Grayscale: #0D0D0D. Windows color (decimal): -15922157 or 1248269. OLE color: 1248269.
HSL color Cylindrical-coordinate representation of color #0D0C13: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #0D0C13 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 12 | 19 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.93 |
| HSL | 248.57º | 0.23% | 0.06% | - |
| HSV(B) | 248.57º | 0.37% | 0.07% | - |
| XYZ | 0.41 | 0.4 | 0.67 | - |
| YUV | 13.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 12 | 19 | 0.32 | 0.37 | 0 | 0.93 | 248.57 | 0.23 | 0.06 |
| Hex | D | C | 13 | 20 | 25 | 0 | 5D | F9 | 17 | 6 |
| Octal | 15 | 14 | 23 | 40 | 45 | 0 | 135 | 371 | 27 | 6 |
| Binary | 1101 | 1100 | 10011 | 100000 | 100101 | 0 | 1011101 | 11111001 | 10111 | 110 |
Color Harmonies of #0D0C13
Complementary color
Monochromatic Colors of #0D0C13
Black with #0D0C13
Text Example
Text Example
White with #0D0C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0C13; }
p { color: rgb(13,12,19); }
H1.HeaderClassName
{
color: #0D0C13;
}
.AnyTagClassName
{
color: #0D0C13;
}
</style>
background-color css
<style>
a { background-color: #0D0C13; }
a { background-color: rgb(13,12,19); }
div.DivClassName
{
background-color: #0D0C13;
}
.BgClassName
{
background-color: #0D0C13;
}
</style>
border-color css
<style>
span { border-color: #0D0C13; }
span { border-color: rgb(13,12,19); }
td.TdClassName
{
border-color: #0D0C13;
}
.TagClassName
{
border-color: #0D0C13;
}
</style>