Shades of Blackcurrant #140B16
Tints of Blackcurrant #140B16
RGB
CMYK
RGB Variations
Color information
#140B16 (or 0x140B16) is known color: Blackcurrant. HEX triplet: 14, 0B and 16. RGB value is (20,11,22). Sum of RGB (Red+Green+Blue) = 20+11+22=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 22 - color contains mainly: blue. Hex color #140B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B16 is #EBF4E9. Grayscale: #0E0E0E. Windows color (decimal): -15463658 or 1444628. OLE color: 1444628.
HSL color Cylindrical-coordinate representation of color #140B16: hue angle of 289.09º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #140B16 is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 11 | 22 | - |
| CMYK | 0.09 | 0.5 | 0 | 0.91 |
| HSL | 289.09º | 0.33% | 0.06% | - |
| HSV(B) | 289.09º | 0.5% | 0.09% | - |
| XYZ | 0.55 | 0.45 | 0.82 | - |
| YUV | 14.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 22 | 0.09 | 0.5 | 0 | 0.91 | 289.09 | 0.33 | 0.06 |
| Hex | 14 | B | 16 | 9 | 32 | 0 | 5B | 121 | 21 | 6 |
| Octal | 24 | 13 | 26 | 11 | 62 | 0 | 133 | 441 | 41 | 6 |
| Binary | 10100 | 1011 | 10110 | 1001 | 110010 | 0 | 1011011 | 100100001 | 100001 | 110 |
Color Harmonies of #140B16
Complementary color
Monochromatic Colors of #140B16
Black with #140B16
Text Example
Text Example
White with #140B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B16; }
p { color: rgb(20,11,22); }
H1.HeaderClassName
{
color: #140B16;
}
.AnyTagClassName
{
color: #140B16;
}
</style>
background-color css
<style>
a { background-color: #140B16; }
a { background-color: rgb(20,11,22); }
div.DivClassName
{
background-color: #140B16;
}
.BgClassName
{
background-color: #140B16;
}
</style>
border-color css
<style>
span { border-color: #140B16; }
span { border-color: rgb(20,11,22); }
td.TdClassName
{
border-color: #140B16;
}
.TagClassName
{
border-color: #140B16;
}
</style>