Shades of Blackcurrant #140027
Tints of Blackcurrant #140027
RGB
CMYK
RGB Variations
Color information
#140027 (or 0x140027) is known color: Blackcurrant. HEX triplet: 14, 00 and 27. RGB value is (20,0,39). Sum of RGB (Red+Green+Blue) = 20+0+39=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 39 (15.62% from 255 or 66.10% from 59); Max value from RGB is 39 - color contains mainly: blue. Hex color #140027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140027 is #EBFFD8. Grayscale: #0A0A0A. Windows color (decimal): -15466457 or 2555924. OLE color: 2555924.
HSL color Cylindrical-coordinate representation of color #140027: hue angle of 270.77º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140027 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 0 | 39 | - |
| CMYK | 0.49 | 1 | 0 | 0.85 |
| HSL | 270.77º | 1% | 0.08% | - |
| HSV(B) | 270.77º | 1% | 0.15% | - |
| XYZ | 0.65 | 0.3 | 1.94 | - |
| YUV | 10.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 39 | 0.49 | 1 | 0 | 0.85 | 270.77 | 1 | 0.08 |
| Hex | 14 | 0 | 27 | 31 | 64 | 0 | 55 | 10F | 64 | 8 |
| Octal | 24 | 0 | 47 | 61 | 144 | 0 | 125 | 417 | 144 | 10 |
| Binary | 10100 | 0 | 100111 | 110001 | 1100100 | 0 | 1010101 | 100001111 | 1100100 | 1000 |
Color Harmonies of #140027
Complementary color
Monochromatic Colors of #140027
Black with #140027
Text Example
Text Example
White with #140027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140027; }
p { color: rgb(20,0,39); }
H1.HeaderClassName
{
color: #140027;
}
.AnyTagClassName
{
color: #140027;
}
</style>
background-color css
<style>
a { background-color: #140027; }
a { background-color: rgb(20,0,39); }
div.DivClassName
{
background-color: #140027;
}
.BgClassName
{
background-color: #140027;
}
</style>
border-color css
<style>
span { border-color: #140027; }
span { border-color: rgb(20,0,39); }
td.TdClassName
{
border-color: #140027;
}
.TagClassName
{
border-color: #140027;
}
</style>