Shades of Black Russian #010619
Tints of Black Russian #010619
RGB
CMYK
RGB Variations
Color information
#010619 (or 0x010619) is known color: Black Russian. HEX triplet: 01, 06 and 19. RGB value is (1,6,25). Sum of RGB (Red+Green+Blue) = 1+6+25=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 25 (10.16% from 255 or 78.12% from 32); Max value from RGB is 25 - color contains mainly: blue. Hex color #010619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010619 is #FEF9E6. Grayscale: #060606. Windows color (decimal): -16710119 or 1639937. OLE color: 1639937.
HSL color Cylindrical-coordinate representation of color #010619: hue angle of 227.5º 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 #010619 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 6 | 25 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.90 |
| HSL | 227.5º | 0.92% | 0.05% | - |
| HSV(B) | 227.5º | 0.96% | 0.1% | - |
| XYZ | 0.25 | 0.21 | 0.95 | - |
| YUV | 6.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 25 | 0.96 | 0.76 | 0 | 0.90 | 227.5 | 0.92 | 0.05 |
| Hex | 1 | 6 | 19 | 60 | 4C | 0 | 5A | E4 | 5C | 5 |
| Octal | 1 | 6 | 31 | 140 | 114 | 0 | 132 | 344 | 134 | 5 |
| Binary | 1 | 110 | 11001 | 1100000 | 1001100 | 0 | 1011010 | 11100100 | 1011100 | 101 |
Color Harmonies of #010619
Complementary color
Monochromatic Colors of #010619
Black with #010619
Text Example
Text Example
White with #010619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010619; }
p { color: rgb(1,6,25); }
H1.HeaderClassName
{
color: #010619;
}
.AnyTagClassName
{
color: #010619;
}
</style>
background-color css
<style>
a { background-color: #010619; }
a { background-color: rgb(1,6,25); }
div.DivClassName
{
background-color: #010619;
}
.BgClassName
{
background-color: #010619;
}
</style>
border-color css
<style>
span { border-color: #010619; }
span { border-color: rgb(1,6,25); }
td.TdClassName
{
border-color: #010619;
}
.TagClassName
{
border-color: #010619;
}
</style>