Shades of Black Russian #0D1128
Tints of Black Russian #0D1128
RGB
CMYK
RGB Variations
Color information
#0D1128 (or 0x0D1128) is known color: Black Russian. HEX triplet: 0D, 11 and 28. RGB value is (13,17,40). Sum of RGB (Red+Green+Blue) = 13+17+40=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 40 (16.02% from 255 or 57.14% from 70); Max value from RGB is 40 - color contains mainly: blue. Hex color #0D1128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1128 is #F2EED7. Grayscale: #121212. Windows color (decimal): -15920856 or 2625805. OLE color: 2625805.
HSL color Cylindrical-coordinate representation of color #0D1128: hue angle of 231.11º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D1128 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 17 | 40 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.84 |
| HSL | 231.11º | 0.51% | 0.1% | - |
| HSV(B) | 231.11º | 0.68% | 0.16% | - |
| XYZ | 0.75 | 0.64 | 2.09 | - |
| YUV | 18.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 17 | 40 | 0.67 | 0.57 | 0 | 0.84 | 231.11 | 0.51 | 0.1 |
| Hex | D | 11 | 28 | 43 | 39 | 0 | 54 | E7 | 33 | A |
| Octal | 15 | 21 | 50 | 103 | 71 | 0 | 124 | 347 | 63 | 12 |
| Binary | 1101 | 10001 | 101000 | 1000011 | 111001 | 0 | 1010100 | 11100111 | 110011 | 1010 |
Color Harmonies of #0D1128
Complementary color
Monochromatic Colors of #0D1128
Black with #0D1128
Text Example
Text Example
White with #0D1128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1128; }
p { color: rgb(13,17,40); }
H1.HeaderClassName
{
color: #0D1128;
}
.AnyTagClassName
{
color: #0D1128;
}
</style>
background-color css
<style>
a { background-color: #0D1128; }
a { background-color: rgb(13,17,40); }
div.DivClassName
{
background-color: #0D1128;
}
.BgClassName
{
background-color: #0D1128;
}
</style>
border-color css
<style>
span { border-color: #0D1128; }
span { border-color: rgb(13,17,40); }
td.TdClassName
{
border-color: #0D1128;
}
.TagClassName
{
border-color: #0D1128;
}
</style>