Shades of Black Russian #070915
Tints of Black Russian #070915
RGB
CMYK
RGB Variations
Color information
#070915 (or 0x070915) is known color: Black Russian. HEX triplet: 07, 09 and 15. RGB value is (7,9,21). Sum of RGB (Red+Green+Blue) = 7+9+21=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 21 (8.59% from 255 or 56.76% from 37); Max value from RGB is 21 - color contains mainly: blue. Hex color #070915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070915 is #F8F6EA. Grayscale: #090909. Windows color (decimal): -16316139 or 1378567. OLE color: 1378567.
HSL color Cylindrical-coordinate representation of color #070915: hue angle of 231.43º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #070915 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 9 | 21 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.92 |
| HSL | 231.43º | 0.5% | 0.05% | - |
| HSV(B) | 231.43º | 0.67% | 0.08% | - |
| XYZ | 0.32 | 0.29 | 0.75 | - |
| YUV | 9.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 21 | 0.67 | 0.57 | 0 | 0.92 | 231.43 | 0.5 | 0.05 |
| Hex | 7 | 9 | 15 | 43 | 39 | 0 | 5C | E7 | 32 | 5 |
| Octal | 7 | 11 | 25 | 103 | 71 | 0 | 134 | 347 | 62 | 5 |
| Binary | 111 | 1001 | 10101 | 1000011 | 111001 | 0 | 1011100 | 11100111 | 110010 | 101 |
Color Harmonies of #070915
Complementary color
Monochromatic Colors of #070915
Black with #070915
Text Example
Text Example
White with #070915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070915; }
p { color: rgb(7,9,21); }
H1.HeaderClassName
{
color: #070915;
}
.AnyTagClassName
{
color: #070915;
}
</style>
background-color css
<style>
a { background-color: #070915; }
a { background-color: rgb(7,9,21); }
div.DivClassName
{
background-color: #070915;
}
.BgClassName
{
background-color: #070915;
}
</style>
border-color css
<style>
span { border-color: #070915; }
span { border-color: rgb(7,9,21); }
td.TdClassName
{
border-color: #070915;
}
.TagClassName
{
border-color: #070915;
}
</style>