Shades of Black Russian #0D111A
Tints of Black Russian #0D111A
RGB
CMYK
RGB Variations
Color information
#0D111A (or 0x0D111A) is known color: Black Russian. HEX triplet: 0D, 11 and 1A. RGB value is (13,17,26). Sum of RGB (Red+Green+Blue) = 13+17+26=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #0D111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D111A is #F2EEE5. Grayscale: #101010. Windows color (decimal): -15920870 or 1708301. OLE color: 1708301.
HSL color Cylindrical-coordinate representation of color #0D111A: hue angle of 221.54º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D111A is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 17 | 26 | - |
| CMYK | 0.5 | 0.35 | 0 | 0.90 |
| HSL | 221.54º | 0.33% | 0.08% | - |
| HSV(B) | 221.54º | 0.5% | 0.1% | - |
| XYZ | 0.55 | 0.56 | 1.06 | - |
| YUV | 16.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 17 | 26 | 0.5 | 0.35 | 0 | 0.90 | 221.54 | 0.33 | 0.08 |
| Hex | D | 11 | 1A | 32 | 23 | 0 | 5A | DE | 21 | 8 |
| Octal | 15 | 21 | 32 | 62 | 43 | 0 | 132 | 336 | 41 | 10 |
| Binary | 1101 | 10001 | 11010 | 110010 | 100011 | 0 | 1011010 | 11011110 | 100001 | 1000 |
Color Harmonies of #0D111A
Complementary color
Monochromatic Colors of #0D111A
Black with #0D111A
Text Example
Text Example
White with #0D111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D111A; }
p { color: rgb(13,17,26); }
H1.HeaderClassName
{
color: #0D111A;
}
.AnyTagClassName
{
color: #0D111A;
}
</style>
background-color css
<style>
a { background-color: #0D111A; }
a { background-color: rgb(13,17,26); }
div.DivClassName
{
background-color: #0D111A;
}
.BgClassName
{
background-color: #0D111A;
}
</style>
border-color css
<style>
span { border-color: #0D111A; }
span { border-color: rgb(13,17,26); }
td.TdClassName
{
border-color: #0D111A;
}
.TagClassName
{
border-color: #0D111A;
}
</style>