Shades of Blackcurrant #140F16
Tints of Blackcurrant #140F16
RGB
CMYK
RGB Variations
Color information
#140F16 (or 0x140F16) is known color: Blackcurrant. HEX triplet: 14, 0F and 16. RGB value is (20,15,22). Sum of RGB (Red+Green+Blue) = 20+15+22=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 22 - color contains mainly: blue. Hex color #140F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F16 is #EBF0E9. Grayscale: #111111. Windows color (decimal): -15462634 or 1445652. OLE color: 1445652.
HSL color Cylindrical-coordinate representation of color #140F16: hue angle of 282.86º degrees, saturation: 0.19, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #140F16 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 15 | 22 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.91 |
| HSL | 282.86º | 0.19% | 0.07% | - |
| HSV(B) | 282.86º | 0.32% | 0.09% | - |
| XYZ | 0.6 | 0.55 | 0.83 | - |
| YUV | 17.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 22 | 0.09 | 0.32 | 0 | 0.91 | 282.86 | 0.19 | 0.07 |
| Hex | 14 | F | 16 | 9 | 20 | 0 | 5B | 11B | 13 | 7 |
| Octal | 24 | 17 | 26 | 11 | 40 | 0 | 133 | 433 | 23 | 7 |
| Binary | 10100 | 1111 | 10110 | 1001 | 100000 | 0 | 1011011 | 100011011 | 10011 | 111 |
Color Harmonies of #140F16
Complementary color
Monochromatic Colors of #140F16
Black with #140F16
Text Example
Text Example
White with #140F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F16; }
p { color: rgb(20,15,22); }
H1.HeaderClassName
{
color: #140F16;
}
.AnyTagClassName
{
color: #140F16;
}
</style>
background-color css
<style>
a { background-color: #140F16; }
a { background-color: rgb(20,15,22); }
div.DivClassName
{
background-color: #140F16;
}
.BgClassName
{
background-color: #140F16;
}
</style>
border-color css
<style>
span { border-color: #140F16; }
span { border-color: rgb(20,15,22); }
td.TdClassName
{
border-color: #140F16;
}
.TagClassName
{
border-color: #140F16;
}
</style>