Shades of Black Russian #070F1F
Tints of Black Russian #070F1F
RGB
CMYK
RGB Variations
Color information
#070F1F (or 0x070F1F) is known color: Black Russian. HEX triplet: 07, 0F and 1F. RGB value is (7,15,31). Sum of RGB (Red+Green+Blue) = 7+15+31=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #070F1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F1F is #F8F0E0. Grayscale: #0E0E0E. Windows color (decimal): -16314593 or 2035463. OLE color: 2035463.
HSL color Cylindrical-coordinate representation of color #070F1F: hue angle of 220º 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 #070F1F is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 15 | 31 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.88 |
| HSL | 220º | 0.63% | 0.07% | - |
| HSV(B) | 220º | 0.77% | 0.12% | - |
| XYZ | 0.51 | 0.49 | 1.36 | - |
| YUV | 14.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 31 | 0.77 | 0.52 | 0 | 0.88 | 220 | 0.63 | 0.07 |
| Hex | 7 | F | 1F | 4D | 34 | 0 | 58 | DC | 3F | 7 |
| Octal | 7 | 17 | 37 | 115 | 64 | 0 | 130 | 334 | 77 | 7 |
| Binary | 111 | 1111 | 11111 | 1001101 | 110100 | 0 | 1011000 | 11011100 | 111111 | 111 |
Color Harmonies of #070F1F
Complementary color
Monochromatic Colors of #070F1F
Black with #070F1F
Text Example
Text Example
White with #070F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F1F; }
p { color: rgb(7,15,31); }
H1.HeaderClassName
{
color: #070F1F;
}
.AnyTagClassName
{
color: #070F1F;
}
</style>
background-color css
<style>
a { background-color: #070F1F; }
a { background-color: rgb(7,15,31); }
div.DivClassName
{
background-color: #070F1F;
}
.BgClassName
{
background-color: #070F1F;
}
</style>
border-color css
<style>
span { border-color: #070F1F; }
span { border-color: rgb(7,15,31); }
td.TdClassName
{
border-color: #070F1F;
}
.TagClassName
{
border-color: #070F1F;
}
</style>