Shades of Black Russian #07070B
Tints of Black Russian #07070B
RGB
CMYK
RGB Variations
Color information
#07070B (or 0x07070B) is known color: Black Russian. HEX triplet: 07, 07 and 0B. RGB value is (7,7,11). Sum of RGB (Red+Green+Blue) = 7+7+11=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 11 (4.69% from 255 or 44% from 25); Max value from RGB is 11 - color contains mainly: blue. Hex color #07070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07070B is #F8F8F4. Grayscale: #070707. Windows color (decimal): -16316661 or 722695. OLE color: 722695.
HSL color Cylindrical-coordinate representation of color #07070B: hue angle of 240º degrees, saturation: 0.22, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #07070B is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 7 | 7 | 11 | - |
CMYK | 0.36 | 0.36 | 0 | 0.96 |
HSL | 240º | 0.22% | 0.04% | - |
HSV(B) | 240º | 0.36% | 0.04% | - |
XYZ | 0.22 | 0.22 | 0.35 | - |
YUV | 7.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 7 | 11 | 0.36 | 0.36 | 0 | 0.96 | 240 | 0.22 | 0.04 |
Hex | 7 | 7 | B | 24 | 24 | 0 | 60 | F0 | 16 | 4 |
Octal | 7 | 7 | 13 | 44 | 44 | 0 | 140 | 360 | 26 | 4 |
Binary | 111 | 111 | 1011 | 100100 | 100100 | 0 | 1100000 | 11110000 | 10110 | 100 |
Color Harmonies of #07070B
Complementary color
Monochromatic Colors of #07070B
Black with #07070B
Text Example
Text Example
White with #07070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07070B; }
p { color: rgb(7,7,11); }
H1.HeaderClassName
{
color: #07070B;
}
.AnyTagClassName
{
color: #07070B;
}
</style>
background-color css
<style>
a { background-color: #07070B; }
a { background-color: rgb(7,7,11); }
div.DivClassName
{
background-color: #07070B;
}
.BgClassName
{
background-color: #07070B;
}
</style>
border-color css
<style>
span { border-color: #07070B; }
span { border-color: rgb(7,7,11); }
td.TdClassName
{
border-color: #07070B;
}
.TagClassName
{
border-color: #07070B;
}
</style>