Shades of Blackcurrant #140137
Tints of Blackcurrant #140137
RGB
CMYK
RGB Variations
Color information
#140137 (or 0x140137) is known color: Blackcurrant. HEX triplet: 14, 01 and 37. RGB value is (20,1,55). Sum of RGB (Red+Green+Blue) = 20+1+55=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 55 (21.88% from 255 or 72.37% from 76); Max value from RGB is 55 - color contains mainly: blue. Hex color #140137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140137 is #EBFEC8. Grayscale: #0C0C0C. Windows color (decimal): -15466185 or 3604756. OLE color: 3604756.
HSL color Cylindrical-coordinate representation of color #140137: hue angle of 261.11º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140137 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 1 | 55 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.78 |
| HSL | 261.11º | 0.96% | 0.11% | - |
| HSV(B) | 261.11º | 0.98% | 0.22% | - |
| XYZ | 0.99 | 0.45 | 3.65 | - |
| YUV | 12.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 55 | 0.64 | 0.98 | 0 | 0.78 | 261.11 | 0.96 | 0.11 |
| Hex | 14 | 1 | 37 | 40 | 62 | 0 | 4E | 105 | 60 | B |
| Octal | 24 | 1 | 67 | 100 | 142 | 0 | 116 | 405 | 140 | 13 |
| Binary | 10100 | 1 | 110111 | 1000000 | 1100010 | 0 | 1001110 | 100000101 | 1100000 | 1011 |
Color Harmonies of #140137
Complementary color
Monochromatic Colors of #140137
Black with #140137
Text Example
Text Example
White with #140137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140137; }
p { color: rgb(20,1,55); }
H1.HeaderClassName
{
color: #140137;
}
.AnyTagClassName
{
color: #140137;
}
</style>
background-color css
<style>
a { background-color: #140137; }
a { background-color: rgb(20,1,55); }
div.DivClassName
{
background-color: #140137;
}
.BgClassName
{
background-color: #140137;
}
</style>
border-color css
<style>
span { border-color: #140137; }
span { border-color: rgb(20,1,55); }
td.TdClassName
{
border-color: #140137;
}
.TagClassName
{
border-color: #140137;
}
</style>