Shades of Black Russian #0D1227
Tints of Black Russian #0D1227
RGB
CMYK
RGB Variations
Color information
#0D1227 (or 0x0D1227) is known color: Black Russian. HEX triplet: 0D, 12 and 27. RGB value is (13,18,39). Sum of RGB (Red+Green+Blue) = 13+18+39=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 39 (15.62% from 255 or 55.71% from 70); Max value from RGB is 39 - color contains mainly: blue. Hex color #0D1227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1227 is #F2EDD8. Grayscale: #121212. Windows color (decimal): -15920601 or 2560525. OLE color: 2560525.
HSL color Cylindrical-coordinate representation of color #0D1227: hue angle of 228.46º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D1227 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 18 | 39 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.85 |
| HSL | 228.46º | 0.5% | 0.1% | - |
| HSV(B) | 228.46º | 0.67% | 0.15% | - |
| XYZ | 0.75 | 0.66 | 2.01 | - |
| YUV | 18.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 39 | 0.67 | 0.54 | 0 | 0.85 | 228.46 | 0.5 | 0.1 |
| Hex | D | 12 | 27 | 43 | 36 | 0 | 55 | E4 | 32 | A |
| Octal | 15 | 22 | 47 | 103 | 66 | 0 | 125 | 344 | 62 | 12 |
| Binary | 1101 | 10010 | 100111 | 1000011 | 110110 | 0 | 1010101 | 11100100 | 110010 | 1010 |
Color Harmonies of #0D1227
Complementary color
Monochromatic Colors of #0D1227
Black with #0D1227
Text Example
Text Example
White with #0D1227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1227; }
p { color: rgb(13,18,39); }
H1.HeaderClassName
{
color: #0D1227;
}
.AnyTagClassName
{
color: #0D1227;
}
</style>
background-color css
<style>
a { background-color: #0D1227; }
a { background-color: rgb(13,18,39); }
div.DivClassName
{
background-color: #0D1227;
}
.BgClassName
{
background-color: #0D1227;
}
</style>
border-color css
<style>
span { border-color: #0D1227; }
span { border-color: rgb(13,18,39); }
td.TdClassName
{
border-color: #0D1227;
}
.TagClassName
{
border-color: #0D1227;
}
</style>