Shades of Blackcurrant #140316
Tints of Blackcurrant #140316
RGB
CMYK
RGB Variations
Color information
#140316 (or 0x140316) is known color: Blackcurrant. HEX triplet: 14, 03 and 16. RGB value is (20,3,22). Sum of RGB (Red+Green+Blue) = 20+3+22=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #140316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140316 is #EBFCE9. Grayscale: #0A0A0A. Windows color (decimal): -15465706 or 1442580. OLE color: 1442580.
HSL color Cylindrical-coordinate representation of color #140316: hue angle of 293.68º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #140316 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 3 | 22 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.91 |
| HSL | 293.68º | 0.76% | 0.05% | - |
| HSV(B) | 293.68º | 0.86% | 0.09% | - |
| XYZ | 0.47 | 0.27 | 0.79 | - |
| YUV | 10.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 22 | 0.09 | 0.86 | 0 | 0.91 | 293.68 | 0.76 | 0.05 |
| Hex | 14 | 3 | 16 | 9 | 56 | 0 | 5B | 126 | 4C | 5 |
| Octal | 24 | 3 | 26 | 11 | 126 | 0 | 133 | 446 | 114 | 5 |
| Binary | 10100 | 11 | 10110 | 1001 | 1010110 | 0 | 1011011 | 100100110 | 1001100 | 101 |
Color Harmonies of #140316
Complementary color
Monochromatic Colors of #140316
Black with #140316
Text Example
Text Example
White with #140316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140316; }
p { color: rgb(20,3,22); }
H1.HeaderClassName
{
color: #140316;
}
.AnyTagClassName
{
color: #140316;
}
</style>
background-color css
<style>
a { background-color: #140316; }
a { background-color: rgb(20,3,22); }
div.DivClassName
{
background-color: #140316;
}
.BgClassName
{
background-color: #140316;
}
</style>
border-color css
<style>
span { border-color: #140316; }
span { border-color: rgb(20,3,22); }
td.TdClassName
{
border-color: #140316;
}
.TagClassName
{
border-color: #140316;
}
</style>