Shades of Blackcurrant #140516
Tints of Blackcurrant #140516
RGB
CMYK
RGB Variations
Color information
#140516 (or 0x140516) is known color: Blackcurrant. HEX triplet: 14, 05 and 16. RGB value is (20,5,22). Sum of RGB (Red+Green+Blue) = 20+5+22=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #140516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140516 is #EBFAE9. Grayscale: #0B0B0B. Windows color (decimal): -15465194 or 1443092. OLE color: 1443092.
HSL color Cylindrical-coordinate representation of color #140516: hue angle of 292.94º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #140516 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 5 | 22 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.91 |
| HSL | 292.94º | 0.63% | 0.05% | - |
| HSV(B) | 292.94º | 0.77% | 0.09% | - |
| XYZ | 0.49 | 0.32 | 0.79 | - |
| YUV | 11.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 22 | 0.09 | 0.77 | 0 | 0.91 | 292.94 | 0.63 | 0.05 |
| Hex | 14 | 5 | 16 | 9 | 4D | 0 | 5B | 125 | 3F | 5 |
| Octal | 24 | 5 | 26 | 11 | 115 | 0 | 133 | 445 | 77 | 5 |
| Binary | 10100 | 101 | 10110 | 1001 | 1001101 | 0 | 1011011 | 100100101 | 111111 | 101 |
Color Harmonies of #140516
Complementary color
Monochromatic Colors of #140516
Black with #140516
Text Example
Text Example
White with #140516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140516; }
p { color: rgb(20,5,22); }
H1.HeaderClassName
{
color: #140516;
}
.AnyTagClassName
{
color: #140516;
}
</style>
background-color css
<style>
a { background-color: #140516; }
a { background-color: rgb(20,5,22); }
div.DivClassName
{
background-color: #140516;
}
.BgClassName
{
background-color: #140516;
}
</style>
border-color css
<style>
span { border-color: #140516; }
span { border-color: rgb(20,5,22); }
td.TdClassName
{
border-color: #140516;
}
.TagClassName
{
border-color: #140516;
}
</style>