Shades of Blackcurrant #140719
Tints of Blackcurrant #140719
RGB
CMYK
RGB Variations
Color information
#140719 (or 0x140719) is known color: Blackcurrant. HEX triplet: 14, 07 and 19. RGB value is (20,7,25). Sum of RGB (Red+Green+Blue) = 20+7+25=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #140719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140719 is #EBF8E6. Grayscale: #0C0C0C. Windows color (decimal): -15464679 or 1640212. OLE color: 1640212.
HSL color Cylindrical-coordinate representation of color #140719: hue angle of 283.33º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #140719 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 7 | 25 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.90 |
| HSL | 283.33º | 0.56% | 0.06% | - |
| HSV(B) | 283.33º | 0.72% | 0.1% | - |
| XYZ | 0.54 | 0.37 | 0.96 | - |
| YUV | 12.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 25 | 0.20 | 0.72 | 0 | 0.90 | 283.33 | 0.56 | 0.06 |
| Hex | 14 | 7 | 19 | 14 | 48 | 0 | 5A | 11B | 38 | 6 |
| Octal | 24 | 7 | 31 | 24 | 110 | 0 | 132 | 433 | 70 | 6 |
| Binary | 10100 | 111 | 11001 | 10100 | 1001000 | 0 | 1011010 | 100011011 | 111000 | 110 |
Color Harmonies of #140719
Complementary color
Monochromatic Colors of #140719
Black with #140719
Text Example
Text Example
White with #140719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140719; }
p { color: rgb(20,7,25); }
H1.HeaderClassName
{
color: #140719;
}
.AnyTagClassName
{
color: #140719;
}
</style>
background-color css
<style>
a { background-color: #140719; }
a { background-color: rgb(20,7,25); }
div.DivClassName
{
background-color: #140719;
}
.BgClassName
{
background-color: #140719;
}
</style>
border-color css
<style>
span { border-color: #140719; }
span { border-color: rgb(20,7,25); }
td.TdClassName
{
border-color: #140719;
}
.TagClassName
{
border-color: #140719;
}
</style>