Shades of Blackcurrant #140E1A
Tints of Blackcurrant #140E1A
RGB
CMYK
RGB Variations
Color information
#140E1A (or 0x140E1A) is known color: Blackcurrant. HEX triplet: 14, 0E and 1A. RGB value is (20,14,26). Sum of RGB (Red+Green+Blue) = 20+14+26=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 26 - color contains mainly: blue. Hex color #140E1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E1A is #EBF1E5. Grayscale: #111111. Windows color (decimal): -15462886 or 1707540. OLE color: 1707540.
HSL color Cylindrical-coordinate representation of color #140E1A: hue angle of 270º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #140E1A is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 14 | 26 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.90 |
| HSL | 270º | 0.3% | 0.08% | - |
| HSV(B) | 270º | 0.46% | 0.1% | - |
| XYZ | 0.63 | 0.54 | 1.05 | - |
| YUV | 17.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 26 | 0.23 | 0.46 | 0 | 0.90 | 270 | 0.3 | 0.08 |
| Hex | 14 | E | 1A | 17 | 2E | 0 | 5A | 10E | 1E | 8 |
| Octal | 24 | 16 | 32 | 27 | 56 | 0 | 132 | 416 | 36 | 10 |
| Binary | 10100 | 1110 | 11010 | 10111 | 101110 | 0 | 1011010 | 100001110 | 11110 | 1000 |
Color Harmonies of #140E1A
Complementary color
Monochromatic Colors of #140E1A
Black with #140E1A
Text Example
Text Example
White with #140E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E1A; }
p { color: rgb(20,14,26); }
H1.HeaderClassName
{
color: #140E1A;
}
.AnyTagClassName
{
color: #140E1A;
}
</style>
background-color css
<style>
a { background-color: #140E1A; }
a { background-color: rgb(20,14,26); }
div.DivClassName
{
background-color: #140E1A;
}
.BgClassName
{
background-color: #140E1A;
}
</style>
border-color css
<style>
span { border-color: #140E1A; }
span { border-color: rgb(20,14,26); }
td.TdClassName
{
border-color: #140E1A;
}
.TagClassName
{
border-color: #140E1A;
}
</style>