Shades of Blackcurrant #170F1C
Tints of Blackcurrant #170F1C
RGB
CMYK
RGB Variations
Color information
#170F1C (or 0x170F1C) is known color: Blackcurrant. HEX triplet: 17, 0F and 1C. RGB value is (23,15,28). Sum of RGB (Red+Green+Blue) = 23+15+28=66 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.85% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #170F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170F1C is #E8F0E3. Grayscale: #121212. Windows color (decimal): -15266020 or 1838871. OLE color: 1838871.
HSL color Cylindrical-coordinate representation of color #170F1C: hue angle of 276.92º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #170F1C is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 15 | 28 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.89 |
| HSL | 276.92º | 0.3% | 0.08% | - |
| HSV(B) | 276.92º | 0.46% | 0.11% | - |
| XYZ | 0.73 | 0.61 | 1.18 | - |
| YUV | 18.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 28 | 0.18 | 0.46 | 0 | 0.89 | 276.92 | 0.3 | 0.08 |
| Hex | 17 | F | 1C | 12 | 2E | 0 | 59 | 115 | 1E | 8 |
| Octal | 27 | 17 | 34 | 22 | 56 | 0 | 131 | 425 | 36 | 10 |
| Binary | 10111 | 1111 | 11100 | 10010 | 101110 | 0 | 1011001 | 100010101 | 11110 | 1000 |
Color Harmonies of #170F1C
Complementary color
Monochromatic Colors of #170F1C
Black with #170F1C
Text Example
Text Example
White with #170F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F1C; }
p { color: rgb(23,15,28); }
H1.HeaderClassName
{
color: #170F1C;
}
.AnyTagClassName
{
color: #170F1C;
}
</style>
background-color css
<style>
a { background-color: #170F1C; }
a { background-color: rgb(23,15,28); }
div.DivClassName
{
background-color: #170F1C;
}
.BgClassName
{
background-color: #170F1C;
}
</style>
border-color css
<style>
span { border-color: #170F1C; }
span { border-color: rgb(23,15,28); }
td.TdClassName
{
border-color: #170F1C;
}
.TagClassName
{
border-color: #170F1C;
}
</style>