Shades of Black Russian #0D0937
Tints of Black Russian #0D0937
RGB
CMYK
RGB Variations
Color information
#0D0937 (or 0x0D0937) is known color: Black Russian. HEX triplet: 0D, 09 and 37. RGB value is (13,9,55). Sum of RGB (Red+Green+Blue) = 13+9+55=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 55 (21.88% from 255 or 71.43% from 77); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D0937 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0937 is #F2F6C8. Grayscale: #0F0F0F. Windows color (decimal): -15922889 or 3606797. OLE color: 3606797.
HSL color Cylindrical-coordinate representation of color #0D0937: hue angle of 245.22º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D0937 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 9 | 55 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.78 |
| HSL | 245.22º | 0.72% | 0.13% | - |
| HSV(B) | 245.22º | 0.84% | 0.22% | - |
| XYZ | 0.95 | 0.56 | 3.67 | - |
| YUV | 15.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 55 | 0.76 | 0.84 | 0 | 0.78 | 245.22 | 0.72 | 0.13 |
| Hex | D | 9 | 37 | 4C | 54 | 0 | 4E | F5 | 48 | D |
| Octal | 15 | 11 | 67 | 114 | 124 | 0 | 116 | 365 | 110 | 15 |
| Binary | 1101 | 1001 | 110111 | 1001100 | 1010100 | 0 | 1001110 | 11110101 | 1001000 | 1101 |
Color Harmonies of #0D0937
Complementary color
Monochromatic Colors of #0D0937
Black with #0D0937
Text Example
Text Example
White with #0D0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0937; }
p { color: rgb(13,9,55); }
H1.HeaderClassName
{
color: #0D0937;
}
.AnyTagClassName
{
color: #0D0937;
}
</style>
background-color css
<style>
a { background-color: #0D0937; }
a { background-color: rgb(13,9,55); }
div.DivClassName
{
background-color: #0D0937;
}
.BgClassName
{
background-color: #0D0937;
}
</style>
border-color css
<style>
span { border-color: #0D0937; }
span { border-color: rgb(13,9,55); }
td.TdClassName
{
border-color: #0D0937;
}
.TagClassName
{
border-color: #0D0937;
}
</style>