Shades of Black Russian #0D1225
Tints of Black Russian #0D1225
RGB
CMYK
RGB Variations
Color information
#0D1225 (or 0x0D1225) is known color: Black Russian. HEX triplet: 0D, 12 and 25. RGB value is (13,18,37). Sum of RGB (Red+Green+Blue) = 13+18+37=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D1225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1225 is #F2EDDA. Grayscale: #121212. Windows color (decimal): -15920603 or 2429453. OLE color: 2429453.
HSL color Cylindrical-coordinate representation of color #0D1225: hue angle of 227.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 #0D1225 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 18 | 37 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.85 |
| HSL | 227.5º | 0.48% | 0.1% | - |
| HSV(B) | 227.5º | 0.65% | 0.15% | - |
| XYZ | 0.72 | 0.65 | 1.84 | - |
| YUV | 18.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 37 | 0.65 | 0.51 | 0 | 0.85 | 227.5 | 0.48 | 0.1 |
| Hex | D | 12 | 25 | 41 | 33 | 0 | 55 | E4 | 30 | A |
| Octal | 15 | 22 | 45 | 101 | 63 | 0 | 125 | 344 | 60 | 12 |
| Binary | 1101 | 10010 | 100101 | 1000001 | 110011 | 0 | 1010101 | 11100100 | 110000 | 1010 |
Color Harmonies of #0D1225
Complementary color
Monochromatic Colors of #0D1225
Black with #0D1225
Text Example
Text Example
White with #0D1225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1225; }
p { color: rgb(13,18,37); }
H1.HeaderClassName
{
color: #0D1225;
}
.AnyTagClassName
{
color: #0D1225;
}
</style>
background-color css
<style>
a { background-color: #0D1225; }
a { background-color: rgb(13,18,37); }
div.DivClassName
{
background-color: #0D1225;
}
.BgClassName
{
background-color: #0D1225;
}
</style>
border-color css
<style>
span { border-color: #0D1225; }
span { border-color: rgb(13,18,37); }
td.TdClassName
{
border-color: #0D1225;
}
.TagClassName
{
border-color: #0D1225;
}
</style>