Shades of Blackcurrant #170119
Tints of Blackcurrant #170119
RGB
CMYK
RGB Variations
Color information
#170119 (or 0x170119) is known color: Blackcurrant. HEX triplet: 17, 01 and 19. RGB value is (23,1,25). Sum of RGB (Red+Green+Blue) = 23+1+25=49 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46.94% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #170119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170119 is #E8FEE6. Grayscale: #0A0A0A. Windows color (decimal): -15269607 or 1638679. OLE color: 1638679.
HSL color Cylindrical-coordinate representation of color #170119: hue angle of 295º 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 #170119 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 23 | 1 | 25 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.90 |
| HSL | 295º | 0.92% | 0.05% | - |
| HSV(B) | 295º | 0.96% | 0.1% | - |
| XYZ | 0.54 | 0.27 | 0.94 | - |
| YUV | 10.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 25 | 0.08 | 0.96 | 0 | 0.90 | 295 | 0.92 | 0.05 |
| Hex | 17 | 1 | 19 | 8 | 60 | 0 | 5A | 127 | 5C | 5 |
| Octal | 27 | 1 | 31 | 10 | 140 | 0 | 132 | 447 | 134 | 5 |
| Binary | 10111 | 1 | 11001 | 1000 | 1100000 | 0 | 1011010 | 100100111 | 1011100 | 101 |
Color Harmonies of #170119
Complementary color
Monochromatic Colors of #170119
Black with #170119
Text Example
Text Example
White with #170119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170119; }
p { color: rgb(23,1,25); }
H1.HeaderClassName
{
color: #170119;
}
.AnyTagClassName
{
color: #170119;
}
</style>
background-color css
<style>
a { background-color: #170119; }
a { background-color: rgb(23,1,25); }
div.DivClassName
{
background-color: #170119;
}
.BgClassName
{
background-color: #170119;
}
</style>
border-color css
<style>
span { border-color: #170119; }
span { border-color: rgb(23,1,25); }
td.TdClassName
{
border-color: #170119;
}
.TagClassName
{
border-color: #170119;
}
</style>