Shades of Blackcurrant #170040
Tints of Blackcurrant #170040
RGB
CMYK
RGB Variations
Color information
#170040 (or 0x170040) is known color: Blackcurrant. HEX triplet: 17, 00 and 40. RGB value is (23,0,64). Sum of RGB (Red+Green+Blue) = 23+0+64=87 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.44% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 64 (25.39% from 255 or 73.56% from 87); Max value from RGB is 64 - color contains mainly: blue. Hex color #170040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170040 is #E8FFBF. Grayscale: #0D0D0D. Windows color (decimal): -15269824 or 4194327. OLE color: 4194327.
HSL color Cylindrical-coordinate representation of color #170040: hue angle of 261.56º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170040 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 0 | 64 | - |
| CMYK | 0.64 | 1 | 0 | 0.75 |
| HSL | 261.56º | 1% | 0.13% | - |
| HSV(B) | 261.56º | 1% | 0.25% | - |
| XYZ | 1.28 | 0.55 | 4.89 | - |
| YUV | 14.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 64 | 0.64 | 1 | 0 | 0.75 | 261.56 | 1 | 0.13 |
| Hex | 17 | 0 | 40 | 40 | 64 | 0 | 4B | 106 | 64 | D |
| Octal | 27 | 0 | 100 | 100 | 144 | 0 | 113 | 406 | 144 | 15 |
| Binary | 10111 | 0 | 1000000 | 1000000 | 1100100 | 0 | 1001011 | 100000110 | 1100100 | 1101 |
Color Harmonies of #170040
Complementary color
Monochromatic Colors of #170040
Black with #170040
Text Example
Text Example
White with #170040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170040; }
p { color: rgb(23,0,64); }
H1.HeaderClassName
{
color: #170040;
}
.AnyTagClassName
{
color: #170040;
}
</style>
background-color css
<style>
a { background-color: #170040; }
a { background-color: rgb(23,0,64); }
div.DivClassName
{
background-color: #170040;
}
.BgClassName
{
background-color: #170040;
}
</style>
border-color css
<style>
span { border-color: #170040; }
span { border-color: rgb(23,0,64); }
td.TdClassName
{
border-color: #170040;
}
.TagClassName
{
border-color: #170040;
}
</style>