Shades of Black Russian #080519
Tints of Black Russian #080519
RGB
CMYK
RGB Variations
Color information
#080519 (or 0x080519) is known color: Black Russian. HEX triplet: 08, 05 and 19. RGB value is (8,5,25). Sum of RGB (Red+Green+Blue) = 8+5+25=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 25 (10.16% from 255 or 65.79% from 38); Max value from RGB is 25 - color contains mainly: blue. Hex color #080519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080519 is #F7FAE6. Grayscale: #080808. Windows color (decimal): -16251623 or 1639688. OLE color: 1639688.
HSL color Cylindrical-coordinate representation of color #080519: hue angle of 249º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #080519 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 5 | 25 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.90 |
| HSL | 249º | 0.67% | 0.06% | - |
| HSV(B) | 249º | 0.8% | 0.1% | - |
| XYZ | 0.33 | 0.23 | 0.95 | - |
| YUV | 8.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 25 | 0.68 | 0.80 | 0 | 0.90 | 249 | 0.67 | 0.06 |
| Hex | 8 | 5 | 19 | 44 | 50 | 0 | 5A | F9 | 43 | 6 |
| Octal | 10 | 5 | 31 | 104 | 120 | 0 | 132 | 371 | 103 | 6 |
| Binary | 1000 | 101 | 11001 | 1000100 | 1010000 | 0 | 1011010 | 11111001 | 1000011 | 110 |
Color Harmonies of #080519
Complementary color
Monochromatic Colors of #080519
Black with #080519
Text Example
Text Example
White with #080519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080519; }
p { color: rgb(8,5,25); }
H1.HeaderClassName
{
color: #080519;
}
.AnyTagClassName
{
color: #080519;
}
</style>
background-color css
<style>
a { background-color: #080519; }
a { background-color: rgb(8,5,25); }
div.DivClassName
{
background-color: #080519;
}
.BgClassName
{
background-color: #080519;
}
</style>
border-color css
<style>
span { border-color: #080519; }
span { border-color: rgb(8,5,25); }
td.TdClassName
{
border-color: #080519;
}
.TagClassName
{
border-color: #080519;
}
</style>