Shades of Black Russian #08080D
Tints of Black Russian #08080D
RGB
CMYK
RGB Variations
Color information
#08080D (or 0x08080D) is known color: Black Russian. HEX triplet: 08, 08 and 0D. RGB value is (8,8,13). Sum of RGB (Red+Green+Blue) = 8+8+13=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 13 (5.47% from 255 or 44.83% from 29); Max value from RGB is 13 - color contains mainly: blue. Hex color #08080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08080D is #F7F7F2. Grayscale: #080808. Windows color (decimal): -16250867 or 854024. OLE color: 854024.
HSL color Cylindrical-coordinate representation of color #08080D: hue angle of 240º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #08080D is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 8 | 8 | 13 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.95 |
| HSL | 240º | 0.24% | 0.04% | - |
| HSV(B) | 240º | 0.38% | 0.05% | - |
| XYZ | 0.26 | 0.25 | 0.42 | - |
| YUV | 8.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 13 | 0.38 | 0.38 | 0 | 0.95 | 240 | 0.24 | 0.04 |
| Hex | 8 | 8 | D | 26 | 26 | 0 | 5F | F0 | 18 | 4 |
| Octal | 10 | 10 | 15 | 46 | 46 | 0 | 137 | 360 | 30 | 4 |
| Binary | 1000 | 1000 | 1101 | 100110 | 100110 | 0 | 1011111 | 11110000 | 11000 | 100 |
Color Harmonies of #08080D
Complementary color
Monochromatic Colors of #08080D
Black with #08080D
Text Example
Text Example
White with #08080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08080D; }
p { color: rgb(8,8,13); }
H1.HeaderClassName
{
color: #08080D;
}
.AnyTagClassName
{
color: #08080D;
}
</style>
background-color css
<style>
a { background-color: #08080D; }
a { background-color: rgb(8,8,13); }
div.DivClassName
{
background-color: #08080D;
}
.BgClassName
{
background-color: #08080D;
}
</style>
border-color css
<style>
span { border-color: #08080D; }
span { border-color: rgb(8,8,13); }
td.TdClassName
{
border-color: #08080D;
}
.TagClassName
{
border-color: #08080D;
}
</style>