Shades of Black Russian #0D1425
Tints of Black Russian #0D1425
RGB
CMYK
RGB Variations
Color information
#0D1425 (or 0x0D1425) is known color: Black Russian. HEX triplet: 0D, 14 and 25. RGB value is (13,20,37). Sum of RGB (Red+Green+Blue) = 13+20+37=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D1425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1425 is #F2EBDA. Grayscale: #131313. Windows color (decimal): -15920091 or 2429965. OLE color: 2429965.
HSL color Cylindrical-coordinate representation of color #0D1425: hue angle of 222.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 #0D1425 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 20 | 37 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.85 |
| HSL | 222.5º | 0.48% | 0.1% | - |
| HSV(B) | 222.5º | 0.65% | 0.15% | - |
| XYZ | 0.75 | 0.72 | 1.85 | - |
| YUV | 19.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 37 | 0.65 | 0.46 | 0 | 0.85 | 222.5 | 0.48 | 0.1 |
| Hex | D | 14 | 25 | 41 | 2E | 0 | 55 | DE | 30 | A |
| Octal | 15 | 24 | 45 | 101 | 56 | 0 | 125 | 336 | 60 | 12 |
| Binary | 1101 | 10100 | 100101 | 1000001 | 101110 | 0 | 1010101 | 11011110 | 110000 | 1010 |
Color Harmonies of #0D1425
Complementary color
Monochromatic Colors of #0D1425
Black with #0D1425
Text Example
Text Example
White with #0D1425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1425; }
p { color: rgb(13,20,37); }
H1.HeaderClassName
{
color: #0D1425;
}
.AnyTagClassName
{
color: #0D1425;
}
</style>
background-color css
<style>
a { background-color: #0D1425; }
a { background-color: rgb(13,20,37); }
div.DivClassName
{
background-color: #0D1425;
}
.BgClassName
{
background-color: #0D1425;
}
</style>
border-color css
<style>
span { border-color: #0D1425; }
span { border-color: rgb(13,20,37); }
td.TdClassName
{
border-color: #0D1425;
}
.TagClassName
{
border-color: #0D1425;
}
</style>