Shades of Black Russian #0D1019
Tints of Black Russian #0D1019
RGB
CMYK
RGB Variations
Color information
#0D1019 (or 0x0D1019) is known color: Black Russian. HEX triplet: 0D, 10 and 19. RGB value is (13,16,25). Sum of RGB (Red+Green+Blue) = 13+16+25=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 25 - color contains mainly: blue. Hex color #0D1019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1019 is #F2EFE6. Grayscale: #101010. Windows color (decimal): -15921127 or 1642509. OLE color: 1642509.
HSL color Cylindrical-coordinate representation of color #0D1019: hue angle of 225º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0D1019 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 16 | 25 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.90 |
| HSL | 225º | 0.32% | 0.07% | - |
| HSV(B) | 225º | 0.48% | 0.1% | - |
| XYZ | 0.53 | 0.53 | 0.99 | - |
| YUV | 16.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 25 | 0.48 | 0.36 | 0 | 0.90 | 225 | 0.32 | 0.07 |
| Hex | D | 10 | 19 | 30 | 24 | 0 | 5A | E1 | 20 | 7 |
| Octal | 15 | 20 | 31 | 60 | 44 | 0 | 132 | 341 | 40 | 7 |
| Binary | 1101 | 10000 | 11001 | 110000 | 100100 | 0 | 1011010 | 11100001 | 100000 | 111 |
Color Harmonies of #0D1019
Complementary color
Monochromatic Colors of #0D1019
Black with #0D1019
Text Example
Text Example
White with #0D1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1019; }
p { color: rgb(13,16,25); }
H1.HeaderClassName
{
color: #0D1019;
}
.AnyTagClassName
{
color: #0D1019;
}
</style>
background-color css
<style>
a { background-color: #0D1019; }
a { background-color: rgb(13,16,25); }
div.DivClassName
{
background-color: #0D1019;
}
.BgClassName
{
background-color: #0D1019;
}
</style>
border-color css
<style>
span { border-color: #0D1019; }
span { border-color: rgb(13,16,25); }
td.TdClassName
{
border-color: #0D1019;
}
.TagClassName
{
border-color: #0D1019;
}
</style>