Shades of Black Russian #080119
Tints of Black Russian #080119
RGB
CMYK
RGB Variations
Color information
#080119 (or 0x080119) is known color: Black Russian. HEX triplet: 08, 01 and 19. RGB value is (8,1,25). Sum of RGB (Red+Green+Blue) = 8+1+25=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 25 (10.16% from 255 or 73.53% from 34); Max value from RGB is 25 - color contains mainly: blue. Hex color #080119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080119 is #F7FEE6. Grayscale: #050505. Windows color (decimal): -16252647 or 1638664. OLE color: 1638664.
HSL color Cylindrical-coordinate representation of color #080119: hue angle of 257.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080119 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 1 | 25 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.90 |
| HSL | 257.5º | 0.92% | 0.05% | - |
| HSV(B) | 257.5º | 0.96% | 0.1% | - |
| XYZ | 0.29 | 0.14 | 0.93 | - |
| YUV | 5.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 25 | 0.68 | 0.96 | 0 | 0.90 | 257.5 | 0.92 | 0.05 |
| Hex | 8 | 1 | 19 | 44 | 60 | 0 | 5A | 102 | 5C | 5 |
| Octal | 10 | 1 | 31 | 104 | 140 | 0 | 132 | 402 | 134 | 5 |
| Binary | 1000 | 1 | 11001 | 1000100 | 1100000 | 0 | 1011010 | 100000010 | 1011100 | 101 |
Color Harmonies of #080119
Complementary color
Monochromatic Colors of #080119
Black with #080119
Text Example
Text Example
White with #080119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080119; }
p { color: rgb(8,1,25); }
H1.HeaderClassName
{
color: #080119;
}
.AnyTagClassName
{
color: #080119;
}
</style>
background-color css
<style>
a { background-color: #080119; }
a { background-color: rgb(8,1,25); }
div.DivClassName
{
background-color: #080119;
}
.BgClassName
{
background-color: #080119;
}
</style>
border-color css
<style>
span { border-color: #080119; }
span { border-color: rgb(8,1,25); }
td.TdClassName
{
border-color: #080119;
}
.TagClassName
{
border-color: #080119;
}
</style>