Shades of Black Russian #070B30
Tints of Black Russian #070B30
RGB
CMYK
RGB Variations
Color information
#070B30 (or 0x070B30) is known color: Black Russian. HEX triplet: 07, 0B and 30. RGB value is (7,11,48). Sum of RGB (Red+Green+Blue) = 7+11+48=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 48 (19.14% from 255 or 72.73% from 66); Max value from RGB is 48 - color contains mainly: blue. Hex color #070B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B30 is #F8F4CF. Grayscale: #0D0D0D. Windows color (decimal): -16315600 or 3148551. OLE color: 3148551.
HSL color Cylindrical-coordinate representation of color #070B30: hue angle of 234.15º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #070B30 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 11 | 48 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.81 |
| HSL | 234.15º | 0.75% | 0.11% | - |
| HSV(B) | 234.15º | 0.85% | 0.19% | - |
| XYZ | 0.74 | 0.5 | 2.85 | - |
| YUV | 14.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 48 | 0.85 | 0.77 | 0 | 0.81 | 234.15 | 0.75 | 0.11 |
| Hex | 7 | B | 30 | 55 | 4D | 0 | 51 | EA | 4B | B |
| Octal | 7 | 13 | 60 | 125 | 115 | 0 | 121 | 352 | 113 | 13 |
| Binary | 111 | 1011 | 110000 | 1010101 | 1001101 | 0 | 1010001 | 11101010 | 1001011 | 1011 |
Color Harmonies of #070B30
Complementary color
Monochromatic Colors of #070B30
Black with #070B30
Text Example
Text Example
White with #070B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B30; }
p { color: rgb(7,11,48); }
H1.HeaderClassName
{
color: #070B30;
}
.AnyTagClassName
{
color: #070B30;
}
</style>
background-color css
<style>
a { background-color: #070B30; }
a { background-color: rgb(7,11,48); }
div.DivClassName
{
background-color: #070B30;
}
.BgClassName
{
background-color: #070B30;
}
</style>
border-color css
<style>
span { border-color: #070B30; }
span { border-color: rgb(7,11,48); }
td.TdClassName
{
border-color: #070B30;
}
.TagClassName
{
border-color: #070B30;
}
</style>