Shades of Black Russian #000319
Tints of Black Russian #000319
RGB
CMYK
RGB Variations
Color information
#000319 (or 0x000319) is known color: Black Russian. HEX triplet: 00, 03 and 19. RGB value is (0,3,25). Sum of RGB (Red+Green+Blue) = 0+3+25=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 25 (10.16% from 255 or 89.29% from 28); Max value from RGB is 25 - color contains mainly: blue. Hex color #000319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000319 is #FFFCE6. Grayscale: #040404. Windows color (decimal): -16776423 or 1639168. OLE color: 1639168.
HSL color Cylindrical-coordinate representation of color #000319: hue angle of 232.8º 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 #000319 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 3 | 25 | - |
| CMYK | 1 | 0.88 | 0 | 0.90 |
| HSL | 232.8º | 1% | 0.05% | - |
| HSV(B) | 232.8º | 1% | 0.1% | - |
| XYZ | 0.21 | 0.14 | 0.93 | - |
| YUV | 4.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 25 | 1 | 0.88 | 0 | 0.90 | 232.8 | 1 | 0.05 |
| Hex | 0 | 3 | 19 | 64 | 58 | 0 | 5A | E9 | 64 | 5 |
| Octal | 0 | 3 | 31 | 144 | 130 | 0 | 132 | 351 | 144 | 5 |
| Binary | 0 | 11 | 11001 | 1100100 | 1011000 | 0 | 1011010 | 11101001 | 1100100 | 101 |
Color Harmonies of #000319
Complementary color
Monochromatic Colors of #000319
Black with #000319
Text Example
Text Example
White with #000319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000319; }
p { color: rgb(0,3,25); }
H1.HeaderClassName
{
color: #000319;
}
.AnyTagClassName
{
color: #000319;
}
</style>
background-color css
<style>
a { background-color: #000319; }
a { background-color: rgb(0,3,25); }
div.DivClassName
{
background-color: #000319;
}
.BgClassName
{
background-color: #000319;
}
</style>
border-color css
<style>
span { border-color: #000319; }
span { border-color: rgb(0,3,25); }
td.TdClassName
{
border-color: #000319;
}
.TagClassName
{
border-color: #000319;
}
</style>