Shades of Black Russian #0D1526
Tints of Black Russian #0D1526
RGB
CMYK
RGB Variations
Color information
#0D1526 (or 0x0D1526) is known color: Black Russian. HEX triplet: 0D, 15 and 26. RGB value is (13,21,38). Sum of RGB (Red+Green+Blue) = 13+21+38=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 38 (15.23% from 255 or 52.78% from 72); Max value from RGB is 38 - color contains mainly: blue. Hex color #0D1526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1526 is #F2EAD9. Grayscale: #141414. Windows color (decimal): -15919834 or 2495757. OLE color: 2495757.
HSL color Cylindrical-coordinate representation of color #0D1526: hue angle of 220.8º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0D1526 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 21 | 38 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.85 |
| HSL | 220.8º | 0.49% | 0.1% | - |
| HSV(B) | 220.8º | 0.66% | 0.15% | - |
| XYZ | 0.78 | 0.76 | 1.94 | - |
| YUV | 20.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 38 | 0.66 | 0.45 | 0 | 0.85 | 220.8 | 0.49 | 0.1 |
| Hex | D | 15 | 26 | 42 | 2D | 0 | 55 | DD | 31 | A |
| Octal | 15 | 25 | 46 | 102 | 55 | 0 | 125 | 335 | 61 | 12 |
| Binary | 1101 | 10101 | 100110 | 1000010 | 101101 | 0 | 1010101 | 11011101 | 110001 | 1010 |
Color Harmonies of #0D1526
Complementary color
Monochromatic Colors of #0D1526
Black with #0D1526
Text Example
Text Example
White with #0D1526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1526; }
p { color: rgb(13,21,38); }
H1.HeaderClassName
{
color: #0D1526;
}
.AnyTagClassName
{
color: #0D1526;
}
</style>
background-color css
<style>
a { background-color: #0D1526; }
a { background-color: rgb(13,21,38); }
div.DivClassName
{
background-color: #0D1526;
}
.BgClassName
{
background-color: #0D1526;
}
</style>
border-color css
<style>
span { border-color: #0D1526; }
span { border-color: rgb(13,21,38); }
td.TdClassName
{
border-color: #0D1526;
}
.TagClassName
{
border-color: #0D1526;
}
</style>