Shades of Blackcurrant #140819
Tints of Blackcurrant #140819
RGB
CMYK
RGB Variations
Color information
#140819 (or 0x140819) is known color: Blackcurrant. HEX triplet: 14, 08 and 19. RGB value is (20,8,25). Sum of RGB (Red+Green+Blue) = 20+8+25=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #140819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140819 is #EBF7E6. Grayscale: #0D0D0D. Windows color (decimal): -15464423 or 1640468. OLE color: 1640468.
HSL color Cylindrical-coordinate representation of color #140819: hue angle of 282.35º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #140819 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 8 | 25 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.90 |
| HSL | 282.35º | 0.52% | 0.06% | - |
| HSV(B) | 282.35º | 0.68% | 0.1% | - |
| XYZ | 0.55 | 0.39 | 0.97 | - |
| YUV | 13.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 25 | 0.20 | 0.68 | 0 | 0.90 | 282.35 | 0.52 | 0.06 |
| Hex | 14 | 8 | 19 | 14 | 44 | 0 | 5A | 11A | 34 | 6 |
| Octal | 24 | 10 | 31 | 24 | 104 | 0 | 132 | 432 | 64 | 6 |
| Binary | 10100 | 1000 | 11001 | 10100 | 1000100 | 0 | 1011010 | 100011010 | 110100 | 110 |
Color Harmonies of #140819
Complementary color
Monochromatic Colors of #140819
Black with #140819
Text Example
Text Example
White with #140819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140819; }
p { color: rgb(20,8,25); }
H1.HeaderClassName
{
color: #140819;
}
.AnyTagClassName
{
color: #140819;
}
</style>
background-color css
<style>
a { background-color: #140819; }
a { background-color: rgb(20,8,25); }
div.DivClassName
{
background-color: #140819;
}
.BgClassName
{
background-color: #140819;
}
</style>
border-color css
<style>
span { border-color: #140819; }
span { border-color: rgb(20,8,25); }
td.TdClassName
{
border-color: #140819;
}
.TagClassName
{
border-color: #140819;
}
</style>