Shades of Blackcurrant #140A16
Tints of Blackcurrant #140A16
RGB
CMYK
RGB Variations
Color information
#140A16 (or 0x140A16) is known color: Blackcurrant. HEX triplet: 14, 0A and 16. RGB value is (20,10,22). Sum of RGB (Red+Green+Blue) = 20+10+22=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 22 - color contains mainly: blue. Hex color #140A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A16 is #EBF5E9. Grayscale: #0E0E0E. Windows color (decimal): -15463914 or 1444372. OLE color: 1444372.
HSL color Cylindrical-coordinate representation of color #140A16: hue angle of 290º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #140A16 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 10 | 22 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.91 |
| HSL | 290º | 0.38% | 0.06% | - |
| HSV(B) | 290º | 0.55% | 0.09% | - |
| XYZ | 0.54 | 0.42 | 0.81 | - |
| YUV | 14.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 10 | 22 | 0.09 | 0.55 | 0 | 0.91 | 290 | 0.38 | 0.06 |
| Hex | 14 | A | 16 | 9 | 37 | 0 | 5B | 122 | 26 | 6 |
| Octal | 24 | 12 | 26 | 11 | 67 | 0 | 133 | 442 | 46 | 6 |
| Binary | 10100 | 1010 | 10110 | 1001 | 110111 | 0 | 1011011 | 100100010 | 100110 | 110 |
Color Harmonies of #140A16
Complementary color
Monochromatic Colors of #140A16
Black with #140A16
Text Example
Text Example
White with #140A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140A16; }
p { color: rgb(20,10,22); }
H1.HeaderClassName
{
color: #140A16;
}
.AnyTagClassName
{
color: #140A16;
}
</style>
background-color css
<style>
a { background-color: #140A16; }
a { background-color: rgb(20,10,22); }
div.DivClassName
{
background-color: #140A16;
}
.BgClassName
{
background-color: #140A16;
}
</style>
border-color css
<style>
span { border-color: #140A16; }
span { border-color: rgb(20,10,22); }
td.TdClassName
{
border-color: #140A16;
}
.TagClassName
{
border-color: #140A16;
}
</style>