Shades of Black Russian #070B2D
Tints of Black Russian #070B2D
RGB
CMYK
RGB Variations
Color information
#070B2D (or 0x070B2D) is known color: Black Russian. HEX triplet: 07, 0B and 2D. RGB value is (7,11,45). Sum of RGB (Red+Green+Blue) = 7+11+45=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 45 (17.97% from 255 or 71.43% from 63); Max value from RGB is 45 - color contains mainly: blue. Hex color #070B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B2D is #F8F4D2. Grayscale: #0D0D0D. Windows color (decimal): -16315603 or 2951943. OLE color: 2951943.
HSL color Cylindrical-coordinate representation of color #070B2D: hue angle of 233.68º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #070B2D is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 11 | 45 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.82 |
| HSL | 233.68º | 0.73% | 0.1% | - |
| HSV(B) | 233.68º | 0.84% | 0.18% | - |
| XYZ | 0.68 | 0.47 | 2.54 | - |
| YUV | 13.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 45 | 0.84 | 0.76 | 0 | 0.82 | 233.68 | 0.73 | 0.1 |
| Hex | 7 | B | 2D | 54 | 4C | 0 | 52 | EA | 49 | A |
| Octal | 7 | 13 | 55 | 124 | 114 | 0 | 122 | 352 | 111 | 12 |
| Binary | 111 | 1011 | 101101 | 1010100 | 1001100 | 0 | 1010010 | 11101010 | 1001001 | 1010 |
Color Harmonies of #070B2D
Complementary color
Monochromatic Colors of #070B2D
Black with #070B2D
Text Example
Text Example
White with #070B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B2D; }
p { color: rgb(7,11,45); }
H1.HeaderClassName
{
color: #070B2D;
}
.AnyTagClassName
{
color: #070B2D;
}
</style>
background-color css
<style>
a { background-color: #070B2D; }
a { background-color: rgb(7,11,45); }
div.DivClassName
{
background-color: #070B2D;
}
.BgClassName
{
background-color: #070B2D;
}
</style>
border-color css
<style>
span { border-color: #070B2D; }
span { border-color: rgb(7,11,45); }
td.TdClassName
{
border-color: #070B2D;
}
.TagClassName
{
border-color: #070B2D;
}
</style>