Shades of Blackcurrant #14072E
Tints of Blackcurrant #14072E
RGB
CMYK
RGB Variations
Color information
#14072E (or 0x14072E) is known color: Blackcurrant. HEX triplet: 14, 07 and 2E. RGB value is (20,7,46). Sum of RGB (Red+Green+Blue) = 20+7+46=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 46 (18.36% from 255 or 63.01% from 73); Max value from RGB is 46 - color contains mainly: blue. Hex color #14072E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14072E is #EBF8D1. Grayscale: #0F0F0F. Windows color (decimal): -15464658 or 3016468. OLE color: 3016468.
HSL color Cylindrical-coordinate representation of color #14072E: hue angle of 260º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14072E is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 7 | 46 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.82 |
| HSL | 260º | 0.74% | 0.1% | - |
| HSV(B) | 260º | 0.85% | 0.18% | - |
| XYZ | 0.86 | 0.5 | 2.64 | - |
| YUV | 15.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 46 | 0.57 | 0.85 | 0 | 0.82 | 260 | 0.74 | 0.1 |
| Hex | 14 | 7 | 2E | 39 | 55 | 0 | 52 | 104 | 4A | A |
| Octal | 24 | 7 | 56 | 71 | 125 | 0 | 122 | 404 | 112 | 12 |
| Binary | 10100 | 111 | 101110 | 111001 | 1010101 | 0 | 1010010 | 100000100 | 1001010 | 1010 |
Color Harmonies of #14072E
Complementary color
Monochromatic Colors of #14072E
Black with #14072E
Text Example
Text Example
White with #14072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14072E; }
p { color: rgb(20,7,46); }
H1.HeaderClassName
{
color: #14072E;
}
.AnyTagClassName
{
color: #14072E;
}
</style>
background-color css
<style>
a { background-color: #14072E; }
a { background-color: rgb(20,7,46); }
div.DivClassName
{
background-color: #14072E;
}
.BgClassName
{
background-color: #14072E;
}
</style>
border-color css
<style>
span { border-color: #14072E; }
span { border-color: rgb(20,7,46); }
td.TdClassName
{
border-color: #14072E;
}
.TagClassName
{
border-color: #14072E;
}
</style>