Shades of Black Russian #0D072E
Tints of Black Russian #0D072E
RGB
CMYK
RGB Variations
Color information
#0D072E (or 0x0D072E) is known color: Black Russian. HEX triplet: 0D, 07 and 2E. RGB value is (13,7,46). Sum of RGB (Red+Green+Blue) = 13+7+46=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 46 (18.36% from 255 or 69.70% from 66); Max value from RGB is 46 - color contains mainly: blue. Hex color #0D072E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D072E is #F2F8D1. Grayscale: #0D0D0D. Windows color (decimal): -15923410 or 3016461. OLE color: 3016461.
HSL color Cylindrical-coordinate representation of color #0D072E: hue angle of 249.23º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D072E is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 7 | 46 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.82 |
| HSL | 249.23º | 0.74% | 0.1% | - |
| HSV(B) | 249.23º | 0.85% | 0.18% | - |
| XYZ | 0.74 | 0.43 | 2.63 | - |
| YUV | 13.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 46 | 0.72 | 0.85 | 0 | 0.82 | 249.23 | 0.74 | 0.1 |
| Hex | D | 7 | 2E | 48 | 55 | 0 | 52 | F9 | 4A | A |
| Octal | 15 | 7 | 56 | 110 | 125 | 0 | 122 | 371 | 112 | 12 |
| Binary | 1101 | 111 | 101110 | 1001000 | 1010101 | 0 | 1010010 | 11111001 | 1001010 | 1010 |
Color Harmonies of #0D072E
Complementary color
Monochromatic Colors of #0D072E
Black with #0D072E
Text Example
Text Example
White with #0D072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D072E; }
p { color: rgb(13,7,46); }
H1.HeaderClassName
{
color: #0D072E;
}
.AnyTagClassName
{
color: #0D072E;
}
</style>
background-color css
<style>
a { background-color: #0D072E; }
a { background-color: rgb(13,7,46); }
div.DivClassName
{
background-color: #0D072E;
}
.BgClassName
{
background-color: #0D072E;
}
</style>
border-color css
<style>
span { border-color: #0D072E; }
span { border-color: rgb(13,7,46); }
td.TdClassName
{
border-color: #0D072E;
}
.TagClassName
{
border-color: #0D072E;
}
</style>