Shades of Blackcurrant #140720
Tints of Blackcurrant #140720
RGB
CMYK
RGB Variations
Color information
#140720 (or 0x140720) is known color: Blackcurrant. HEX triplet: 14, 07 and 20. RGB value is (20,7,32). Sum of RGB (Red+Green+Blue) = 20+7+32=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #140720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140720 is #EBF8DF. Grayscale: #0D0D0D. Windows color (decimal): -15464672 or 2098964. OLE color: 2098964.
HSL color Cylindrical-coordinate representation of color #140720: hue angle of 271.2º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #140720 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 7 | 32 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.87 |
| HSL | 271.2º | 0.64% | 0.08% | - |
| HSV(B) | 271.2º | 0.78% | 0.13% | - |
| XYZ | 0.63 | 0.4 | 1.41 | - |
| YUV | 13.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 32 | 0.37 | 0.78 | 0 | 0.87 | 271.2 | 0.64 | 0.08 |
| Hex | 14 | 7 | 20 | 25 | 4E | 0 | 57 | 10F | 40 | 8 |
| Octal | 24 | 7 | 40 | 45 | 116 | 0 | 127 | 417 | 100 | 10 |
| Binary | 10100 | 111 | 100000 | 100101 | 1001110 | 0 | 1010111 | 100001111 | 1000000 | 1000 |
Color Harmonies of #140720
Complementary color
Monochromatic Colors of #140720
Black with #140720
Text Example
Text Example
White with #140720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140720; }
p { color: rgb(20,7,32); }
H1.HeaderClassName
{
color: #140720;
}
.AnyTagClassName
{
color: #140720;
}
</style>
background-color css
<style>
a { background-color: #140720; }
a { background-color: rgb(20,7,32); }
div.DivClassName
{
background-color: #140720;
}
.BgClassName
{
background-color: #140720;
}
</style>
border-color css
<style>
span { border-color: #140720; }
span { border-color: rgb(20,7,32); }
td.TdClassName
{
border-color: #140720;
}
.TagClassName
{
border-color: #140720;
}
</style>