Shades of Black Russian #0D0826
Tints of Black Russian #0D0826
RGB
CMYK
RGB Variations
Color information
#0D0826 (or 0x0D0826) is known color: Black Russian. HEX triplet: 0D, 08 and 26. RGB value is (13,8,38). Sum of RGB (Red+Green+Blue) = 13+8+38=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 38 (15.23% from 255 or 64.41% from 59); Max value from RGB is 38 - color contains mainly: blue. Hex color #0D0826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0826 is #F2F7D9. Grayscale: #0C0C0C. Windows color (decimal): -15923162 or 2492429. OLE color: 2492429.
HSL color Cylindrical-coordinate representation of color #0D0826: hue angle of 250º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D0826 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 8 | 38 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.85 |
| HSL | 250º | 0.65% | 0.09% | - |
| HSV(B) | 250º | 0.79% | 0.15% | - |
| XYZ | 0.6 | 0.4 | 1.88 | - |
| YUV | 12.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 38 | 0.66 | 0.79 | 0 | 0.85 | 250 | 0.65 | 0.09 |
| Hex | D | 8 | 26 | 42 | 4F | 0 | 55 | FA | 41 | 9 |
| Octal | 15 | 10 | 46 | 102 | 117 | 0 | 125 | 372 | 101 | 11 |
| Binary | 1101 | 1000 | 100110 | 1000010 | 1001111 | 0 | 1010101 | 11111010 | 1000001 | 1001 |
Color Harmonies of #0D0826
Complementary color
Monochromatic Colors of #0D0826
Black with #0D0826
Text Example
Text Example
White with #0D0826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0826; }
p { color: rgb(13,8,38); }
H1.HeaderClassName
{
color: #0D0826;
}
.AnyTagClassName
{
color: #0D0826;
}
</style>
background-color css
<style>
a { background-color: #0D0826; }
a { background-color: rgb(13,8,38); }
div.DivClassName
{
background-color: #0D0826;
}
.BgClassName
{
background-color: #0D0826;
}
</style>
border-color css
<style>
span { border-color: #0D0826; }
span { border-color: rgb(13,8,38); }
td.TdClassName
{
border-color: #0D0826;
}
.TagClassName
{
border-color: #0D0826;
}
</style>