Shades of Blackcurrant #140718
Tints of Blackcurrant #140718
RGB
CMYK
RGB Variations
Color information
#140718 (or 0x140718) is known color: Blackcurrant. HEX triplet: 14, 07 and 18. RGB value is (20,7,24). Sum of RGB (Red+Green+Blue) = 20+7+24=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #140718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140718 is #EBF8E7. Grayscale: #0C0C0C. Windows color (decimal): -15464680 or 1574676. OLE color: 1574676.
HSL color Cylindrical-coordinate representation of color #140718: hue angle of 285.88º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #140718 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 7 | 24 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.91 |
| HSL | 285.88º | 0.55% | 0.06% | - |
| HSV(B) | 285.88º | 0.71% | 0.09% | - |
| XYZ | 0.53 | 0.37 | 0.91 | - |
| YUV | 12.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 24 | 0.17 | 0.71 | 0 | 0.91 | 285.88 | 0.55 | 0.06 |
| Hex | 14 | 7 | 18 | 11 | 47 | 0 | 5B | 11E | 37 | 6 |
| Octal | 24 | 7 | 30 | 21 | 107 | 0 | 133 | 436 | 67 | 6 |
| Binary | 10100 | 111 | 11000 | 10001 | 1000111 | 0 | 1011011 | 100011110 | 110111 | 110 |
Color Harmonies of #140718
Complementary color
Monochromatic Colors of #140718
Black with #140718
Text Example
Text Example
White with #140718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140718; }
p { color: rgb(20,7,24); }
H1.HeaderClassName
{
color: #140718;
}
.AnyTagClassName
{
color: #140718;
}
</style>
background-color css
<style>
a { background-color: #140718; }
a { background-color: rgb(20,7,24); }
div.DivClassName
{
background-color: #140718;
}
.BgClassName
{
background-color: #140718;
}
</style>
border-color css
<style>
span { border-color: #140718; }
span { border-color: rgb(20,7,24); }
td.TdClassName
{
border-color: #140718;
}
.TagClassName
{
border-color: #140718;
}
</style>