Shades of Black Russian #070510
Tints of Black Russian #070510
RGB
CMYK
RGB Variations
Color information
#070510 (or 0x070510) is known color: Black Russian. HEX triplet: 07, 05 and 10. RGB value is (7,5,16). Sum of RGB (Red+Green+Blue) = 7+5+16=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 16 (6.64% from 255 or 57.14% from 28); Max value from RGB is 16 - color contains mainly: blue. Hex color #070510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070510 is #F8FAEF. Grayscale: #060606. Windows color (decimal): -16317168 or 1049863. OLE color: 1049863.
HSL color Cylindrical-coordinate representation of color #070510: hue angle of 250.91º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #070510 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 5 | 16 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.94 |
| HSL | 250.91º | 0.52% | 0.04% | - |
| HSV(B) | 250.91º | 0.69% | 0.06% | - |
| XYZ | 0.24 | 0.19 | 0.51 | - |
| YUV | 6.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 16 | 0.56 | 0.69 | 0 | 0.94 | 250.91 | 0.52 | 0.04 |
| Hex | 7 | 5 | 10 | 38 | 45 | 0 | 5E | FB | 34 | 4 |
| Octal | 7 | 5 | 20 | 70 | 105 | 0 | 136 | 373 | 64 | 4 |
| Binary | 111 | 101 | 10000 | 111000 | 1000101 | 0 | 1011110 | 11111011 | 110100 | 100 |
Color Harmonies of #070510
Complementary color
Monochromatic Colors of #070510
Black with #070510
Text Example
Text Example
White with #070510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070510; }
p { color: rgb(7,5,16); }
H1.HeaderClassName
{
color: #070510;
}
.AnyTagClassName
{
color: #070510;
}
</style>
background-color css
<style>
a { background-color: #070510; }
a { background-color: rgb(7,5,16); }
div.DivClassName
{
background-color: #070510;
}
.BgClassName
{
background-color: #070510;
}
</style>
border-color css
<style>
span { border-color: #070510; }
span { border-color: rgb(7,5,16); }
td.TdClassName
{
border-color: #070510;
}
.TagClassName
{
border-color: #070510;
}
</style>