Shades of Blackcurrant #170A25
Tints of Blackcurrant #170A25
RGB
CMYK
RGB Variations
Color information
#170A25 (or 0x170A25) is known color: Blackcurrant. HEX triplet: 17, 0A and 25. RGB value is (23,10,37). Sum of RGB (Red+Green+Blue) = 23+10+37=70 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.86% from 70); Green value is 10 (4.30% from 255 or 14.29% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #170A25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170A25 is #E8F5DA. Grayscale: #101010. Windows color (decimal): -15267291 or 2427415. OLE color: 2427415.
HSL color Cylindrical-coordinate representation of color #170A25: hue angle of 268.89º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #170A25 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 23 | 10 | 37 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.85 |
| HSL | 268.89º | 0.57% | 0.09% | - |
| HSV(B) | 268.89º | 0.73% | 0.15% | - |
| XYZ | 0.8 | 0.53 | 1.81 | - |
| YUV | 16.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 37 | 0.38 | 0.73 | 0 | 0.85 | 268.89 | 0.57 | 0.09 |
| Hex | 17 | A | 25 | 26 | 49 | 0 | 55 | 10D | 39 | 9 |
| Octal | 27 | 12 | 45 | 46 | 111 | 0 | 125 | 415 | 71 | 11 |
| Binary | 10111 | 1010 | 100101 | 100110 | 1001001 | 0 | 1010101 | 100001101 | 111001 | 1001 |
Color Harmonies of #170A25
Complementary color
Monochromatic Colors of #170A25
Black with #170A25
Text Example
Text Example
White with #170A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A25; }
p { color: rgb(23,10,37); }
H1.HeaderClassName
{
color: #170A25;
}
.AnyTagClassName
{
color: #170A25;
}
</style>
background-color css
<style>
a { background-color: #170A25; }
a { background-color: rgb(23,10,37); }
div.DivClassName
{
background-color: #170A25;
}
.BgClassName
{
background-color: #170A25;
}
</style>
border-color css
<style>
span { border-color: #170A25; }
span { border-color: rgb(23,10,37); }
td.TdClassName
{
border-color: #170A25;
}
.TagClassName
{
border-color: #170A25;
}
</style>