Shades of Black Russian #080D1E
Tints of Black Russian #080D1E
RGB
CMYK
RGB Variations
Color information
#080D1E (or 0x080D1E) is known color: Black Russian. HEX triplet: 08, 0D and 1E. RGB value is (8,13,30). Sum of RGB (Red+Green+Blue) = 8+13+30=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #080D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D1E is #F7F2E1. Grayscale: #0D0D0D. Windows color (decimal): -16249570 or 1969416. OLE color: 1969416.
HSL color Cylindrical-coordinate representation of color #080D1E: hue angle of 226.36º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #080D1E is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 13 | 30 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.88 |
| HSL | 226.36º | 0.58% | 0.07% | - |
| HSV(B) | 226.36º | 0.73% | 0.12% | - |
| XYZ | 0.48 | 0.43 | 1.29 | - |
| YUV | 13.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 30 | 0.73 | 0.57 | 0 | 0.88 | 226.36 | 0.58 | 0.07 |
| Hex | 8 | D | 1E | 49 | 39 | 0 | 58 | E2 | 3A | 7 |
| Octal | 10 | 15 | 36 | 111 | 71 | 0 | 130 | 342 | 72 | 7 |
| Binary | 1000 | 1101 | 11110 | 1001001 | 111001 | 0 | 1011000 | 11100010 | 111010 | 111 |
Color Harmonies of #080D1E
Complementary color
Monochromatic Colors of #080D1E
Black with #080D1E
Text Example
Text Example
White with #080D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D1E; }
p { color: rgb(8,13,30); }
H1.HeaderClassName
{
color: #080D1E;
}
.AnyTagClassName
{
color: #080D1E;
}
</style>
background-color css
<style>
a { background-color: #080D1E; }
a { background-color: rgb(8,13,30); }
div.DivClassName
{
background-color: #080D1E;
}
.BgClassName
{
background-color: #080D1E;
}
</style>
border-color css
<style>
span { border-color: #080D1E; }
span { border-color: rgb(8,13,30); }
td.TdClassName
{
border-color: #080D1E;
}
.TagClassName
{
border-color: #080D1E;
}
</style>