Shades of Blackcurrant #140D16
Tints of Blackcurrant #140D16
RGB
CMYK
RGB Variations
Color information
#140D16 (or 0x140D16) is known color: Blackcurrant. HEX triplet: 14, 0D and 16. RGB value is (20,13,22). Sum of RGB (Red+Green+Blue) = 20+13+22=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 22 - color contains mainly: blue. Hex color #140D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D16 is #EBF2E9. Grayscale: #101010. Windows color (decimal): -15463146 or 1445140. OLE color: 1445140.
HSL color Cylindrical-coordinate representation of color #140D16: hue angle of 286.67º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #140D16 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 13 | 22 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.91 |
| HSL | 286.67º | 0.26% | 0.07% | - |
| HSV(B) | 286.67º | 0.41% | 0.09% | - |
| XYZ | 0.58 | 0.49 | 0.82 | - |
| YUV | 16.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 22 | 0.09 | 0.41 | 0 | 0.91 | 286.67 | 0.26 | 0.07 |
| Hex | 14 | D | 16 | 9 | 29 | 0 | 5B | 11F | 1A | 7 |
| Octal | 24 | 15 | 26 | 11 | 51 | 0 | 133 | 437 | 32 | 7 |
| Binary | 10100 | 1101 | 10110 | 1001 | 101001 | 0 | 1011011 | 100011111 | 11010 | 111 |
Color Harmonies of #140D16
Complementary color
Monochromatic Colors of #140D16
Black with #140D16
Text Example
Text Example
White with #140D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D16; }
p { color: rgb(20,13,22); }
H1.HeaderClassName
{
color: #140D16;
}
.AnyTagClassName
{
color: #140D16;
}
</style>
background-color css
<style>
a { background-color: #140D16; }
a { background-color: rgb(20,13,22); }
div.DivClassName
{
background-color: #140D16;
}
.BgClassName
{
background-color: #140D16;
}
</style>
border-color css
<style>
span { border-color: #140D16; }
span { border-color: rgb(20,13,22); }
td.TdClassName
{
border-color: #140D16;
}
.TagClassName
{
border-color: #140D16;
}
</style>