Shades of Blackcurrant #141116
Tints of Blackcurrant #141116
RGB
CMYK
RGB Variations
Color information
#141116 (or 0x141116) is known color: Blackcurrant. HEX triplet: 14, 11 and 16. RGB value is (20,17,22). Sum of RGB (Red+Green+Blue) = 20+17+22=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 22 - color contains mainly: blue. Hex color #141116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141116 is #EBEEE9. Grayscale: #121212. Windows color (decimal): -15462122 or 1446164. OLE color: 1446164.
HSL color Cylindrical-coordinate representation of color #141116: hue angle of 276º degrees, saturation: 0.13, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #141116 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 17 | 22 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.91 |
| HSL | 276º | 0.13% | 0.08% | - |
| HSV(B) | 276º | 0.23% | 0.09% | - |
| XYZ | 0.63 | 0.61 | 0.84 | - |
| YUV | 18.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 22 | 0.09 | 0.23 | 0 | 0.91 | 276 | 0.13 | 0.08 |
| Hex | 14 | 11 | 16 | 9 | 17 | 0 | 5B | 114 | D | 8 |
| Octal | 24 | 21 | 26 | 11 | 27 | 0 | 133 | 424 | 15 | 10 |
| Binary | 10100 | 10001 | 10110 | 1001 | 10111 | 0 | 1011011 | 100010100 | 1101 | 1000 |
Color Harmonies of #141116
Complementary color
Monochromatic Colors of #141116
Black with #141116
Text Example
Text Example
White with #141116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141116; }
p { color: rgb(20,17,22); }
H1.HeaderClassName
{
color: #141116;
}
.AnyTagClassName
{
color: #141116;
}
</style>
background-color css
<style>
a { background-color: #141116; }
a { background-color: rgb(20,17,22); }
div.DivClassName
{
background-color: #141116;
}
.BgClassName
{
background-color: #141116;
}
</style>
border-color css
<style>
span { border-color: #141116; }
span { border-color: rgb(20,17,22); }
td.TdClassName
{
border-color: #141116;
}
.TagClassName
{
border-color: #141116;
}
</style>