Shades of Blackcurrant #140517
Tints of Blackcurrant #140517
RGB
CMYK
RGB Variations
Color information
#140517 (or 0x140517) is known color: Blackcurrant. HEX triplet: 14, 05 and 17. RGB value is (20,5,23). Sum of RGB (Red+Green+Blue) = 20+5+23=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #140517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140517 is #EBFAE8. Grayscale: #0B0B0B. Windows color (decimal): -15465193 or 1508628. OLE color: 1508628.
HSL color Cylindrical-coordinate representation of color #140517: hue angle of 290º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #140517 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 5 | 23 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.91 |
| HSL | 290º | 0.64% | 0.05% | - |
| HSV(B) | 290º | 0.78% | 0.09% | - |
| XYZ | 0.5 | 0.32 | 0.85 | - |
| YUV | 11.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 23 | 0.13 | 0.78 | 0 | 0.91 | 290 | 0.64 | 0.05 |
| Hex | 14 | 5 | 17 | D | 4E | 0 | 5B | 122 | 40 | 5 |
| Octal | 24 | 5 | 27 | 15 | 116 | 0 | 133 | 442 | 100 | 5 |
| Binary | 10100 | 101 | 10111 | 1101 | 1001110 | 0 | 1011011 | 100100010 | 1000000 | 101 |
Color Harmonies of #140517
Complementary color
Monochromatic Colors of #140517
Black with #140517
Text Example
Text Example
White with #140517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140517; }
p { color: rgb(20,5,23); }
H1.HeaderClassName
{
color: #140517;
}
.AnyTagClassName
{
color: #140517;
}
</style>
background-color css
<style>
a { background-color: #140517; }
a { background-color: rgb(20,5,23); }
div.DivClassName
{
background-color: #140517;
}
.BgClassName
{
background-color: #140517;
}
</style>
border-color css
<style>
span { border-color: #140517; }
span { border-color: rgb(20,5,23); }
td.TdClassName
{
border-color: #140517;
}
.TagClassName
{
border-color: #140517;
}
</style>