Shades of Black Russian #070B1C
Tints of Black Russian #070B1C
RGB
CMYK
RGB Variations
Color information
#070B1C (or 0x070B1C) is known color: Black Russian. HEX triplet: 07, 0B and 1C. RGB value is (7,11,28). Sum of RGB (Red+Green+Blue) = 7+11+28=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #070B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B1C is #F8F4E3. Grayscale: #0B0B0B. Windows color (decimal): -16315620 or 1837831. OLE color: 1837831.
HSL color Cylindrical-coordinate representation of color #070B1C: hue angle of 228.57º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #070B1C is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 11 | 28 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.89 |
| HSL | 228.57º | 0.6% | 0.07% | - |
| HSV(B) | 228.57º | 0.75% | 0.11% | - |
| XYZ | 0.42 | 0.37 | 1.15 | - |
| YUV | 11.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 28 | 0.75 | 0.61 | 0 | 0.89 | 228.57 | 0.6 | 0.07 |
| Hex | 7 | B | 1C | 4B | 3D | 0 | 59 | E5 | 3C | 7 |
| Octal | 7 | 13 | 34 | 113 | 75 | 0 | 131 | 345 | 74 | 7 |
| Binary | 111 | 1011 | 11100 | 1001011 | 111101 | 0 | 1011001 | 11100101 | 111100 | 111 |
Color Harmonies of #070B1C
Complementary color
Monochromatic Colors of #070B1C
Black with #070B1C
Text Example
Text Example
White with #070B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B1C; }
p { color: rgb(7,11,28); }
H1.HeaderClassName
{
color: #070B1C;
}
.AnyTagClassName
{
color: #070B1C;
}
</style>
background-color css
<style>
a { background-color: #070B1C; }
a { background-color: rgb(7,11,28); }
div.DivClassName
{
background-color: #070B1C;
}
.BgClassName
{
background-color: #070B1C;
}
</style>
border-color css
<style>
span { border-color: #070B1C; }
span { border-color: rgb(7,11,28); }
td.TdClassName
{
border-color: #070B1C;
}
.TagClassName
{
border-color: #070B1C;
}
</style>