Shades of Blackcurrant #140120
Tints of Blackcurrant #140120
RGB
CMYK
RGB Variations
Color information
#140120 (or 0x140120) is known color: Blackcurrant. HEX triplet: 14, 01 and 20. RGB value is (20,1,32). Sum of RGB (Red+Green+Blue) = 20+1+32=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 32 (12.89% from 255 or 60.38% from 53); Max value from RGB is 32 - color contains mainly: blue. Hex color #140120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140120 is #EBFEDF. Grayscale: #0A0A0A. Windows color (decimal): -15466208 or 2097428. OLE color: 2097428.
HSL color Cylindrical-coordinate representation of color #140120: hue angle of 276.77º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140120 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 1 | 32 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.87 |
| HSL | 276.77º | 0.94% | 0.06% | - |
| HSV(B) | 276.77º | 0.97% | 0.13% | - |
| XYZ | 0.56 | 0.27 | 1.39 | - |
| YUV | 10.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 32 | 0.37 | 0.97 | 0 | 0.87 | 276.77 | 0.94 | 0.06 |
| Hex | 14 | 1 | 20 | 25 | 61 | 0 | 57 | 115 | 5E | 6 |
| Octal | 24 | 1 | 40 | 45 | 141 | 0 | 127 | 425 | 136 | 6 |
| Binary | 10100 | 1 | 100000 | 100101 | 1100001 | 0 | 1010111 | 100010101 | 1011110 | 110 |
Color Harmonies of #140120
Complementary color
Monochromatic Colors of #140120
Black with #140120
Text Example
Text Example
White with #140120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140120; }
p { color: rgb(20,1,32); }
H1.HeaderClassName
{
color: #140120;
}
.AnyTagClassName
{
color: #140120;
}
</style>
background-color css
<style>
a { background-color: #140120; }
a { background-color: rgb(20,1,32); }
div.DivClassName
{
background-color: #140120;
}
.BgClassName
{
background-color: #140120;
}
</style>
border-color css
<style>
span { border-color: #140120; }
span { border-color: rgb(20,1,32); }
td.TdClassName
{
border-color: #140120;
}
.TagClassName
{
border-color: #140120;
}
</style>