Shades of Blackcurrant #140E19
Tints of Blackcurrant #140E19
RGB
CMYK
RGB Variations
Color information
#140E19 (or 0x140E19) is known color: Blackcurrant. HEX triplet: 14, 0E and 19. RGB value is (20,14,25). Sum of RGB (Red+Green+Blue) = 20+14+25=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 25 - color contains mainly: blue. Hex color #140E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E19 is #EBF1E6. Grayscale: #111111. Windows color (decimal): -15462887 or 1642004. OLE color: 1642004.
HSL color Cylindrical-coordinate representation of color #140E19: hue angle of 272.73º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #140E19 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
RGB | 20 | 14 | 25 | - |
CMYK | 0.20 | 0.44 | 0 | 0.90 |
HSL | 272.73º | 0.28% | 0.08% | - |
HSV(B) | 272.73º | 0.44% | 0.1% | - |
XYZ | 0.62 | 0.53 | 0.99 | - |
YUV | 17.05 | 132.49 | 130.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 20 | 14 | 25 | 0.20 | 0.44 | 0 | 0.90 | 272.73 | 0.28 | 0.08 |
Hex | 14 | E | 19 | 14 | 2C | 0 | 5A | 111 | 1C | 8 |
Octal | 24 | 16 | 31 | 24 | 54 | 0 | 132 | 421 | 34 | 10 |
Binary | 10100 | 1110 | 11001 | 10100 | 101100 | 0 | 1011010 | 100010001 | 11100 | 1000 |
Color Harmonies of #140E19
Complementary color
Monochromatic Colors of #140E19
Black with #140E19
Text Example
Text Example
White with #140E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E19; }
p { color: rgb(20,14,25); }
H1.HeaderClassName
{
color: #140E19;
}
.AnyTagClassName
{
color: #140E19;
}
</style>
background-color css
<style>
a { background-color: #140E19; }
a { background-color: rgb(20,14,25); }
div.DivClassName
{
background-color: #140E19;
}
.BgClassName
{
background-color: #140E19;
}
</style>
border-color css
<style>
span { border-color: #140E19; }
span { border-color: rgb(20,14,25); }
td.TdClassName
{
border-color: #140E19;
}
.TagClassName
{
border-color: #140E19;
}
</style>