Shades of Blackcurrant #140019
Tints of Blackcurrant #140019
RGB
CMYK
RGB Variations
Color information
#140019 (or 0x140019) is known color: Blackcurrant. HEX triplet: 14, 00 and 19. RGB value is (20,0,25). Sum of RGB (Red+Green+Blue) = 20+0+25=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #140019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140019 is #EBFFE6. Grayscale: #080808. Windows color (decimal): -15466471 or 1638420. OLE color: 1638420.
HSL color Cylindrical-coordinate representation of color #140019: hue angle of 288º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140019 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 0 | 25 | - |
| CMYK | 0.20 | 1 | 0 | 0.90 |
| HSL | 288º | 1% | 0.05% | - |
| HSV(B) | 288º | 1% | 0.1% | - |
| XYZ | 0.46 | 0.22 | 0.94 | - |
| YUV | 8.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 25 | 0.20 | 1 | 0 | 0.90 | 288 | 1 | 0.05 |
| Hex | 14 | 0 | 19 | 14 | 64 | 0 | 5A | 120 | 64 | 5 |
| Octal | 24 | 0 | 31 | 24 | 144 | 0 | 132 | 440 | 144 | 5 |
| Binary | 10100 | 0 | 11001 | 10100 | 1100100 | 0 | 1011010 | 100100000 | 1100100 | 101 |
Color Harmonies of #140019
Complementary color
Monochromatic Colors of #140019
Black with #140019
Text Example
Text Example
White with #140019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140019; }
p { color: rgb(20,0,25); }
H1.HeaderClassName
{
color: #140019;
}
.AnyTagClassName
{
color: #140019;
}
</style>
background-color css
<style>
a { background-color: #140019; }
a { background-color: rgb(20,0,25); }
div.DivClassName
{
background-color: #140019;
}
.BgClassName
{
background-color: #140019;
}
</style>
border-color css
<style>
span { border-color: #140019; }
span { border-color: rgb(20,0,25); }
td.TdClassName
{
border-color: #140019;
}
.TagClassName
{
border-color: #140019;
}
</style>