Shades of Blackcurrant #170F1E
Tints of Blackcurrant #170F1E
RGB
CMYK
RGB Variations
Color information
#170F1E (or 0x170F1E) is known color: Blackcurrant. HEX triplet: 17, 0F and 1E. RGB value is (23,15,30). Sum of RGB (Red+Green+Blue) = 23+15+30=68 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.82% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: blue. Hex color #170F1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170F1E is #E8F0E1. Grayscale: #131313. Windows color (decimal): -15266018 or 1969943. OLE color: 1969943.
HSL color Cylindrical-coordinate representation of color #170F1E: hue angle of 272º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #170F1E is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 15 | 30 | - |
| CMYK | 0.23 | 0.5 | 0 | 0.88 |
| HSL | 272º | 0.33% | 0.09% | - |
| HSV(B) | 272º | 0.5% | 0.12% | - |
| XYZ | 0.76 | 0.62 | 1.31 | - |
| YUV | 19.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 30 | 0.23 | 0.5 | 0 | 0.88 | 272 | 0.33 | 0.09 |
| Hex | 17 | F | 1E | 17 | 32 | 0 | 58 | 110 | 21 | 9 |
| Octal | 27 | 17 | 36 | 27 | 62 | 0 | 130 | 420 | 41 | 11 |
| Binary | 10111 | 1111 | 11110 | 10111 | 110010 | 0 | 1011000 | 100010000 | 100001 | 1001 |
Color Harmonies of #170F1E
Complementary color
Monochromatic Colors of #170F1E
Black with #170F1E
Text Example
Text Example
White with #170F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F1E; }
p { color: rgb(23,15,30); }
H1.HeaderClassName
{
color: #170F1E;
}
.AnyTagClassName
{
color: #170F1E;
}
</style>
background-color css
<style>
a { background-color: #170F1E; }
a { background-color: rgb(23,15,30); }
div.DivClassName
{
background-color: #170F1E;
}
.BgClassName
{
background-color: #170F1E;
}
</style>
border-color css
<style>
span { border-color: #170F1E; }
span { border-color: rgb(23,15,30); }
td.TdClassName
{
border-color: #170F1E;
}
.TagClassName
{
border-color: #170F1E;
}
</style>