Shades of Black Russian #0D0825
Tints of Black Russian #0D0825
RGB
CMYK
RGB Variations
Color information
#0D0825 (or 0x0D0825) is known color: Black Russian. HEX triplet: 0D, 08 and 25. RGB value is (13,8,37). Sum of RGB (Red+Green+Blue) = 13+8+37=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D0825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0825 is #F2F7DA. Grayscale: #0C0C0C. Windows color (decimal): -15923163 or 2426893. OLE color: 2426893.
HSL color Cylindrical-coordinate representation of color #0D0825: hue angle of 250.34º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D0825 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 8 | 37 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.85 |
| HSL | 250.34º | 0.64% | 0.09% | - |
| HSV(B) | 250.34º | 0.78% | 0.15% | - |
| XYZ | 0.59 | 0.39 | 1.8 | - |
| YUV | 12.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 37 | 0.65 | 0.78 | 0 | 0.85 | 250.34 | 0.64 | 0.09 |
| Hex | D | 8 | 25 | 41 | 4E | 0 | 55 | FA | 40 | 9 |
| Octal | 15 | 10 | 45 | 101 | 116 | 0 | 125 | 372 | 100 | 11 |
| Binary | 1101 | 1000 | 100101 | 1000001 | 1001110 | 0 | 1010101 | 11111010 | 1000000 | 1001 |
Color Harmonies of #0D0825
Complementary color
Monochromatic Colors of #0D0825
Black with #0D0825
Text Example
Text Example
White with #0D0825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0825; }
p { color: rgb(13,8,37); }
H1.HeaderClassName
{
color: #0D0825;
}
.AnyTagClassName
{
color: #0D0825;
}
</style>
background-color css
<style>
a { background-color: #0D0825; }
a { background-color: rgb(13,8,37); }
div.DivClassName
{
background-color: #0D0825;
}
.BgClassName
{
background-color: #0D0825;
}
</style>
border-color css
<style>
span { border-color: #0D0825; }
span { border-color: rgb(13,8,37); }
td.TdClassName
{
border-color: #0D0825;
}
.TagClassName
{
border-color: #0D0825;
}
</style>