Shades of Black Russian #0D072F
Tints of Black Russian #0D072F
RGB
CMYK
RGB Variations
Color information
#0D072F (or 0x0D072F) is known color: Black Russian. HEX triplet: 0D, 07 and 2F. RGB value is (13,7,47). Sum of RGB (Red+Green+Blue) = 13+7+47=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 47 (18.75% from 255 or 70.15% from 67); Max value from RGB is 47 - color contains mainly: blue. Hex color #0D072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D072F is #F2F8D0. Grayscale: #0D0D0D. Windows color (decimal): -15923409 or 3081997. OLE color: 3081997.
HSL color Cylindrical-coordinate representation of color #0D072F: hue angle of 249º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D072F is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 7 | 47 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.82 |
| HSL | 249º | 0.74% | 0.11% | - |
| HSV(B) | 249º | 0.85% | 0.18% | - |
| XYZ | 0.76 | 0.44 | 2.73 | - |
| YUV | 13.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 47 | 0.72 | 0.85 | 0 | 0.82 | 249 | 0.74 | 0.11 |
| Hex | D | 7 | 2F | 48 | 55 | 0 | 52 | F9 | 4A | B |
| Octal | 15 | 7 | 57 | 110 | 125 | 0 | 122 | 371 | 112 | 13 |
| Binary | 1101 | 111 | 101111 | 1001000 | 1010101 | 0 | 1010010 | 11111001 | 1001010 | 1011 |
Color Harmonies of #0D072F
Complementary color
Monochromatic Colors of #0D072F
Black with #0D072F
Text Example
Text Example
White with #0D072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D072F; }
p { color: rgb(13,7,47); }
H1.HeaderClassName
{
color: #0D072F;
}
.AnyTagClassName
{
color: #0D072F;
}
</style>
background-color css
<style>
a { background-color: #0D072F; }
a { background-color: rgb(13,7,47); }
div.DivClassName
{
background-color: #0D072F;
}
.BgClassName
{
background-color: #0D072F;
}
</style>
border-color css
<style>
span { border-color: #0D072F; }
span { border-color: rgb(13,7,47); }
td.TdClassName
{
border-color: #0D072F;
}
.TagClassName
{
border-color: #0D072F;
}
</style>