Shades of Blackcurrant #17141B
Tints of Blackcurrant #17141B
RGB
CMYK
RGB Variations
Color information
#17141B (or 0x17141B) is known color: Blackcurrant. HEX triplet: 17, 14 and 1B. RGB value is (23,20,27). Sum of RGB (Red+Green+Blue) = 23+20+27=70 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.86% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 27 - color contains mainly: blue. Hex color #17141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17141B is #E8EBE4. Grayscale: #151515. Windows color (decimal): -15264741 or 1774615. OLE color: 1774615.
HSL color Cylindrical-coordinate representation of color #17141B: hue angle of 265.71º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #17141B is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 20 | 27 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.89 |
| HSL | 265.71º | 0.15% | 0.09% | - |
| HSV(B) | 265.71º | 0.26% | 0.11% | - |
| XYZ | 0.8 | 0.76 | 1.14 | - |
| YUV | 21.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 27 | 0.15 | 0.26 | 0 | 0.89 | 265.71 | 0.15 | 0.09 |
| Hex | 17 | 14 | 1B | F | 1A | 0 | 59 | 10A | F | 9 |
| Octal | 27 | 24 | 33 | 17 | 32 | 0 | 131 | 412 | 17 | 11 |
| Binary | 10111 | 10100 | 11011 | 1111 | 11010 | 0 | 1011001 | 100001010 | 1111 | 1001 |
Color Harmonies of #17141B
Complementary color
Monochromatic Colors of #17141B
Black with #17141B
Text Example
Text Example
White with #17141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17141B; }
p { color: rgb(23,20,27); }
H1.HeaderClassName
{
color: #17141B;
}
.AnyTagClassName
{
color: #17141B;
}
</style>
background-color css
<style>
a { background-color: #17141B; }
a { background-color: rgb(23,20,27); }
div.DivClassName
{
background-color: #17141B;
}
.BgClassName
{
background-color: #17141B;
}
</style>
border-color css
<style>
span { border-color: #17141B; }
span { border-color: rgb(23,20,27); }
td.TdClassName
{
border-color: #17141B;
}
.TagClassName
{
border-color: #17141B;
}
</style>