Shades of Black Russian #06070D
Tints of Black Russian #06070D
RGB
CMYK
RGB Variations
Color information
#06070D (or 0x06070D) is known color: Black Russian. HEX triplet: 06, 07 and 0D. RGB value is (6,7,13). Sum of RGB (Red+Green+Blue) = 6+7+13=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 7 (3.12% from 255 or 26.92% 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 #06070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06070D is #F9F8F2. Grayscale: #070707. Windows color (decimal): -16382195 or 853766. OLE color: 853766.
HSL color Cylindrical-coordinate representation of color #06070D: hue angle of 231.43º 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 #06070D is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 6 | 7 | 13 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.95 |
| HSL | 231.43º | 0.37% | 0.04% | - |
| HSV(B) | 231.43º | 0.54% | 0.05% | - |
| XYZ | 0.22 | 0.22 | 0.41 | - |
| YUV | 7.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 7 | 13 | 0.54 | 0.46 | 0 | 0.95 | 231.43 | 0.37 | 0.04 |
| Hex | 6 | 7 | D | 36 | 2E | 0 | 5F | E7 | 25 | 4 |
| Octal | 6 | 7 | 15 | 66 | 56 | 0 | 137 | 347 | 45 | 4 |
| Binary | 110 | 111 | 1101 | 110110 | 101110 | 0 | 1011111 | 11100111 | 100101 | 100 |
Color Harmonies of #06070D
Complementary color
Monochromatic Colors of #06070D
Black with #06070D
Text Example
Text Example
White with #06070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06070D; }
p { color: rgb(6,7,13); }
H1.HeaderClassName
{
color: #06070D;
}
.AnyTagClassName
{
color: #06070D;
}
</style>
background-color css
<style>
a { background-color: #06070D; }
a { background-color: rgb(6,7,13); }
div.DivClassName
{
background-color: #06070D;
}
.BgClassName
{
background-color: #06070D;
}
</style>
border-color css
<style>
span { border-color: #06070D; }
span { border-color: rgb(6,7,13); }
td.TdClassName
{
border-color: #06070D;
}
.TagClassName
{
border-color: #06070D;
}
</style>