Shades of Blackcurrant #140C16
Tints of Blackcurrant #140C16
RGB
CMYK
RGB Variations
Color information
#140C16 (or 0x140C16) is known color: Blackcurrant. HEX triplet: 14, 0C and 16. RGB value is (20,12,22). Sum of RGB (Red+Green+Blue) = 20+12+22=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 22 - color contains mainly: blue. Hex color #140C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C16 is #EBF3E9. Grayscale: #0F0F0F. Windows color (decimal): -15463402 or 1444884. OLE color: 1444884.
HSL color Cylindrical-coordinate representation of color #140C16: hue angle of 288º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #140C16 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 12 | 22 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.91 |
| HSL | 288º | 0.29% | 0.07% | - |
| HSV(B) | 288º | 0.45% | 0.09% | - |
| XYZ | 0.56 | 0.47 | 0.82 | - |
| YUV | 15.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 22 | 0.09 | 0.45 | 0 | 0.91 | 288 | 0.29 | 0.07 |
| Hex | 14 | C | 16 | 9 | 2D | 0 | 5B | 120 | 1D | 7 |
| Octal | 24 | 14 | 26 | 11 | 55 | 0 | 133 | 440 | 35 | 7 |
| Binary | 10100 | 1100 | 10110 | 1001 | 101101 | 0 | 1011011 | 100100000 | 11101 | 111 |
Color Harmonies of #140C16
Complementary color
Monochromatic Colors of #140C16
Black with #140C16
Text Example
Text Example
White with #140C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140C16; }
p { color: rgb(20,12,22); }
H1.HeaderClassName
{
color: #140C16;
}
.AnyTagClassName
{
color: #140C16;
}
</style>
background-color css
<style>
a { background-color: #140C16; }
a { background-color: rgb(20,12,22); }
div.DivClassName
{
background-color: #140C16;
}
.BgClassName
{
background-color: #140C16;
}
</style>
border-color css
<style>
span { border-color: #140C16; }
span { border-color: rgb(20,12,22); }
td.TdClassName
{
border-color: #140C16;
}
.TagClassName
{
border-color: #140C16;
}
</style>