Shades of Blackcurrant #170D25
Tints of Blackcurrant #170D25
RGB
CMYK
RGB Variations
Color information
#170D25 (or 0x170D25) is known color: Blackcurrant. HEX triplet: 17, 0D and 25. RGB value is (23,13,37). Sum of RGB (Red+Green+Blue) = 23+13+37=73 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.51% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #170D25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170D25 is #E8F2DA. Grayscale: #121212. Windows color (decimal): -15266523 or 2428183. OLE color: 2428183.
HSL color Cylindrical-coordinate representation of color #170D25: hue angle of 265º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #170D25 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 23 | 13 | 37 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.85 |
| HSL | 265º | 0.48% | 0.1% | - |
| HSV(B) | 265º | 0.65% | 0.15% | - |
| XYZ | 0.83 | 0.6 | 1.82 | - |
| YUV | 18.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 37 | 0.38 | 0.65 | 0 | 0.85 | 265 | 0.48 | 0.1 |
| Hex | 17 | D | 25 | 26 | 41 | 0 | 55 | 109 | 30 | A |
| Octal | 27 | 15 | 45 | 46 | 101 | 0 | 125 | 411 | 60 | 12 |
| Binary | 10111 | 1101 | 100101 | 100110 | 1000001 | 0 | 1010101 | 100001001 | 110000 | 1010 |
Color Harmonies of #170D25
Complementary color
Monochromatic Colors of #170D25
Black with #170D25
Text Example
Text Example
White with #170D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D25; }
p { color: rgb(23,13,37); }
H1.HeaderClassName
{
color: #170D25;
}
.AnyTagClassName
{
color: #170D25;
}
</style>
background-color css
<style>
a { background-color: #170D25; }
a { background-color: rgb(23,13,37); }
div.DivClassName
{
background-color: #170D25;
}
.BgClassName
{
background-color: #170D25;
}
</style>
border-color css
<style>
span { border-color: #170D25; }
span { border-color: rgb(23,13,37); }
td.TdClassName
{
border-color: #170D25;
}
.TagClassName
{
border-color: #170D25;
}
</style>