Shades of Black Russian #0D1325
Tints of Black Russian #0D1325
RGB
CMYK
RGB Variations
Color information
#0D1325 (or 0x0D1325) is known color: Black Russian. HEX triplet: 0D, 13 and 25. RGB value is (13,19,37). Sum of RGB (Red+Green+Blue) = 13+19+37=69 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.84% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D1325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1325 is #F2ECDA. Grayscale: #131313. Windows color (decimal): -15920347 or 2429709. OLE color: 2429709.
HSL color Cylindrical-coordinate representation of color #0D1325: hue angle of 225º 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 #0D1325 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 19 | 37 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.85 |
| HSL | 225º | 0.48% | 0.1% | - |
| HSV(B) | 225º | 0.65% | 0.15% | - |
| XYZ | 0.73 | 0.68 | 1.84 | - |
| YUV | 19.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 37 | 0.65 | 0.49 | 0 | 0.85 | 225 | 0.48 | 0.1 |
| Hex | D | 13 | 25 | 41 | 31 | 0 | 55 | E1 | 30 | A |
| Octal | 15 | 23 | 45 | 101 | 61 | 0 | 125 | 341 | 60 | 12 |
| Binary | 1101 | 10011 | 100101 | 1000001 | 110001 | 0 | 1010101 | 11100001 | 110000 | 1010 |
Color Harmonies of #0D1325
Complementary color
Monochromatic Colors of #0D1325
Black with #0D1325
Text Example
Text Example
White with #0D1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1325; }
p { color: rgb(13,19,37); }
H1.HeaderClassName
{
color: #0D1325;
}
.AnyTagClassName
{
color: #0D1325;
}
</style>
background-color css
<style>
a { background-color: #0D1325; }
a { background-color: rgb(13,19,37); }
div.DivClassName
{
background-color: #0D1325;
}
.BgClassName
{
background-color: #0D1325;
}
</style>
border-color css
<style>
span { border-color: #0D1325; }
span { border-color: rgb(13,19,37); }
td.TdClassName
{
border-color: #0D1325;
}
.TagClassName
{
border-color: #0D1325;
}
</style>