Shades of Blackcurrant #14081B
Tints of Blackcurrant #14081B
RGB
CMYK
RGB Variations
Color information
#14081B (or 0x14081B) is known color: Blackcurrant. HEX triplet: 14, 08 and 1B. RGB value is (20,8,27). Sum of RGB (Red+Green+Blue) = 20+8+27=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 8 (3.52% from 255 or 14.55% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #14081B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14081B is #EBF7E4. Grayscale: #0D0D0D. Windows color (decimal): -15464421 or 1771540. OLE color: 1771540.
HSL color Cylindrical-coordinate representation of color #14081B: hue angle of 277.89º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14081B is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 8 | 27 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.89 |
| HSL | 277.89º | 0.54% | 0.07% | - |
| HSV(B) | 277.89º | 0.7% | 0.11% | - |
| XYZ | 0.57 | 0.4 | 1.08 | - |
| YUV | 13.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 27 | 0.26 | 0.70 | 0 | 0.89 | 277.89 | 0.54 | 0.07 |
| Hex | 14 | 8 | 1B | 1A | 46 | 0 | 59 | 116 | 36 | 7 |
| Octal | 24 | 10 | 33 | 32 | 106 | 0 | 131 | 426 | 66 | 7 |
| Binary | 10100 | 1000 | 11011 | 11010 | 1000110 | 0 | 1011001 | 100010110 | 110110 | 111 |
Color Harmonies of #14081B
Complementary color
Monochromatic Colors of #14081B
Black with #14081B
Text Example
Text Example
White with #14081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14081B; }
p { color: rgb(20,8,27); }
H1.HeaderClassName
{
color: #14081B;
}
.AnyTagClassName
{
color: #14081B;
}
</style>
background-color css
<style>
a { background-color: #14081B; }
a { background-color: rgb(20,8,27); }
div.DivClassName
{
background-color: #14081B;
}
.BgClassName
{
background-color: #14081B;
}
</style>
border-color css
<style>
span { border-color: #14081B; }
span { border-color: rgb(20,8,27); }
td.TdClassName
{
border-color: #14081B;
}
.TagClassName
{
border-color: #14081B;
}
</style>