Shades of Blackcurrant #14011C
Tints of Blackcurrant #14011C
RGB
CMYK
RGB Variations
Color information
#14011C (or 0x14011C) is known color: Blackcurrant. HEX triplet: 14, 01 and 1C. RGB value is (20,1,28). Sum of RGB (Red+Green+Blue) = 20+1+28=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #14011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14011C is #EBFEE3. Grayscale: #090909. Windows color (decimal): -15466212 or 1835284. OLE color: 1835284.
HSL color Cylindrical-coordinate representation of color #14011C: hue angle of 282.22º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14011C is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 1 | 28 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.89 |
| HSL | 282.22º | 0.93% | 0.06% | - |
| HSV(B) | 282.22º | 0.96% | 0.11% | - |
| XYZ | 0.51 | 0.25 | 1.12 | - |
| YUV | 9.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 28 | 0.29 | 0.96 | 0 | 0.89 | 282.22 | 0.93 | 0.06 |
| Hex | 14 | 1 | 1C | 1D | 60 | 0 | 59 | 11A | 5D | 6 |
| Octal | 24 | 1 | 34 | 35 | 140 | 0 | 131 | 432 | 135 | 6 |
| Binary | 10100 | 1 | 11100 | 11101 | 1100000 | 0 | 1011001 | 100011010 | 1011101 | 110 |
Color Harmonies of #14011C
Complementary color
Monochromatic Colors of #14011C
Black with #14011C
Text Example
Text Example
White with #14011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14011C; }
p { color: rgb(20,1,28); }
H1.HeaderClassName
{
color: #14011C;
}
.AnyTagClassName
{
color: #14011C;
}
</style>
background-color css
<style>
a { background-color: #14011C; }
a { background-color: rgb(20,1,28); }
div.DivClassName
{
background-color: #14011C;
}
.BgClassName
{
background-color: #14011C;
}
</style>
border-color css
<style>
span { border-color: #14011C; }
span { border-color: rgb(20,1,28); }
td.TdClassName
{
border-color: #14011C;
}
.TagClassName
{
border-color: #14011C;
}
</style>