Shades of Black Russian #000519
Tints of Black Russian #000519
RGB
CMYK
RGB Variations
Color information
#000519 (or 0x000519) is known color: Black Russian. HEX triplet: 00, 05 and 19. RGB value is (0,5,25). Sum of RGB (Red+Green+Blue) = 0+5+25=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 25 (10.16% from 255 or 83.33% from 30); Max value from RGB is 25 - color contains mainly: blue. Hex color #000519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000519 is #FFFAE6. Grayscale: #050505. Windows color (decimal): -16775911 or 1639680. OLE color: 1639680.
HSL color Cylindrical-coordinate representation of color #000519: hue angle of 228º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000519 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 5 | 25 | - |
| CMYK | 1 | 0.80 | 0 | 0.90 |
| HSL | 228º | 1% | 0.05% | - |
| HSV(B) | 228º | 1% | 0.1% | - |
| XYZ | 0.23 | 0.18 | 0.94 | - |
| YUV | 5.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 25 | 1 | 0.80 | 0 | 0.90 | 228 | 1 | 0.05 |
| Hex | 0 | 5 | 19 | 64 | 50 | 0 | 5A | E4 | 64 | 5 |
| Octal | 0 | 5 | 31 | 144 | 120 | 0 | 132 | 344 | 144 | 5 |
| Binary | 0 | 101 | 11001 | 1100100 | 1010000 | 0 | 1011010 | 11100100 | 1100100 | 101 |
Color Harmonies of #000519
Complementary color
Monochromatic Colors of #000519
Black with #000519
Text Example
Text Example
White with #000519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000519; }
p { color: rgb(0,5,25); }
H1.HeaderClassName
{
color: #000519;
}
.AnyTagClassName
{
color: #000519;
}
</style>
background-color css
<style>
a { background-color: #000519; }
a { background-color: rgb(0,5,25); }
div.DivClassName
{
background-color: #000519;
}
.BgClassName
{
background-color: #000519;
}
</style>
border-color css
<style>
span { border-color: #000519; }
span { border-color: rgb(0,5,25); }
td.TdClassName
{
border-color: #000519;
}
.TagClassName
{
border-color: #000519;
}
</style>