Shades of Black Russian #0D1323
Tints of Black Russian #0D1323
RGB
CMYK
RGB Variations
Color information
#0D1323 (or 0x0D1323) is known color: Black Russian. HEX triplet: 0D, 13 and 23. RGB value is (13,19,35). Sum of RGB (Red+Green+Blue) = 13+19+35=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #0D1323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1323 is #F2ECDC. Grayscale: #121212. Windows color (decimal): -15920349 or 2298637. OLE color: 2298637.
HSL color Cylindrical-coordinate representation of color #0D1323: hue angle of 223.64º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0D1323 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 19 | 35 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.86 |
| HSL | 223.64º | 0.46% | 0.09% | - |
| HSV(B) | 223.64º | 0.63% | 0.14% | - |
| XYZ | 0.7 | 0.67 | 1.68 | - |
| YUV | 19.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 35 | 0.63 | 0.46 | 0 | 0.86 | 223.64 | 0.46 | 0.09 |
| Hex | D | 13 | 23 | 3F | 2E | 0 | 56 | E0 | 2E | 9 |
| Octal | 15 | 23 | 43 | 77 | 56 | 0 | 126 | 340 | 56 | 11 |
| Binary | 1101 | 10011 | 100011 | 111111 | 101110 | 0 | 1010110 | 11100000 | 101110 | 1001 |
Color Harmonies of #0D1323
Complementary color
Monochromatic Colors of #0D1323
Black with #0D1323
Text Example
Text Example
White with #0D1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1323; }
p { color: rgb(13,19,35); }
H1.HeaderClassName
{
color: #0D1323;
}
.AnyTagClassName
{
color: #0D1323;
}
</style>
background-color css
<style>
a { background-color: #0D1323; }
a { background-color: rgb(13,19,35); }
div.DivClassName
{
background-color: #0D1323;
}
.BgClassName
{
background-color: #0D1323;
}
</style>
border-color css
<style>
span { border-color: #0D1323; }
span { border-color: rgb(13,19,35); }
td.TdClassName
{
border-color: #0D1323;
}
.TagClassName
{
border-color: #0D1323;
}
</style>