Shades of Black Russian #08060D
Tints of Black Russian #08060D
RGB
CMYK
RGB Variations
Color information
#08060D (or 0x08060D) is known color: Black Russian. HEX triplet: 08, 06 and 0D. RGB value is (8,6,13). Sum of RGB (Red+Green+Blue) = 8+6+13=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 6 (2.73% from 255 or 22.22% from 27); Blue value is 13 (5.47% from 255 or 48.15% from 27); Max value from RGB is 13 - color contains mainly: blue. Hex color #08060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08060D is #F7F9F2. Grayscale: #070707. Windows color (decimal): -16251379 or 853512. OLE color: 853512.
HSL color Cylindrical-coordinate representation of color #08060D: hue angle of 257.14º 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 #08060D is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 8 | 6 | 13 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.95 |
| HSL | 257.14º | 0.37% | 0.04% | - |
| HSV(B) | 257.14º | 0.54% | 0.05% | - |
| XYZ | 0.24 | 0.21 | 0.41 | - |
| YUV | 7.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 13 | 0.38 | 0.54 | 0 | 0.95 | 257.14 | 0.37 | 0.04 |
| Hex | 8 | 6 | D | 26 | 36 | 0 | 5F | 101 | 25 | 4 |
| Octal | 10 | 6 | 15 | 46 | 66 | 0 | 137 | 401 | 45 | 4 |
| Binary | 1000 | 110 | 1101 | 100110 | 110110 | 0 | 1011111 | 100000001 | 100101 | 100 |
Color Harmonies of #08060D
Complementary color
Monochromatic Colors of #08060D
Black with #08060D
Text Example
Text Example
White with #08060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08060D; }
p { color: rgb(8,6,13); }
H1.HeaderClassName
{
color: #08060D;
}
.AnyTagClassName
{
color: #08060D;
}
</style>
background-color css
<style>
a { background-color: #08060D; }
a { background-color: rgb(8,6,13); }
div.DivClassName
{
background-color: #08060D;
}
.BgClassName
{
background-color: #08060D;
}
</style>
border-color css
<style>
span { border-color: #08060D; }
span { border-color: rgb(8,6,13); }
td.TdClassName
{
border-color: #08060D;
}
.TagClassName
{
border-color: #08060D;
}
</style>