Shades of Blackcurrant #170028
Tints of Blackcurrant #170028
RGB
CMYK
RGB Variations
Color information
#170028 (or 0x170028) is known color: Blackcurrant. HEX triplet: 17, 00 and 28. RGB value is (23,0,40). Sum of RGB (Red+Green+Blue) = 23+0+40=63 (8% of max value = 765). Red value is 23 (9.38% from 255 or 36.51% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #170028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170028 is #E8FFD7. Grayscale: #0B0B0B. Windows color (decimal): -15269848 or 2621463. OLE color: 2621463.
HSL color Cylindrical-coordinate representation of color #170028: hue angle of 274.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170028 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 0 | 40 | - |
| CMYK | 0.43 | 1 | 0 | 0.84 |
| HSL | 274.5º | 1% | 0.08% | - |
| HSV(B) | 274.5º | 1% | 0.16% | - |
| XYZ | 0.74 | 0.34 | 2.03 | - |
| YUV | 11.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 40 | 0.43 | 1 | 0 | 0.84 | 274.5 | 1 | 0.08 |
| Hex | 17 | 0 | 28 | 2B | 64 | 0 | 54 | 112 | 64 | 8 |
| Octal | 27 | 0 | 50 | 53 | 144 | 0 | 124 | 422 | 144 | 10 |
| Binary | 10111 | 0 | 101000 | 101011 | 1100100 | 0 | 1010100 | 100010010 | 1100100 | 1000 |
Color Harmonies of #170028
Complementary color
Monochromatic Colors of #170028
Black with #170028
Text Example
Text Example
White with #170028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170028; }
p { color: rgb(23,0,40); }
H1.HeaderClassName
{
color: #170028;
}
.AnyTagClassName
{
color: #170028;
}
</style>
background-color css
<style>
a { background-color: #170028; }
a { background-color: rgb(23,0,40); }
div.DivClassName
{
background-color: #170028;
}
.BgClassName
{
background-color: #170028;
}
</style>
border-color css
<style>
span { border-color: #170028; }
span { border-color: rgb(23,0,40); }
td.TdClassName
{
border-color: #170028;
}
.TagClassName
{
border-color: #170028;
}
</style>