Shades of Blackcurrant #170E1C
Tints of Blackcurrant #170E1C
RGB
CMYK
RGB Variations
Color information
#170E1C (or 0x170E1C) is known color: Blackcurrant. HEX triplet: 17, 0E and 1C. RGB value is (23,14,28). Sum of RGB (Red+Green+Blue) = 23+14+28=65 (8% of max value = 765). Red value is 23 (9.38% from 255 or 35.38% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: blue. Hex color #170E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170E1C is #E8F1E3. Grayscale: #121212. Windows color (decimal): -15266276 or 1838615. OLE color: 1838615.
HSL color Cylindrical-coordinate representation of color #170E1C: hue angle of 278.57º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #170E1C is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 14 | 28 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.89 |
| HSL | 278.57º | 0.33% | 0.08% | - |
| HSV(B) | 278.57º | 0.5% | 0.11% | - |
| XYZ | 0.72 | 0.58 | 1.17 | - |
| YUV | 18.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 28 | 0.18 | 0.50 | 0 | 0.89 | 278.57 | 0.33 | 0.08 |
| Hex | 17 | E | 1C | 12 | 32 | 0 | 59 | 117 | 21 | 8 |
| Octal | 27 | 16 | 34 | 22 | 62 | 0 | 131 | 427 | 41 | 10 |
| Binary | 10111 | 1110 | 11100 | 10010 | 110010 | 0 | 1011001 | 100010111 | 100001 | 1000 |
Color Harmonies of #170E1C
Complementary color
Monochromatic Colors of #170E1C
Black with #170E1C
Text Example
Text Example
White with #170E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170E1C; }
p { color: rgb(23,14,28); }
H1.HeaderClassName
{
color: #170E1C;
}
.AnyTagClassName
{
color: #170E1C;
}
</style>
background-color css
<style>
a { background-color: #170E1C; }
a { background-color: rgb(23,14,28); }
div.DivClassName
{
background-color: #170E1C;
}
.BgClassName
{
background-color: #170E1C;
}
</style>
border-color css
<style>
span { border-color: #170E1C; }
span { border-color: rgb(23,14,28); }
td.TdClassName
{
border-color: #170E1C;
}
.TagClassName
{
border-color: #170E1C;
}
</style>