Shades of Blackcurrant #140337
Tints of Blackcurrant #140337
RGB
CMYK
RGB Variations
Color information
#140337 (or 0x140337) is known color: Blackcurrant. HEX triplet: 14, 03 and 37. RGB value is (20,3,55). Sum of RGB (Red+Green+Blue) = 20+3+55=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 55 (21.88% from 255 or 70.51% from 78); Max value from RGB is 55 - color contains mainly: blue. Hex color #140337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140337 is #EBFCC8. Grayscale: #0D0D0D. Windows color (decimal): -15465673 or 3605268. OLE color: 3605268.
HSL color Cylindrical-coordinate representation of color #140337: hue angle of 259.62º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140337 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 3 | 55 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.78 |
| HSL | 259.62º | 0.9% | 0.11% | - |
| HSV(B) | 259.62º | 0.95% | 0.22% | - |
| XYZ | 1.01 | 0.49 | 3.66 | - |
| YUV | 14.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 55 | 0.64 | 0.95 | 0 | 0.78 | 259.62 | 0.9 | 0.11 |
| Hex | 14 | 3 | 37 | 40 | 5F | 0 | 4E | 104 | 5A | B |
| Octal | 24 | 3 | 67 | 100 | 137 | 0 | 116 | 404 | 132 | 13 |
| Binary | 10100 | 11 | 110111 | 1000000 | 1011111 | 0 | 1001110 | 100000100 | 1011010 | 1011 |
Color Harmonies of #140337
Complementary color
Monochromatic Colors of #140337
Black with #140337
Text Example
Text Example
White with #140337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140337; }
p { color: rgb(20,3,55); }
H1.HeaderClassName
{
color: #140337;
}
.AnyTagClassName
{
color: #140337;
}
</style>
background-color css
<style>
a { background-color: #140337; }
a { background-color: rgb(20,3,55); }
div.DivClassName
{
background-color: #140337;
}
.BgClassName
{
background-color: #140337;
}
</style>
border-color css
<style>
span { border-color: #140337; }
span { border-color: rgb(20,3,55); }
td.TdClassName
{
border-color: #140337;
}
.TagClassName
{
border-color: #140337;
}
</style>