Shades of Black Russian #070B26
Tints of Black Russian #070B26
RGB
CMYK
RGB Variations
Color information
#070B26 (or 0x070B26) is known color: Black Russian. HEX triplet: 07, 0B and 26. RGB value is (7,11,38). Sum of RGB (Red+Green+Blue) = 7+11+38=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 38 (15.23% from 255 or 67.86% from 56); Max value from RGB is 38 - color contains mainly: blue. Hex color #070B26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B26 is #F8F4D9. Grayscale: #0C0C0C. Windows color (decimal): -16315610 or 2493191. OLE color: 2493191.
HSL color Cylindrical-coordinate representation of color #070B26: hue angle of 232.26º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #070B26 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 11 | 38 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.85 |
| HSL | 232.26º | 0.69% | 0.09% | - |
| HSV(B) | 232.26º | 0.82% | 0.15% | - |
| XYZ | 0.56 | 0.42 | 1.89 | - |
| YUV | 12.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 38 | 0.82 | 0.71 | 0 | 0.85 | 232.26 | 0.69 | 0.09 |
| Hex | 7 | B | 26 | 52 | 47 | 0 | 55 | E8 | 45 | 9 |
| Octal | 7 | 13 | 46 | 122 | 107 | 0 | 125 | 350 | 105 | 11 |
| Binary | 111 | 1011 | 100110 | 1010010 | 1000111 | 0 | 1010101 | 11101000 | 1000101 | 1001 |
Color Harmonies of #070B26
Complementary color
Monochromatic Colors of #070B26
Black with #070B26
Text Example
Text Example
White with #070B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B26; }
p { color: rgb(7,11,38); }
H1.HeaderClassName
{
color: #070B26;
}
.AnyTagClassName
{
color: #070B26;
}
</style>
background-color css
<style>
a { background-color: #070B26; }
a { background-color: rgb(7,11,38); }
div.DivClassName
{
background-color: #070B26;
}
.BgClassName
{
background-color: #070B26;
}
</style>
border-color css
<style>
span { border-color: #070B26; }
span { border-color: rgb(7,11,38); }
td.TdClassName
{
border-color: #070B26;
}
.TagClassName
{
border-color: #070B26;
}
</style>