Shades of Black Russian #08070D
Tints of Black Russian #08070D
RGB
CMYK
RGB Variations
Color information
#08070D (or 0x08070D) is known color: Black Russian. HEX triplet: 08, 07 and 0D. RGB value is (8,7,13). Sum of RGB (Red+Green+Blue) = 8+7+13=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 13 (5.47% from 255 or 46.43% from 28); Max value from RGB is 13 - color contains mainly: blue. Hex color #08070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08070D is #F7F8F2. Grayscale: #070707. Windows color (decimal): -16251123 or 853768. OLE color: 853768.
HSL color Cylindrical-coordinate representation of color #08070D: hue angle of 250º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #08070D is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 8 | 7 | 13 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.95 |
| HSL | 250º | 0.3% | 0.04% | - |
| HSV(B) | 250º | 0.46% | 0.05% | - |
| XYZ | 0.25 | 0.23 | 0.41 | - |
| YUV | 7.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 13 | 0.38 | 0.46 | 0 | 0.95 | 250 | 0.3 | 0.04 |
| Hex | 8 | 7 | D | 26 | 2E | 0 | 5F | FA | 1E | 4 |
| Octal | 10 | 7 | 15 | 46 | 56 | 0 | 137 | 372 | 36 | 4 |
| Binary | 1000 | 111 | 1101 | 100110 | 101110 | 0 | 1011111 | 11111010 | 11110 | 100 |
Color Harmonies of #08070D
Complementary color
Monochromatic Colors of #08070D
Black with #08070D
Text Example
Text Example
White with #08070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08070D; }
p { color: rgb(8,7,13); }
H1.HeaderClassName
{
color: #08070D;
}
.AnyTagClassName
{
color: #08070D;
}
</style>
background-color css
<style>
a { background-color: #08070D; }
a { background-color: rgb(8,7,13); }
div.DivClassName
{
background-color: #08070D;
}
.BgClassName
{
background-color: #08070D;
}
</style>
border-color css
<style>
span { border-color: #08070D; }
span { border-color: rgb(8,7,13); }
td.TdClassName
{
border-color: #08070D;
}
.TagClassName
{
border-color: #08070D;
}
</style>