Shades of Blackcurrant #14001B
Tints of Blackcurrant #14001B
RGB
CMYK
RGB Variations
Color information
#14001B (or 0x14001B) is known color: Blackcurrant. HEX triplet: 14, 00 and 1B. RGB value is (20,0,27). Sum of RGB (Red+Green+Blue) = 20+0+27=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #14001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14001B is #EBFFE4. Grayscale: #080808. Windows color (decimal): -15466469 or 1769492. OLE color: 1769492.
HSL color Cylindrical-coordinate representation of color #14001B: hue angle of 284.44º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14001B is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 0 | 27 | - |
| CMYK | 0.26 | 1 | 0 | 0.89 |
| HSL | 284.44º | 1% | 0.05% | - |
| HSV(B) | 284.44º | 1% | 0.11% | - |
| XYZ | 0.49 | 0.23 | 1.06 | - |
| YUV | 9.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 27 | 0.26 | 1 | 0 | 0.89 | 284.44 | 1 | 0.05 |
| Hex | 14 | 0 | 1B | 1A | 64 | 0 | 59 | 11C | 64 | 5 |
| Octal | 24 | 0 | 33 | 32 | 144 | 0 | 131 | 434 | 144 | 5 |
| Binary | 10100 | 0 | 11011 | 11010 | 1100100 | 0 | 1011001 | 100011100 | 1100100 | 101 |
Color Harmonies of #14001B
Complementary color
Monochromatic Colors of #14001B
Black with #14001B
Text Example
Text Example
White with #14001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14001B; }
p { color: rgb(20,0,27); }
H1.HeaderClassName
{
color: #14001B;
}
.AnyTagClassName
{
color: #14001B;
}
</style>
background-color css
<style>
a { background-color: #14001B; }
a { background-color: rgb(20,0,27); }
div.DivClassName
{
background-color: #14001B;
}
.BgClassName
{
background-color: #14001B;
}
</style>
border-color css
<style>
span { border-color: #14001B; }
span { border-color: rgb(20,0,27); }
td.TdClassName
{
border-color: #14001B;
}
.TagClassName
{
border-color: #14001B;
}
</style>