Shades of Blackcurrant #140031
Tints of Blackcurrant #140031
RGB
CMYK
RGB Variations
Color information
#140031 (or 0x140031) is known color: Blackcurrant. HEX triplet: 14, 00 and 31. RGB value is (20,0,49). Sum of RGB (Red+Green+Blue) = 20+0+49=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 49 (19.53% from 255 or 71.01% from 69); Max value from RGB is 49 - color contains mainly: blue. Hex color #140031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140031 is #EBFFCE. Grayscale: #0B0B0B. Windows color (decimal): -15466447 or 3211284. OLE color: 3211284.
HSL color Cylindrical-coordinate representation of color #140031: hue angle of 264.49º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140031 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 0 | 49 | - |
| CMYK | 0.59 | 1 | 0 | 0.81 |
| HSL | 264.49º | 1% | 0.1% | - |
| HSV(B) | 264.49º | 1% | 0.19% | - |
| XYZ | 0.84 | 0.37 | 2.93 | - |
| YUV | 11.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 49 | 0.59 | 1 | 0 | 0.81 | 264.49 | 1 | 0.1 |
| Hex | 14 | 0 | 31 | 3B | 64 | 0 | 51 | 108 | 64 | A |
| Octal | 24 | 0 | 61 | 73 | 144 | 0 | 121 | 410 | 144 | 12 |
| Binary | 10100 | 0 | 110001 | 111011 | 1100100 | 0 | 1010001 | 100001000 | 1100100 | 1010 |
Color Harmonies of #140031
Complementary color
Monochromatic Colors of #140031
Black with #140031
Text Example
Text Example
White with #140031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140031; }
p { color: rgb(20,0,49); }
H1.HeaderClassName
{
color: #140031;
}
.AnyTagClassName
{
color: #140031;
}
</style>
background-color css
<style>
a { background-color: #140031; }
a { background-color: rgb(20,0,49); }
div.DivClassName
{
background-color: #140031;
}
.BgClassName
{
background-color: #140031;
}
</style>
border-color css
<style>
span { border-color: #140031; }
span { border-color: rgb(20,0,49); }
td.TdClassName
{
border-color: #140031;
}
.TagClassName
{
border-color: #140031;
}
</style>