Shades of Black Russian #0D1627
Tints of Black Russian #0D1627
RGB
CMYK
RGB Variations
Color information
#0D1627 (or 0x0D1627) is known color: Black Russian. HEX triplet: 0D, 16 and 27. RGB value is (13,22,39). Sum of RGB (Red+Green+Blue) = 13+22+39=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #0D1627 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1627 is #F2E9D8. Grayscale: #151515. Windows color (decimal): -15919577 or 2561549. OLE color: 2561549.
HSL color Cylindrical-coordinate representation of color #0D1627: hue angle of 219.23º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D1627 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 22 | 39 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.85 |
| HSL | 219.23º | 0.5% | 0.1% | - |
| HSV(B) | 219.23º | 0.67% | 0.15% | - |
| XYZ | 0.82 | 0.81 | 2.03 | - |
| YUV | 21.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 39 | 0.67 | 0.44 | 0 | 0.85 | 219.23 | 0.5 | 0.1 |
| Hex | D | 16 | 27 | 43 | 2C | 0 | 55 | DB | 32 | A |
| Octal | 15 | 26 | 47 | 103 | 54 | 0 | 125 | 333 | 62 | 12 |
| Binary | 1101 | 10110 | 100111 | 1000011 | 101100 | 0 | 1010101 | 11011011 | 110010 | 1010 |
Color Harmonies of #0D1627
Complementary color
Monochromatic Colors of #0D1627
Black with #0D1627
Text Example
Text Example
White with #0D1627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1627; }
p { color: rgb(13,22,39); }
H1.HeaderClassName
{
color: #0D1627;
}
.AnyTagClassName
{
color: #0D1627;
}
</style>
background-color css
<style>
a { background-color: #0D1627; }
a { background-color: rgb(13,22,39); }
div.DivClassName
{
background-color: #0D1627;
}
.BgClassName
{
background-color: #0D1627;
}
</style>
border-color css
<style>
span { border-color: #0D1627; }
span { border-color: rgb(13,22,39); }
td.TdClassName
{
border-color: #0D1627;
}
.TagClassName
{
border-color: #0D1627;
}
</style>