Shades of Black Russian #070B1F
Tints of Black Russian #070B1F
RGB
CMYK
RGB Variations
Color information
#070B1F (or 0x070B1F) is known color: Black Russian. HEX triplet: 07, 0B and 1F. RGB value is (7,11,31). Sum of RGB (Red+Green+Blue) = 7+11+31=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #070B1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B1F is #F8F4E0. Grayscale: #0C0C0C. Windows color (decimal): -16315617 or 2034439. OLE color: 2034439.
HSL color Cylindrical-coordinate representation of color #070B1F: hue angle of 230º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #070B1F is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 11 | 31 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.88 |
| HSL | 230º | 0.63% | 0.07% | - |
| HSV(B) | 230º | 0.77% | 0.12% | - |
| XYZ | 0.45 | 0.38 | 1.35 | - |
| YUV | 12.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 31 | 0.77 | 0.65 | 0 | 0.88 | 230 | 0.63 | 0.07 |
| Hex | 7 | B | 1F | 4D | 41 | 0 | 58 | E6 | 3F | 7 |
| Octal | 7 | 13 | 37 | 115 | 101 | 0 | 130 | 346 | 77 | 7 |
| Binary | 111 | 1011 | 11111 | 1001101 | 1000001 | 0 | 1011000 | 11100110 | 111111 | 111 |
Color Harmonies of #070B1F
Complementary color
Monochromatic Colors of #070B1F
Black with #070B1F
Text Example
Text Example
White with #070B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B1F; }
p { color: rgb(7,11,31); }
H1.HeaderClassName
{
color: #070B1F;
}
.AnyTagClassName
{
color: #070B1F;
}
</style>
background-color css
<style>
a { background-color: #070B1F; }
a { background-color: rgb(7,11,31); }
div.DivClassName
{
background-color: #070B1F;
}
.BgClassName
{
background-color: #070B1F;
}
</style>
border-color css
<style>
span { border-color: #070B1F; }
span { border-color: rgb(7,11,31); }
td.TdClassName
{
border-color: #070B1F;
}
.TagClassName
{
border-color: #070B1F;
}
</style>