Shades of Black Russian #0D1025
Tints of Black Russian #0D1025
RGB
CMYK
RGB Variations
Color information
#0D1025 (or 0x0D1025) is known color: Black Russian. HEX triplet: 0D, 10 and 25. RGB value is (13,16,37). Sum of RGB (Red+Green+Blue) = 13+16+37=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D1025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1025 is #F2EFDA. Grayscale: #111111. Windows color (decimal): -15921115 or 2428941. OLE color: 2428941.
HSL color Cylindrical-coordinate representation of color #0D1025: hue angle of 232.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D1025 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 16 | 37 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.85 |
| HSL | 232.5º | 0.48% | 0.1% | - |
| HSV(B) | 232.5º | 0.65% | 0.15% | - |
| XYZ | 0.69 | 0.59 | 1.83 | - |
| YUV | 17.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 37 | 0.65 | 0.57 | 0 | 0.85 | 232.5 | 0.48 | 0.1 |
| Hex | D | 10 | 25 | 41 | 39 | 0 | 55 | E8 | 30 | A |
| Octal | 15 | 20 | 45 | 101 | 71 | 0 | 125 | 350 | 60 | 12 |
| Binary | 1101 | 10000 | 100101 | 1000001 | 111001 | 0 | 1010101 | 11101000 | 110000 | 1010 |
Color Harmonies of #0D1025
Complementary color
Monochromatic Colors of #0D1025
Black with #0D1025
Text Example
Text Example
White with #0D1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1025; }
p { color: rgb(13,16,37); }
H1.HeaderClassName
{
color: #0D1025;
}
.AnyTagClassName
{
color: #0D1025;
}
</style>
background-color css
<style>
a { background-color: #0D1025; }
a { background-color: rgb(13,16,37); }
div.DivClassName
{
background-color: #0D1025;
}
.BgClassName
{
background-color: #0D1025;
}
</style>
border-color css
<style>
span { border-color: #0D1025; }
span { border-color: rgb(13,16,37); }
td.TdClassName
{
border-color: #0D1025;
}
.TagClassName
{
border-color: #0D1025;
}
</style>