Shades of Blackcurrant #140520
Tints of Blackcurrant #140520
RGB
CMYK
RGB Variations
Color information
#140520 (or 0x140520) is known color: Blackcurrant. HEX triplet: 14, 05 and 20. RGB value is (20,5,32). Sum of RGB (Red+Green+Blue) = 20+5+32=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 32 (12.89% from 255 or 56.14% from 57); Max value from RGB is 32 - color contains mainly: blue. Hex color #140520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140520 is #EBFADF. Grayscale: #0C0C0C. Windows color (decimal): -15465184 or 2098452. OLE color: 2098452.
HSL color Cylindrical-coordinate representation of color #140520: hue angle of 273.33º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #140520 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 5 | 32 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.87 |
| HSL | 273.33º | 0.73% | 0.07% | - |
| HSV(B) | 273.33º | 0.84% | 0.13% | - |
| XYZ | 0.6 | 0.36 | 1.4 | - |
| YUV | 12.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 32 | 0.37 | 0.84 | 0 | 0.87 | 273.33 | 0.73 | 0.07 |
| Hex | 14 | 5 | 20 | 25 | 54 | 0 | 57 | 111 | 49 | 7 |
| Octal | 24 | 5 | 40 | 45 | 124 | 0 | 127 | 421 | 111 | 7 |
| Binary | 10100 | 101 | 100000 | 100101 | 1010100 | 0 | 1010111 | 100010001 | 1001001 | 111 |
Color Harmonies of #140520
Complementary color
Monochromatic Colors of #140520
Black with #140520
Text Example
Text Example
White with #140520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140520; }
p { color: rgb(20,5,32); }
H1.HeaderClassName
{
color: #140520;
}
.AnyTagClassName
{
color: #140520;
}
</style>
background-color css
<style>
a { background-color: #140520; }
a { background-color: rgb(20,5,32); }
div.DivClassName
{
background-color: #140520;
}
.BgClassName
{
background-color: #140520;
}
</style>
border-color css
<style>
span { border-color: #140520; }
span { border-color: rgb(20,5,32); }
td.TdClassName
{
border-color: #140520;
}
.TagClassName
{
border-color: #140520;
}
</style>