Shades of Blackcurrant #170041
Tints of Blackcurrant #170041
RGB
CMYK
RGB Variations
Color information
#170041 (or 0x170041) is known color: Blackcurrant. HEX triplet: 17, 00 and 41. RGB value is (23,0,65). Sum of RGB (Red+Green+Blue) = 23+0+65=88 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.14% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 65 (25.78% from 255 or 73.86% from 88); Max value from RGB is 65 - color contains mainly: blue. Hex color #170041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170041 is #E8FFBE. Grayscale: #0E0E0E. Windows color (decimal): -15269823 or 4259863. OLE color: 4259863.
HSL color Cylindrical-coordinate representation of color #170041: hue angle of 261.23º 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 #170041 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 0 | 65 | - |
| CMYK | 0.65 | 1 | 0 | 0.75 |
| HSL | 261.23º | 1% | 0.13% | - |
| HSV(B) | 261.23º | 1% | 0.25% | - |
| XYZ | 1.31 | 0.56 | 5.04 | - |
| YUV | 14.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 65 | 0.65 | 1 | 0 | 0.75 | 261.23 | 1 | 0.13 |
| Hex | 17 | 0 | 41 | 41 | 64 | 0 | 4B | 105 | 64 | D |
| Octal | 27 | 0 | 101 | 101 | 144 | 0 | 113 | 405 | 144 | 15 |
| Binary | 10111 | 0 | 1000001 | 1000001 | 1100100 | 0 | 1001011 | 100000101 | 1100100 | 1101 |
Color Harmonies of #170041
Complementary color
Monochromatic Colors of #170041
Black with #170041
Text Example
Text Example
White with #170041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170041; }
p { color: rgb(23,0,65); }
H1.HeaderClassName
{
color: #170041;
}
.AnyTagClassName
{
color: #170041;
}
</style>
background-color css
<style>
a { background-color: #170041; }
a { background-color: rgb(23,0,65); }
div.DivClassName
{
background-color: #170041;
}
.BgClassName
{
background-color: #170041;
}
</style>
border-color css
<style>
span { border-color: #170041; }
span { border-color: rgb(23,0,65); }
td.TdClassName
{
border-color: #170041;
}
.TagClassName
{
border-color: #170041;
}
</style>