Shades of Black Russian #0D1529
Tints of Black Russian #0D1529
RGB
CMYK
RGB Variations
Color information
#0D1529 (or 0x0D1529) is known color: Black Russian. HEX triplet: 0D, 15 and 29. RGB value is (13,21,41). Sum of RGB (Red+Green+Blue) = 13+21+41=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #0D1529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1529 is #F2EAD6. Grayscale: #141414. Windows color (decimal): -15919831 or 2692365. OLE color: 2692365.
HSL color Cylindrical-coordinate representation of color #0D1529: hue angle of 222.86º 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 #0D1529 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 21 | 41 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.84 |
| HSL | 222.86º | 0.52% | 0.11% | - |
| HSV(B) | 222.86º | 0.68% | 0.16% | - |
| XYZ | 0.83 | 0.78 | 2.2 | - |
| YUV | 20.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 41 | 0.68 | 0.49 | 0 | 0.84 | 222.86 | 0.52 | 0.11 |
| Hex | D | 15 | 29 | 44 | 31 | 0 | 54 | DF | 34 | B |
| Octal | 15 | 25 | 51 | 104 | 61 | 0 | 124 | 337 | 64 | 13 |
| Binary | 1101 | 10101 | 101001 | 1000100 | 110001 | 0 | 1010100 | 11011111 | 110100 | 1011 |
Color Harmonies of #0D1529
Complementary color
Monochromatic Colors of #0D1529
Black with #0D1529
Text Example
Text Example
White with #0D1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1529; }
p { color: rgb(13,21,41); }
H1.HeaderClassName
{
color: #0D1529;
}
.AnyTagClassName
{
color: #0D1529;
}
</style>
background-color css
<style>
a { background-color: #0D1529; }
a { background-color: rgb(13,21,41); }
div.DivClassName
{
background-color: #0D1529;
}
.BgClassName
{
background-color: #0D1529;
}
</style>
border-color css
<style>
span { border-color: #0D1529; }
span { border-color: rgb(13,21,41); }
td.TdClassName
{
border-color: #0D1529;
}
.TagClassName
{
border-color: #0D1529;
}
</style>