Shades of Black Russian #0D1429
Tints of Black Russian #0D1429
RGB
CMYK
RGB Variations
Color information
#0D1429 (or 0x0D1429) is known color: Black Russian. HEX triplet: 0D, 14 and 29. RGB value is (13,20,41). Sum of RGB (Red+Green+Blue) = 13+20+41=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 41 (16.41% from 255 or 55.41% from 74); Max value from RGB is 41 - color contains mainly: blue. Hex color #0D1429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1429 is #F2EBD6. Grayscale: #141414. Windows color (decimal): -15920087 or 2692109. OLE color: 2692109.
HSL color Cylindrical-coordinate representation of color #0D1429: hue angle of 225º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D1429 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 20 | 41 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.84 |
| HSL | 225º | 0.52% | 0.11% | - |
| HSV(B) | 225º | 0.68% | 0.16% | - |
| XYZ | 0.82 | 0.75 | 2.2 | - |
| YUV | 20.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 41 | 0.68 | 0.51 | 0 | 0.84 | 225 | 0.52 | 0.11 |
| Hex | D | 14 | 29 | 44 | 33 | 0 | 54 | E1 | 34 | B |
| Octal | 15 | 24 | 51 | 104 | 63 | 0 | 124 | 341 | 64 | 13 |
| Binary | 1101 | 10100 | 101001 | 1000100 | 110011 | 0 | 1010100 | 11100001 | 110100 | 1011 |
Color Harmonies of #0D1429
Complementary color
Monochromatic Colors of #0D1429
Black with #0D1429
Text Example
Text Example
White with #0D1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1429; }
p { color: rgb(13,20,41); }
H1.HeaderClassName
{
color: #0D1429;
}
.AnyTagClassName
{
color: #0D1429;
}
</style>
background-color css
<style>
a { background-color: #0D1429; }
a { background-color: rgb(13,20,41); }
div.DivClassName
{
background-color: #0D1429;
}
.BgClassName
{
background-color: #0D1429;
}
</style>
border-color css
<style>
span { border-color: #0D1429; }
span { border-color: rgb(13,20,41); }
td.TdClassName
{
border-color: #0D1429;
}
.TagClassName
{
border-color: #0D1429;
}
</style>