Shades of Black Russian #070F2D
Tints of Black Russian #070F2D
RGB
CMYK
RGB Variations
Color information
#070F2D (or 0x070F2D) is known color: Black Russian. HEX triplet: 07, 0F and 2D. RGB value is (7,15,45). Sum of RGB (Red+Green+Blue) = 7+15+45=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #070F2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F2D is #F8F0D2. Grayscale: #0F0F0F. Windows color (decimal): -16314579 or 2952967. OLE color: 2952967.
HSL color Cylindrical-coordinate representation of color #070F2D: hue angle of 227.37º 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 #070F2D is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 15 | 45 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.82 |
| HSL | 227.37º | 0.73% | 0.1% | - |
| HSV(B) | 227.37º | 0.84% | 0.18% | - |
| XYZ | 0.73 | 0.58 | 2.56 | - |
| YUV | 16.03 | 144.35 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 45 | 0.84 | 0.67 | 0 | 0.82 | 227.37 | 0.73 | 0.1 |
| Hex | 7 | F | 2D | 54 | 43 | 0 | 52 | E3 | 49 | A |
| Octal | 7 | 17 | 55 | 124 | 103 | 0 | 122 | 343 | 111 | 12 |
| Binary | 111 | 1111 | 101101 | 1010100 | 1000011 | 0 | 1010010 | 11100011 | 1001001 | 1010 |
Color Harmonies of #070F2D
Complementary color
Monochromatic Colors of #070F2D
Black with #070F2D
Text Example
Text Example
White with #070F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F2D; }
p { color: rgb(7,15,45); }
H1.HeaderClassName
{
color: #070F2D;
}
.AnyTagClassName
{
color: #070F2D;
}
</style>
background-color css
<style>
a { background-color: #070F2D; }
a { background-color: rgb(7,15,45); }
div.DivClassName
{
background-color: #070F2D;
}
.BgClassName
{
background-color: #070F2D;
}
</style>
border-color css
<style>
span { border-color: #070F2D; }
span { border-color: rgb(7,15,45); }
td.TdClassName
{
border-color: #070F2D;
}
.TagClassName
{
border-color: #070F2D;
}
</style>