Shades of Blackcurrant #140E17
Tints of Blackcurrant #140E17
RGB
CMYK
RGB Variations
Color information
#140E17 (or 0x140E17) is known color: Blackcurrant. HEX triplet: 14, 0E and 17. RGB value is (20,14,23). Sum of RGB (Red+Green+Blue) = 20+14+23=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 23 - color contains mainly: blue. Hex color #140E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E17 is #EBF1E8. Grayscale: #101010. Windows color (decimal): -15462889 or 1510932. OLE color: 1510932.
HSL color Cylindrical-coordinate representation of color #140E17: hue angle of 280º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #140E17 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 14 | 23 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.91 |
| HSL | 280º | 0.24% | 0.07% | - |
| HSV(B) | 280º | 0.39% | 0.09% | - |
| XYZ | 0.6 | 0.52 | 0.88 | - |
| YUV | 16.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 23 | 0.13 | 0.39 | 0 | 0.91 | 280 | 0.24 | 0.07 |
| Hex | 14 | E | 17 | D | 27 | 0 | 5B | 118 | 18 | 7 |
| Octal | 24 | 16 | 27 | 15 | 47 | 0 | 133 | 430 | 30 | 7 |
| Binary | 10100 | 1110 | 10111 | 1101 | 100111 | 0 | 1011011 | 100011000 | 11000 | 111 |
Color Harmonies of #140E17
Complementary color
Monochromatic Colors of #140E17
Black with #140E17
Text Example
Text Example
White with #140E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E17; }
p { color: rgb(20,14,23); }
H1.HeaderClassName
{
color: #140E17;
}
.AnyTagClassName
{
color: #140E17;
}
</style>
background-color css
<style>
a { background-color: #140E17; }
a { background-color: rgb(20,14,23); }
div.DivClassName
{
background-color: #140E17;
}
.BgClassName
{
background-color: #140E17;
}
</style>
border-color css
<style>
span { border-color: #140E17; }
span { border-color: rgb(20,14,23); }
td.TdClassName
{
border-color: #140E17;
}
.TagClassName
{
border-color: #140E17;
}
</style>