Shades of Black Russian #000119
Tints of Black Russian #000119
RGB
CMYK
RGB Variations
Color information
#000119 (or 0x000119) is known color: Black Russian. HEX triplet: 00, 01 and 19. RGB value is (0,1,25). Sum of RGB (Red+Green+Blue) = 0+1+25=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 25 (10.16% from 255 or 96.15% from 26); Max value from RGB is 25 - color contains mainly: blue. Hex color #000119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000119 is #FFFEE6. Grayscale: #030303. Windows color (decimal): -16776935 or 1638656. OLE color: 1638656.
HSL color Cylindrical-coordinate representation of color #000119: hue angle of 237.6º 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 #000119 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 1 | 25 | - |
| CMYK | 1 | 0.96 | 0 | 0.90 |
| HSL | 237.6º | 1% | 0.05% | - |
| HSV(B) | 237.6º | 1% | 0.1% | - |
| XYZ | 0.19 | 0.09 | 0.93 | - |
| YUV | 3.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 25 | 1 | 0.96 | 0 | 0.90 | 237.6 | 1 | 0.05 |
| Hex | 0 | 1 | 19 | 64 | 60 | 0 | 5A | EE | 64 | 5 |
| Octal | 0 | 1 | 31 | 144 | 140 | 0 | 132 | 356 | 144 | 5 |
| Binary | 0 | 1 | 11001 | 1100100 | 1100000 | 0 | 1011010 | 11101110 | 1100100 | 101 |
Color Harmonies of #000119
Complementary color
Monochromatic Colors of #000119
Black with #000119
Text Example
Text Example
White with #000119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000119; }
p { color: rgb(0,1,25); }
H1.HeaderClassName
{
color: #000119;
}
.AnyTagClassName
{
color: #000119;
}
</style>
background-color css
<style>
a { background-color: #000119; }
a { background-color: rgb(0,1,25); }
div.DivClassName
{
background-color: #000119;
}
.BgClassName
{
background-color: #000119;
}
</style>
border-color css
<style>
span { border-color: #000119; }
span { border-color: rgb(0,1,25); }
td.TdClassName
{
border-color: #000119;
}
.TagClassName
{
border-color: #000119;
}
</style>