Shades of Blackcurrant #14011E
Tints of Blackcurrant #14011E
RGB
CMYK
RGB Variations
Color information
#14011E (or 0x14011E) is known color: Blackcurrant. HEX triplet: 14, 01 and 1E. RGB value is (20,1,30). Sum of RGB (Red+Green+Blue) = 20+1+30=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #14011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14011E is #EBFEE1. Grayscale: #090909. Windows color (decimal): -15466210 or 1966356. OLE color: 1966356.
HSL color Cylindrical-coordinate representation of color #14011E: hue angle of 279.31º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #14011E is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 1 | 30 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.88 |
| HSL | 279.31º | 0.94% | 0.06% | - |
| HSV(B) | 279.31º | 0.97% | 0.12% | - |
| XYZ | 0.53 | 0.26 | 1.25 | - |
| YUV | 9.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 30 | 0.33 | 0.97 | 0 | 0.88 | 279.31 | 0.94 | 0.06 |
| Hex | 14 | 1 | 1E | 21 | 61 | 0 | 58 | 117 | 5E | 6 |
| Octal | 24 | 1 | 36 | 41 | 141 | 0 | 130 | 427 | 136 | 6 |
| Binary | 10100 | 1 | 11110 | 100001 | 1100001 | 0 | 1011000 | 100010111 | 1011110 | 110 |
Color Harmonies of #14011E
Complementary color
Monochromatic Colors of #14011E
Black with #14011E
Text Example
Text Example
White with #14011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14011E; }
p { color: rgb(20,1,30); }
H1.HeaderClassName
{
color: #14011E;
}
.AnyTagClassName
{
color: #14011E;
}
</style>
background-color css
<style>
a { background-color: #14011E; }
a { background-color: rgb(20,1,30); }
div.DivClassName
{
background-color: #14011E;
}
.BgClassName
{
background-color: #14011E;
}
</style>
border-color css
<style>
span { border-color: #14011E; }
span { border-color: rgb(20,1,30); }
td.TdClassName
{
border-color: #14011E;
}
.TagClassName
{
border-color: #14011E;
}
</style>