Shades of Blackcurrant #14081F
Tints of Blackcurrant #14081F
RGB
CMYK
RGB Variations
Color information
#14081F (or 0x14081F) is known color: Blackcurrant. HEX triplet: 14, 08 and 1F. RGB value is (20,8,31). Sum of RGB (Red+Green+Blue) = 20+8+31=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #14081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14081F is #EBF7E0. Grayscale: #0E0E0E. Windows color (decimal): -15464417 or 2033684. OLE color: 2033684.
HSL color Cylindrical-coordinate representation of color #14081F: hue angle of 271.3º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14081F is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 8 | 31 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.88 |
| HSL | 271.3º | 0.59% | 0.08% | - |
| HSV(B) | 271.3º | 0.74% | 0.12% | - |
| XYZ | 0.62 | 0.42 | 1.34 | - |
| YUV | 14.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 31 | 0.35 | 0.74 | 0 | 0.88 | 271.3 | 0.59 | 0.08 |
| Hex | 14 | 8 | 1F | 23 | 4A | 0 | 58 | 10F | 3B | 8 |
| Octal | 24 | 10 | 37 | 43 | 112 | 0 | 130 | 417 | 73 | 10 |
| Binary | 10100 | 1000 | 11111 | 100011 | 1001010 | 0 | 1011000 | 100001111 | 111011 | 1000 |
Color Harmonies of #14081F
Complementary color
Monochromatic Colors of #14081F
Black with #14081F
Text Example
Text Example
White with #14081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14081F; }
p { color: rgb(20,8,31); }
H1.HeaderClassName
{
color: #14081F;
}
.AnyTagClassName
{
color: #14081F;
}
</style>
background-color css
<style>
a { background-color: #14081F; }
a { background-color: rgb(20,8,31); }
div.DivClassName
{
background-color: #14081F;
}
.BgClassName
{
background-color: #14081F;
}
</style>
border-color css
<style>
span { border-color: #14081F; }
span { border-color: rgb(20,8,31); }
td.TdClassName
{
border-color: #14081F;
}
.TagClassName
{
border-color: #14081F;
}
</style>