Shades of Blackcurrant #170128
Tints of Blackcurrant #170128
RGB
CMYK
RGB Variations
Color information
#170128 (or 0x170128) is known color: Blackcurrant. HEX triplet: 17, 01 and 28. RGB value is (23,1,40). Sum of RGB (Red+Green+Blue) = 23+1+40=64 (8% of max value = 765). Red value is 23 (9.38% from 255 or 35.94% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 40 (16.02% from 255 or 62.5% from 64); Max value from RGB is 40 - color contains mainly: blue. Hex color #170128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170128 is #E8FED7. Grayscale: #0B0B0B. Windows color (decimal): -15269592 or 2621719. OLE color: 2621719.
HSL color Cylindrical-coordinate representation of color #170128: hue angle of 273.85º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #170128 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 1 | 40 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.84 |
| HSL | 273.85º | 0.95% | 0.08% | - |
| HSV(B) | 273.85º | 0.98% | 0.16% | - |
| XYZ | 0.75 | 0.36 | 2.04 | - |
| YUV | 12.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 40 | 0.43 | 0.98 | 0 | 0.84 | 273.85 | 0.95 | 0.08 |
| Hex | 17 | 1 | 28 | 2B | 62 | 0 | 54 | 112 | 5F | 8 |
| Octal | 27 | 1 | 50 | 53 | 142 | 0 | 124 | 422 | 137 | 10 |
| Binary | 10111 | 1 | 101000 | 101011 | 1100010 | 0 | 1010100 | 100010010 | 1011111 | 1000 |
Color Harmonies of #170128
Complementary color
Monochromatic Colors of #170128
Black with #170128
Text Example
Text Example
White with #170128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170128; }
p { color: rgb(23,1,40); }
H1.HeaderClassName
{
color: #170128;
}
.AnyTagClassName
{
color: #170128;
}
</style>
background-color css
<style>
a { background-color: #170128; }
a { background-color: rgb(23,1,40); }
div.DivClassName
{
background-color: #170128;
}
.BgClassName
{
background-color: #170128;
}
</style>
border-color css
<style>
span { border-color: #170128; }
span { border-color: rgb(23,1,40); }
td.TdClassName
{
border-color: #170128;
}
.TagClassName
{
border-color: #170128;
}
</style>