Shades of Black Russian #010119
Tints of Black Russian #010119
RGB
CMYK
RGB Variations
Color information
#010119 (or 0x010119) is known color: Black Russian. HEX triplet: 01, 01 and 19. RGB value is (1,1,25). Sum of RGB (Red+Green+Blue) = 1+1+25=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 25 (10.16% from 255 or 92.59% from 27); Max value from RGB is 25 - color contains mainly: blue. Hex color #010119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010119 is #FEFEE6. Grayscale: #030303. Windows color (decimal): -16711399 or 1638657. OLE color: 1638657.
HSL color Cylindrical-coordinate representation of color #010119: hue angle of 240º 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 #010119 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 1 | 25 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.90 |
| HSL | 240º | 0.92% | 0.05% | - |
| HSV(B) | 240º | 0.96% | 0.1% | - |
| XYZ | 0.2 | 0.1 | 0.93 | - |
| YUV | 3.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 25 | 0.96 | 0.96 | 0 | 0.90 | 240 | 0.92 | 0.05 |
| Hex | 1 | 1 | 19 | 60 | 60 | 0 | 5A | F0 | 5C | 5 |
| Octal | 1 | 1 | 31 | 140 | 140 | 0 | 132 | 360 | 134 | 5 |
| Binary | 1 | 1 | 11001 | 1100000 | 1100000 | 0 | 1011010 | 11110000 | 1011100 | 101 |
Color Harmonies of #010119
Complementary color
Monochromatic Colors of #010119
Black with #010119
Text Example
Text Example
White with #010119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010119; }
p { color: rgb(1,1,25); }
H1.HeaderClassName
{
color: #010119;
}
.AnyTagClassName
{
color: #010119;
}
</style>
background-color css
<style>
a { background-color: #010119; }
a { background-color: rgb(1,1,25); }
div.DivClassName
{
background-color: #010119;
}
.BgClassName
{
background-color: #010119;
}
</style>
border-color css
<style>
span { border-color: #010119; }
span { border-color: rgb(1,1,25); }
td.TdClassName
{
border-color: #010119;
}
.TagClassName
{
border-color: #010119;
}
</style>