Shades of Black Russian #070B13
Tints of Black Russian #070B13
RGB
CMYK
RGB Variations
Color information
#070B13 (or 0x070B13) is known color: Black Russian. HEX triplet: 07, 0B and 13. RGB value is (7,11,19). Sum of RGB (Red+Green+Blue) = 7+11+19=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 19 (7.81% from 255 or 51.35% from 37); Max value from RGB is 19 - color contains mainly: blue. Hex color #070B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B13 is #F8F4EC. Grayscale: #0A0A0A. Windows color (decimal): -16315629 or 1248007. OLE color: 1248007.
HSL color Cylindrical-coordinate representation of color #070B13: hue angle of 220º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #070B13 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 11 | 19 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.93 |
| HSL | 220º | 0.46% | 0.05% | - |
| HSV(B) | 220º | 0.63% | 0.07% | - |
| XYZ | 0.32 | 0.33 | 0.66 | - |
| YUV | 10.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 19 | 0.63 | 0.42 | 0 | 0.93 | 220 | 0.46 | 0.05 |
| Hex | 7 | B | 13 | 3F | 2A | 0 | 5D | DC | 2E | 5 |
| Octal | 7 | 13 | 23 | 77 | 52 | 0 | 135 | 334 | 56 | 5 |
| Binary | 111 | 1011 | 10011 | 111111 | 101010 | 0 | 1011101 | 11011100 | 101110 | 101 |
Color Harmonies of #070B13
Complementary color
Monochromatic Colors of #070B13
Black with #070B13
Text Example
Text Example
White with #070B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B13; }
p { color: rgb(7,11,19); }
H1.HeaderClassName
{
color: #070B13;
}
.AnyTagClassName
{
color: #070B13;
}
</style>
background-color css
<style>
a { background-color: #070B13; }
a { background-color: rgb(7,11,19); }
div.DivClassName
{
background-color: #070B13;
}
.BgClassName
{
background-color: #070B13;
}
</style>
border-color css
<style>
span { border-color: #070B13; }
span { border-color: rgb(7,11,19); }
td.TdClassName
{
border-color: #070B13;
}
.TagClassName
{
border-color: #070B13;
}
</style>