Shades of Black Russian #0D1027
Tints of Black Russian #0D1027
RGB
CMYK
RGB Variations
Color information
#0D1027 (or 0x0D1027) is known color: Black Russian. HEX triplet: 0D, 10 and 27. RGB value is (13,16,39). Sum of RGB (Red+Green+Blue) = 13+16+39=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #0D1027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1027 is #F2EFD8. Grayscale: #111111. Windows color (decimal): -15921113 or 2560013. OLE color: 2560013.
HSL color Cylindrical-coordinate representation of color #0D1027: hue angle of 233.08º 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 #0D1027 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 16 | 39 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.85 |
| HSL | 233.08º | 0.5% | 0.1% | - |
| HSV(B) | 233.08º | 0.67% | 0.15% | - |
| XYZ | 0.72 | 0.6 | 2 | - |
| YUV | 17.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 39 | 0.67 | 0.59 | 0 | 0.85 | 233.08 | 0.5 | 0.1 |
| Hex | D | 10 | 27 | 43 | 3B | 0 | 55 | E9 | 32 | A |
| Octal | 15 | 20 | 47 | 103 | 73 | 0 | 125 | 351 | 62 | 12 |
| Binary | 1101 | 10000 | 100111 | 1000011 | 111011 | 0 | 1010101 | 11101001 | 110010 | 1010 |
Color Harmonies of #0D1027
Complementary color
Monochromatic Colors of #0D1027
Black with #0D1027
Text Example
Text Example
White with #0D1027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1027; }
p { color: rgb(13,16,39); }
H1.HeaderClassName
{
color: #0D1027;
}
.AnyTagClassName
{
color: #0D1027;
}
</style>
background-color css
<style>
a { background-color: #0D1027; }
a { background-color: rgb(13,16,39); }
div.DivClassName
{
background-color: #0D1027;
}
.BgClassName
{
background-color: #0D1027;
}
</style>
border-color css
<style>
span { border-color: #0D1027; }
span { border-color: rgb(13,16,39); }
td.TdClassName
{
border-color: #0D1027;
}
.TagClassName
{
border-color: #0D1027;
}
</style>