Shades of Blackcurrant #140F19
Tints of Blackcurrant #140F19
RGB
CMYK
RGB Variations
Color information
#140F19 (or 0x140F19) is known color: Blackcurrant. HEX triplet: 14, 0F and 19. RGB value is (20,15,25). Sum of RGB (Red+Green+Blue) = 20+15+25=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 25 - color contains mainly: blue. Hex color #140F19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F19 is #EBF0E6. Grayscale: #111111. Windows color (decimal): -15462631 or 1642260. OLE color: 1642260.
HSL color Cylindrical-coordinate representation of color #140F19: hue angle of 270º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #140F19 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 15 | 25 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.90 |
| HSL | 270º | 0.25% | 0.08% | - |
| HSV(B) | 270º | 0.4% | 0.1% | - |
| XYZ | 0.63 | 0.56 | 0.99 | - |
| YUV | 17.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 25 | 0.20 | 0.40 | 0 | 0.90 | 270 | 0.25 | 0.08 |
| Hex | 14 | F | 19 | 14 | 28 | 0 | 5A | 10E | 19 | 8 |
| Octal | 24 | 17 | 31 | 24 | 50 | 0 | 132 | 416 | 31 | 10 |
| Binary | 10100 | 1111 | 11001 | 10100 | 101000 | 0 | 1011010 | 100001110 | 11001 | 1000 |
Color Harmonies of #140F19
Complementary color
Monochromatic Colors of #140F19
Black with #140F19
Text Example
Text Example
White with #140F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F19; }
p { color: rgb(20,15,25); }
H1.HeaderClassName
{
color: #140F19;
}
.AnyTagClassName
{
color: #140F19;
}
</style>
background-color css
<style>
a { background-color: #140F19; }
a { background-color: rgb(20,15,25); }
div.DivClassName
{
background-color: #140F19;
}
.BgClassName
{
background-color: #140F19;
}
</style>
border-color css
<style>
span { border-color: #140F19; }
span { border-color: rgb(20,15,25); }
td.TdClassName
{
border-color: #140F19;
}
.TagClassName
{
border-color: #140F19;
}
</style>