Shades of Blackcurrant #170B19
Tints of Blackcurrant #170B19
RGB
CMYK
RGB Variations
Color information
#170B19 (or 0x170B19) is known color: Blackcurrant. HEX triplet: 17, 0B and 19. RGB value is (23,11,25). Sum of RGB (Red+Green+Blue) = 23+11+25=59 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.98% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 25 - color contains mainly: blue. Hex color #170B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B19 is #E8F4E6. Grayscale: #101010. Windows color (decimal): -15267047 or 1641239. OLE color: 1641239.
HSL color Cylindrical-coordinate representation of color #170B19: hue angle of 291.43º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #170B19 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 23 | 11 | 25 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.90 |
| HSL | 291.43º | 0.39% | 0.07% | - |
| HSV(B) | 291.43º | 0.56% | 0.1% | - |
| XYZ | 0.65 | 0.49 | 0.98 | - |
| YUV | 16.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 25 | 0.08 | 0.56 | 0 | 0.90 | 291.43 | 0.39 | 0.07 |
| Hex | 17 | B | 19 | 8 | 38 | 0 | 5A | 123 | 27 | 7 |
| Octal | 27 | 13 | 31 | 10 | 70 | 0 | 132 | 443 | 47 | 7 |
| Binary | 10111 | 1011 | 11001 | 1000 | 111000 | 0 | 1011010 | 100100011 | 100111 | 111 |
Color Harmonies of #170B19
Complementary color
Monochromatic Colors of #170B19
Black with #170B19
Text Example
Text Example
White with #170B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170B19; }
p { color: rgb(23,11,25); }
H1.HeaderClassName
{
color: #170B19;
}
.AnyTagClassName
{
color: #170B19;
}
</style>
background-color css
<style>
a { background-color: #170B19; }
a { background-color: rgb(23,11,25); }
div.DivClassName
{
background-color: #170B19;
}
.BgClassName
{
background-color: #170B19;
}
</style>
border-color css
<style>
span { border-color: #170B19; }
span { border-color: rgb(23,11,25); }
td.TdClassName
{
border-color: #170B19;
}
.TagClassName
{
border-color: #170B19;
}
</style>