Shades of Blackcurrant #170F1D
Tints of Blackcurrant #170F1D
RGB
CMYK
RGB Variations
Color information
#170F1D (or 0x170F1D) is known color: Blackcurrant. HEX triplet: 17, 0F and 1D. RGB value is (23,15,29). Sum of RGB (Red+Green+Blue) = 23+15+29=67 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.33% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 29 - color contains mainly: blue. Hex color #170F1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170F1D is #E8F0E2. Grayscale: #121212. Windows color (decimal): -15266019 or 1904407. OLE color: 1904407.
HSL color Cylindrical-coordinate representation of color #170F1D: hue angle of 274.29º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #170F1D is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 15 | 29 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.89 |
| HSL | 274.29º | 0.32% | 0.09% | - |
| HSV(B) | 274.29º | 0.48% | 0.11% | - |
| XYZ | 0.75 | 0.61 | 1.24 | - |
| YUV | 18.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 29 | 0.21 | 0.48 | 0 | 0.89 | 274.29 | 0.32 | 0.09 |
| Hex | 17 | F | 1D | 15 | 30 | 0 | 59 | 112 | 20 | 9 |
| Octal | 27 | 17 | 35 | 25 | 60 | 0 | 131 | 422 | 40 | 11 |
| Binary | 10111 | 1111 | 11101 | 10101 | 110000 | 0 | 1011001 | 100010010 | 100000 | 1001 |
Color Harmonies of #170F1D
Complementary color
Monochromatic Colors of #170F1D
Black with #170F1D
Text Example
Text Example
White with #170F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F1D; }
p { color: rgb(23,15,29); }
H1.HeaderClassName
{
color: #170F1D;
}
.AnyTagClassName
{
color: #170F1D;
}
</style>
background-color css
<style>
a { background-color: #170F1D; }
a { background-color: rgb(23,15,29); }
div.DivClassName
{
background-color: #170F1D;
}
.BgClassName
{
background-color: #170F1D;
}
</style>
border-color css
<style>
span { border-color: #170F1D; }
span { border-color: rgb(23,15,29); }
td.TdClassName
{
border-color: #170F1D;
}
.TagClassName
{
border-color: #170F1D;
}
</style>