Shades of Black Russian #060119
Tints of Black Russian #060119
RGB
CMYK
RGB Variations
Color information
#060119 (or 0x060119) is known color: Black Russian. HEX triplet: 06, 01 and 19. RGB value is (6,1,25). Sum of RGB (Red+Green+Blue) = 6+1+25=32 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.75% from 32); Green value is 1 (0.78% from 255 or 3.12% 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 #060119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060119 is #F9FEE6. Grayscale: #050505. Windows color (decimal): -16383719 or 1638662. OLE color: 1638662.
HSL color Cylindrical-coordinate representation of color #060119: hue angle of 252.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 #060119 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 1 | 25 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.90 |
| HSL | 252.5º | 0.92% | 0.05% | - |
| HSV(B) | 252.5º | 0.96% | 0.1% | - |
| XYZ | 0.26 | 0.13 | 0.93 | - |
| YUV | 5.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 25 | 0.76 | 0.96 | 0 | 0.90 | 252.5 | 0.92 | 0.05 |
| Hex | 6 | 1 | 19 | 4C | 60 | 0 | 5A | FD | 5C | 5 |
| Octal | 6 | 1 | 31 | 114 | 140 | 0 | 132 | 375 | 134 | 5 |
| Binary | 110 | 1 | 11001 | 1001100 | 1100000 | 0 | 1011010 | 11111101 | 1011100 | 101 |
Color Harmonies of #060119
Complementary color
Monochromatic Colors of #060119
Black with #060119
Text Example
Text Example
White with #060119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060119; }
p { color: rgb(6,1,25); }
H1.HeaderClassName
{
color: #060119;
}
.AnyTagClassName
{
color: #060119;
}
</style>
background-color css
<style>
a { background-color: #060119; }
a { background-color: rgb(6,1,25); }
div.DivClassName
{
background-color: #060119;
}
.BgClassName
{
background-color: #060119;
}
</style>
border-color css
<style>
span { border-color: #060119; }
span { border-color: rgb(6,1,25); }
td.TdClassName
{
border-color: #060119;
}
.TagClassName
{
border-color: #060119;
}
</style>