Shades of Blackcurrant #14031E
Tints of Blackcurrant #14031E
RGB
CMYK
RGB Variations
Color information
#14031E (or 0x14031E) is known color: Blackcurrant. HEX triplet: 14, 03 and 1E. RGB value is (20,3,30). Sum of RGB (Red+Green+Blue) = 20+3+30=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 30 (12.11% from 255 or 56.60% from 53); Max value from RGB is 30 - color contains mainly: blue. Hex color #14031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14031E is #EBFCE1. Grayscale: #0B0B0B. Windows color (decimal): -15465698 or 1966868. OLE color: 1966868.
HSL color Cylindrical-coordinate representation of color #14031E: hue angle of 277.78º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14031E is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 3 | 30 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.88 |
| HSL | 277.78º | 0.82% | 0.06% | - |
| HSV(B) | 277.78º | 0.9% | 0.12% | - |
| XYZ | 0.56 | 0.31 | 1.26 | - |
| YUV | 11.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 30 | 0.33 | 0.90 | 0 | 0.88 | 277.78 | 0.82 | 0.06 |
| Hex | 14 | 3 | 1E | 21 | 5A | 0 | 58 | 116 | 52 | 6 |
| Octal | 24 | 3 | 36 | 41 | 132 | 0 | 130 | 426 | 122 | 6 |
| Binary | 10100 | 11 | 11110 | 100001 | 1011010 | 0 | 1011000 | 100010110 | 1010010 | 110 |
Color Harmonies of #14031E
Complementary color
Monochromatic Colors of #14031E
Black with #14031E
Text Example
Text Example
White with #14031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14031E; }
p { color: rgb(20,3,30); }
H1.HeaderClassName
{
color: #14031E;
}
.AnyTagClassName
{
color: #14031E;
}
</style>
background-color css
<style>
a { background-color: #14031E; }
a { background-color: rgb(20,3,30); }
div.DivClassName
{
background-color: #14031E;
}
.BgClassName
{
background-color: #14031E;
}
</style>
border-color css
<style>
span { border-color: #14031E; }
span { border-color: rgb(20,3,30); }
td.TdClassName
{
border-color: #14031E;
}
.TagClassName
{
border-color: #14031E;
}
</style>