Shades of Blackcurrant #170D19
Tints of Blackcurrant #170D19
RGB
CMYK
RGB Variations
Color information
#170D19 (or 0x170D19) is known color: Blackcurrant. HEX triplet: 17, 0D and 19. RGB value is (23,13,25). Sum of RGB (Red+Green+Blue) = 23+13+25=61 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.70% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 25 - color contains mainly: blue. Hex color #170D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D19 is #E8F2E6. Grayscale: #111111. Windows color (decimal): -15266535 or 1641751. OLE color: 1641751.
HSL color Cylindrical-coordinate representation of color #170D19: hue angle of 290º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #170D19 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 23 | 13 | 25 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.90 |
| HSL | 290º | 0.32% | 0.07% | - |
| HSV(B) | 290º | 0.48% | 0.1% | - |
| XYZ | 0.67 | 0.54 | 0.99 | - |
| YUV | 17.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 25 | 0.08 | 0.48 | 0 | 0.90 | 290 | 0.32 | 0.07 |
| Hex | 17 | D | 19 | 8 | 30 | 0 | 5A | 122 | 20 | 7 |
| Octal | 27 | 15 | 31 | 10 | 60 | 0 | 132 | 442 | 40 | 7 |
| Binary | 10111 | 1101 | 11001 | 1000 | 110000 | 0 | 1011010 | 100100010 | 100000 | 111 |
Color Harmonies of #170D19
Complementary color
Monochromatic Colors of #170D19
Black with #170D19
Text Example
Text Example
White with #170D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D19; }
p { color: rgb(23,13,25); }
H1.HeaderClassName
{
color: #170D19;
}
.AnyTagClassName
{
color: #170D19;
}
</style>
background-color css
<style>
a { background-color: #170D19; }
a { background-color: rgb(23,13,25); }
div.DivClassName
{
background-color: #170D19;
}
.BgClassName
{
background-color: #170D19;
}
</style>
border-color css
<style>
span { border-color: #170D19; }
span { border-color: rgb(23,13,25); }
td.TdClassName
{
border-color: #170D19;
}
.TagClassName
{
border-color: #170D19;
}
</style>