Shades of Blackcurrant #140138
Tints of Blackcurrant #140138
RGB
CMYK
RGB Variations
Color information
#140138 (or 0x140138) is known color: Blackcurrant. HEX triplet: 14, 01 and 38. RGB value is (20,1,56). Sum of RGB (Red+Green+Blue) = 20+1+56=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #140138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140138 is #EBFEC7. Grayscale: #0C0C0C. Windows color (decimal): -15466184 or 3670292. OLE color: 3670292.
HSL color Cylindrical-coordinate representation of color #140138: hue angle of 260.73º 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 #140138 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 1 | 56 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.78 |
| HSL | 260.73º | 0.96% | 0.11% | - |
| HSV(B) | 260.73º | 0.98% | 0.22% | - |
| XYZ | 1.01 | 0.46 | 3.78 | - |
| YUV | 12.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 56 | 0.64 | 0.98 | 0 | 0.78 | 260.73 | 0.96 | 0.11 |
| Hex | 14 | 1 | 38 | 40 | 62 | 0 | 4E | 105 | 60 | B |
| Octal | 24 | 1 | 70 | 100 | 142 | 0 | 116 | 405 | 140 | 13 |
| Binary | 10100 | 1 | 111000 | 1000000 | 1100010 | 0 | 1001110 | 100000101 | 1100000 | 1011 |
Color Harmonies of #140138
Complementary color
Monochromatic Colors of #140138
Black with #140138
Text Example
Text Example
White with #140138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140138; }
p { color: rgb(20,1,56); }
H1.HeaderClassName
{
color: #140138;
}
.AnyTagClassName
{
color: #140138;
}
</style>
background-color css
<style>
a { background-color: #140138; }
a { background-color: rgb(20,1,56); }
div.DivClassName
{
background-color: #140138;
}
.BgClassName
{
background-color: #140138;
}
</style>
border-color css
<style>
span { border-color: #140138; }
span { border-color: rgb(20,1,56); }
td.TdClassName
{
border-color: #140138;
}
.TagClassName
{
border-color: #140138;
}
</style>