Shades of Blackcurrant #161017
Tints of Blackcurrant #161017
RGB
CMYK
RGB Variations
Color information
#161017 (or 0x161017) is known color: Blackcurrant. HEX triplet: 16, 10 and 17. RGB value is (22,16,23). Sum of RGB (Red+Green+Blue) = 22+16+23=61 (8% of max value = 765). Red value is 22 (8.98% from 255 or 36.07% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 23 - color contains mainly: blue. Hex color #161017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161017 is #E9EFE8. Grayscale: #121212. Windows color (decimal): -15331305 or 1511446. OLE color: 1511446.
HSL color Cylindrical-coordinate representation of color #161017: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #161017 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 16 | 23 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.91 |
| HSL | 291.43º | 0.18% | 0.08% | - |
| HSV(B) | 291.43º | 0.3% | 0.09% | - |
| XYZ | 0.67 | 0.6 | 0.89 | - |
| YUV | 18.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 16 | 23 | 0.04 | 0.30 | 0 | 0.91 | 291.43 | 0.18 | 0.08 |
| Hex | 16 | 10 | 17 | 4 | 1E | 0 | 5B | 123 | 12 | 8 |
| Octal | 26 | 20 | 27 | 4 | 36 | 0 | 133 | 443 | 22 | 10 |
| Binary | 10110 | 10000 | 10111 | 100 | 11110 | 0 | 1011011 | 100100011 | 10010 | 1000 |
Color Harmonies of #161017
Complementary color
Monochromatic Colors of #161017
Black with #161017
Text Example
Text Example
White with #161017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161017; }
p { color: rgb(22,16,23); }
H1.HeaderClassName
{
color: #161017;
}
.AnyTagClassName
{
color: #161017;
}
</style>
background-color css
<style>
a { background-color: #161017; }
a { background-color: rgb(22,16,23); }
div.DivClassName
{
background-color: #161017;
}
.BgClassName
{
background-color: #161017;
}
</style>
border-color css
<style>
span { border-color: #161017; }
span { border-color: rgb(22,16,23); }
td.TdClassName
{
border-color: #161017;
}
.TagClassName
{
border-color: #161017;
}
</style>