Shades of Blackcurrant #17141A
Tints of Blackcurrant #17141A
RGB
CMYK
RGB Variations
Color information
#17141A (or 0x17141A) is known color: Blackcurrant. HEX triplet: 17, 14 and 1A. RGB value is (23,20,26). Sum of RGB (Red+Green+Blue) = 23+20+26=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 26 - color contains mainly: blue. Hex color #17141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17141A is #E8EBE5. Grayscale: #151515. Windows color (decimal): -15264742 or 1709079. OLE color: 1709079.
HSL color Cylindrical-coordinate representation of color #17141A: hue angle of 270º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #17141A is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 23 | 20 | 26 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.90 |
| HSL | 270º | 0.13% | 0.09% | - |
| HSV(B) | 270º | 0.23% | 0.1% | - |
| XYZ | 0.79 | 0.76 | 1.08 | - |
| YUV | 21.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 26 | 0.12 | 0.23 | 0 | 0.90 | 270 | 0.13 | 0.09 |
| Hex | 17 | 14 | 1A | C | 17 | 0 | 5A | 10E | D | 9 |
| Octal | 27 | 24 | 32 | 14 | 27 | 0 | 132 | 416 | 15 | 11 |
| Binary | 10111 | 10100 | 11010 | 1100 | 10111 | 0 | 1011010 | 100001110 | 1101 | 1001 |
Color Harmonies of #17141A
Complementary color
Monochromatic Colors of #17141A
Black with #17141A
Text Example
Text Example
White with #17141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17141A; }
p { color: rgb(23,20,26); }
H1.HeaderClassName
{
color: #17141A;
}
.AnyTagClassName
{
color: #17141A;
}
</style>
background-color css
<style>
a { background-color: #17141A; }
a { background-color: rgb(23,20,26); }
div.DivClassName
{
background-color: #17141A;
}
.BgClassName
{
background-color: #17141A;
}
</style>
border-color css
<style>
span { border-color: #17141A; }
span { border-color: rgb(23,20,26); }
td.TdClassName
{
border-color: #17141A;
}
.TagClassName
{
border-color: #17141A;
}
</style>