Shades of Blackcurrant #14031B
Tints of Blackcurrant #14031B
RGB
CMYK
RGB Variations
Color information
#14031B (or 0x14031B) is known color: Blackcurrant. HEX triplet: 14, 03 and 1B. RGB value is (20,3,27). Sum of RGB (Red+Green+Blue) = 20+3+27=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #14031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14031B is #EBFCE4. Grayscale: #0A0A0A. Windows color (decimal): -15465701 or 1770260. OLE color: 1770260.
HSL color Cylindrical-coordinate representation of color #14031B: hue angle of 282.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14031B is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 3 | 27 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.89 |
| HSL | 282.5º | 0.8% | 0.06% | - |
| HSV(B) | 282.5º | 0.89% | 0.11% | - |
| XYZ | 0.52 | 0.29 | 1.07 | - |
| YUV | 10.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 27 | 0.26 | 0.89 | 0 | 0.89 | 282.5 | 0.8 | 0.06 |
| Hex | 14 | 3 | 1B | 1A | 59 | 0 | 59 | 11A | 50 | 6 |
| Octal | 24 | 3 | 33 | 32 | 131 | 0 | 131 | 432 | 120 | 6 |
| Binary | 10100 | 11 | 11011 | 11010 | 1011001 | 0 | 1011001 | 100011010 | 1010000 | 110 |
Color Harmonies of #14031B
Complementary color
Monochromatic Colors of #14031B
Black with #14031B
Text Example
Text Example
White with #14031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14031B; }
p { color: rgb(20,3,27); }
H1.HeaderClassName
{
color: #14031B;
}
.AnyTagClassName
{
color: #14031B;
}
</style>
background-color css
<style>
a { background-color: #14031B; }
a { background-color: rgb(20,3,27); }
div.DivClassName
{
background-color: #14031B;
}
.BgClassName
{
background-color: #14031B;
}
</style>
border-color css
<style>
span { border-color: #14031B; }
span { border-color: rgb(20,3,27); }
td.TdClassName
{
border-color: #14031B;
}
.TagClassName
{
border-color: #14031B;
}
</style>