Shades of Black Russian #0D132D
Tints of Black Russian #0D132D
RGB
CMYK
RGB Variations
Color information
#0D132D (or 0x0D132D) is known color: Black Russian. HEX triplet: 0D, 13 and 2D. RGB value is (13,19,45). Sum of RGB (Red+Green+Blue) = 13+19+45=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D132D is #F2ECD2. Grayscale: #141414. Windows color (decimal): -15920339 or 2953997. OLE color: 2953997.
HSL color Cylindrical-coordinate representation of color #0D132D: hue angle of 228.75º 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 #0D132D is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 19 | 45 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.82 |
| HSL | 228.75º | 0.55% | 0.11% | - |
| HSV(B) | 228.75º | 0.71% | 0.18% | - |
| XYZ | 0.87 | 0.74 | 2.58 | - |
| YUV | 20.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 45 | 0.71 | 0.58 | 0 | 0.82 | 228.75 | 0.55 | 0.11 |
| Hex | D | 13 | 2D | 47 | 3A | 0 | 52 | E5 | 37 | B |
| Octal | 15 | 23 | 55 | 107 | 72 | 0 | 122 | 345 | 67 | 13 |
| Binary | 1101 | 10011 | 101101 | 1000111 | 111010 | 0 | 1010010 | 11100101 | 110111 | 1011 |
Color Harmonies of #0D132D
Complementary color
Monochromatic Colors of #0D132D
Black with #0D132D
Text Example
Text Example
White with #0D132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D132D; }
p { color: rgb(13,19,45); }
H1.HeaderClassName
{
color: #0D132D;
}
.AnyTagClassName
{
color: #0D132D;
}
</style>
background-color css
<style>
a { background-color: #0D132D; }
a { background-color: rgb(13,19,45); }
div.DivClassName
{
background-color: #0D132D;
}
.BgClassName
{
background-color: #0D132D;
}
</style>
border-color css
<style>
span { border-color: #0D132D; }
span { border-color: rgb(13,19,45); }
td.TdClassName
{
border-color: #0D132D;
}
.TagClassName
{
border-color: #0D132D;
}
</style>