Shades of Black Russian #07060D
Tints of Black Russian #07060D
RGB
CMYK
RGB Variations
Color information
#07060D (or 0x07060D) is known color: Black Russian. HEX triplet: 07, 06 and 0D. RGB value is (7,6,13). Sum of RGB (Red+Green+Blue) = 7+6+13=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 13 (5.47% from 255 or 50% from 26); Max value from RGB is 13 - color contains mainly: blue. Hex color #07060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07060D is #F8F9F2. Grayscale: #070707. Windows color (decimal): -16316915 or 853511. OLE color: 853511.
HSL color Cylindrical-coordinate representation of color #07060D: hue angle of 248.57º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #07060D is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 6 | 13 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.95 |
| HSL | 248.57º | 0.37% | 0.04% | - |
| HSV(B) | 248.57º | 0.54% | 0.05% | - |
| XYZ | 0.23 | 0.2 | 0.41 | - |
| YUV | 7.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 13 | 0.46 | 0.54 | 0 | 0.95 | 248.57 | 0.37 | 0.04 |
| Hex | 7 | 6 | D | 2E | 36 | 0 | 5F | F9 | 25 | 4 |
| Octal | 7 | 6 | 15 | 56 | 66 | 0 | 137 | 371 | 45 | 4 |
| Binary | 111 | 110 | 1101 | 101110 | 110110 | 0 | 1011111 | 11111001 | 100101 | 100 |
Color Harmonies of #07060D
Complementary color
Monochromatic Colors of #07060D
Black with #07060D
Text Example
Text Example
White with #07060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07060D; }
p { color: rgb(7,6,13); }
H1.HeaderClassName
{
color: #07060D;
}
.AnyTagClassName
{
color: #07060D;
}
</style>
background-color css
<style>
a { background-color: #07060D; }
a { background-color: rgb(7,6,13); }
div.DivClassName
{
background-color: #07060D;
}
.BgClassName
{
background-color: #07060D;
}
</style>
border-color css
<style>
span { border-color: #07060D; }
span { border-color: rgb(7,6,13); }
td.TdClassName
{
border-color: #07060D;
}
.TagClassName
{
border-color: #07060D;
}
</style>