Shades of Blackcurrant #140620
Tints of Blackcurrant #140620
RGB
CMYK
RGB Variations
Color information
#140620 (or 0x140620) is known color: Blackcurrant. HEX triplet: 14, 06 and 20. RGB value is (20,6,32). Sum of RGB (Red+Green+Blue) = 20+6+32=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #140620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140620 is #EBF9DF. Grayscale: #0D0D0D. Windows color (decimal): -15464928 or 2098708. OLE color: 2098708.
HSL color Cylindrical-coordinate representation of color #140620: hue angle of 272.31º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #140620 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 6 | 32 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.87 |
| HSL | 272.31º | 0.68% | 0.07% | - |
| HSV(B) | 272.31º | 0.81% | 0.13% | - |
| XYZ | 0.61 | 0.38 | 1.41 | - |
| YUV | 13.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 32 | 0.37 | 0.81 | 0 | 0.87 | 272.31 | 0.68 | 0.07 |
| Hex | 14 | 6 | 20 | 25 | 51 | 0 | 57 | 110 | 44 | 7 |
| Octal | 24 | 6 | 40 | 45 | 121 | 0 | 127 | 420 | 104 | 7 |
| Binary | 10100 | 110 | 100000 | 100101 | 1010001 | 0 | 1010111 | 100010000 | 1000100 | 111 |
Color Harmonies of #140620
Complementary color
Monochromatic Colors of #140620
Black with #140620
Text Example
Text Example
White with #140620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140620; }
p { color: rgb(20,6,32); }
H1.HeaderClassName
{
color: #140620;
}
.AnyTagClassName
{
color: #140620;
}
</style>
background-color css
<style>
a { background-color: #140620; }
a { background-color: rgb(20,6,32); }
div.DivClassName
{
background-color: #140620;
}
.BgClassName
{
background-color: #140620;
}
</style>
border-color css
<style>
span { border-color: #140620; }
span { border-color: rgb(20,6,32); }
td.TdClassName
{
border-color: #140620;
}
.TagClassName
{
border-color: #140620;
}
</style>