Shades of Black Russian #0D142D
Tints of Black Russian #0D142D
RGB
CMYK
RGB Variations
Color information
#0D142D (or 0x0D142D) is known color: Black Russian. HEX triplet: 0D, 14 and 2D. RGB value is (13,20,45). Sum of RGB (Red+Green+Blue) = 13+20+45=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D142D is #F2EBD2. Grayscale: #141414. Windows color (decimal): -15920083 or 2954253. OLE color: 2954253.
HSL color Cylindrical-coordinate representation of color #0D142D: hue angle of 226.88º 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 #0D142D is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 20 | 45 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.82 |
| HSL | 226.88º | 0.55% | 0.11% | - |
| HSV(B) | 226.88º | 0.71% | 0.18% | - |
| XYZ | 0.89 | 0.78 | 2.59 | - |
| YUV | 20.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 45 | 0.71 | 0.56 | 0 | 0.82 | 226.88 | 0.55 | 0.11 |
| Hex | D | 14 | 2D | 47 | 38 | 0 | 52 | E3 | 37 | B |
| Octal | 15 | 24 | 55 | 107 | 70 | 0 | 122 | 343 | 67 | 13 |
| Binary | 1101 | 10100 | 101101 | 1000111 | 111000 | 0 | 1010010 | 11100011 | 110111 | 1011 |
Color Harmonies of #0D142D
Complementary color
Monochromatic Colors of #0D142D
Black with #0D142D
Text Example
Text Example
White with #0D142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D142D; }
p { color: rgb(13,20,45); }
H1.HeaderClassName
{
color: #0D142D;
}
.AnyTagClassName
{
color: #0D142D;
}
</style>
background-color css
<style>
a { background-color: #0D142D; }
a { background-color: rgb(13,20,45); }
div.DivClassName
{
background-color: #0D142D;
}
.BgClassName
{
background-color: #0D142D;
}
</style>
border-color css
<style>
span { border-color: #0D142D; }
span { border-color: rgb(13,20,45); }
td.TdClassName
{
border-color: #0D142D;
}
.TagClassName
{
border-color: #0D142D;
}
</style>