Shades of Blackcurrant #14011F
Tints of Blackcurrant #14011F
RGB
CMYK
RGB Variations
Color information
#14011F (or 0x14011F) is known color: Blackcurrant. HEX triplet: 14, 01 and 1F. RGB value is (20,1,31). Sum of RGB (Red+Green+Blue) = 20+1+31=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #14011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14011F is #EBFEE0. Grayscale: #0A0A0A. Windows color (decimal): -15466209 or 2031892. OLE color: 2031892.
HSL color Cylindrical-coordinate representation of color #14011F: hue angle of 278º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #14011F is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 1 | 31 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.88 |
| HSL | 278º | 0.94% | 0.06% | - |
| HSV(B) | 278º | 0.97% | 0.12% | - |
| XYZ | 0.55 | 0.27 | 1.32 | - |
| YUV | 10.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 31 | 0.35 | 0.97 | 0 | 0.88 | 278 | 0.94 | 0.06 |
| Hex | 14 | 1 | 1F | 23 | 61 | 0 | 58 | 116 | 5E | 6 |
| Octal | 24 | 1 | 37 | 43 | 141 | 0 | 130 | 426 | 136 | 6 |
| Binary | 10100 | 1 | 11111 | 100011 | 1100001 | 0 | 1011000 | 100010110 | 1011110 | 110 |
Color Harmonies of #14011F
Complementary color
Monochromatic Colors of #14011F
Black with #14011F
Text Example
Text Example
White with #14011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14011F; }
p { color: rgb(20,1,31); }
H1.HeaderClassName
{
color: #14011F;
}
.AnyTagClassName
{
color: #14011F;
}
</style>
background-color css
<style>
a { background-color: #14011F; }
a { background-color: rgb(20,1,31); }
div.DivClassName
{
background-color: #14011F;
}
.BgClassName
{
background-color: #14011F;
}
</style>
border-color css
<style>
span { border-color: #14011F; }
span { border-color: rgb(20,1,31); }
td.TdClassName
{
border-color: #14011F;
}
.TagClassName
{
border-color: #14011F;
}
</style>