Shades of Black Russian #0D122D
Tints of Black Russian #0D122D
RGB
CMYK
RGB Variations
Color information
#0D122D (or 0x0D122D) is known color: Black Russian. HEX triplet: 0D, 12 and 2D. RGB value is (13,18,45). Sum of RGB (Red+Green+Blue) = 13+18+45=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D122D is #F2EDD2. Grayscale: #131313. Windows color (decimal): -15920595 or 2953741. OLE color: 2953741.
HSL color Cylindrical-coordinate representation of color #0D122D: hue angle of 230.62º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D122D is Cyan = 0.71, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 18 | 45 | - |
| CMYK | 0.71 | 0.6 | 0 | 0.82 |
| HSL | 230.63º | 0.55% | 0.11% | - |
| HSV(B) | 230.63º | 0.71% | 0.18% | - |
| XYZ | 0.86 | 0.71 | 2.57 | - |
| YUV | 19.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 45 | 0.71 | 0.6 | 0 | 0.82 | 230.63 | 0.55 | 0.11 |
| Hex | D | 12 | 2D | 47 | 3C | 0 | 52 | E7 | 37 | B |
| Octal | 15 | 22 | 55 | 107 | 74 | 0 | 122 | 347 | 67 | 13 |
| Binary | 1101 | 10010 | 101101 | 1000111 | 111100 | 0 | 1010010 | 11100111 | 110111 | 1011 |
Color Harmonies of #0D122D
Complementary color
Monochromatic Colors of #0D122D
Black with #0D122D
Text Example
Text Example
White with #0D122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D122D; }
p { color: rgb(13,18,45); }
H1.HeaderClassName
{
color: #0D122D;
}
.AnyTagClassName
{
color: #0D122D;
}
</style>
background-color css
<style>
a { background-color: #0D122D; }
a { background-color: rgb(13,18,45); }
div.DivClassName
{
background-color: #0D122D;
}
.BgClassName
{
background-color: #0D122D;
}
</style>
border-color css
<style>
span { border-color: #0D122D; }
span { border-color: rgb(13,18,45); }
td.TdClassName
{
border-color: #0D122D;
}
.TagClassName
{
border-color: #0D122D;
}
</style>