Shades of Blackcurrant #140627
Tints of Blackcurrant #140627
RGB
CMYK
RGB Variations
Color information
#140627 (or 0x140627) is known color: Blackcurrant. HEX triplet: 14, 06 and 27. RGB value is (20,6,39). Sum of RGB (Red+Green+Blue) = 20+6+39=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #140627 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140627 is #EBF9D8. Grayscale: #0D0D0D. Windows color (decimal): -15464921 or 2557460. OLE color: 2557460.
HSL color Cylindrical-coordinate representation of color #140627: hue angle of 265.45º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140627 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 6 | 39 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.85 |
| HSL | 265.45º | 0.73% | 0.09% | - |
| HSV(B) | 265.45º | 0.85% | 0.15% | - |
| XYZ | 0.72 | 0.43 | 1.96 | - |
| YUV | 13.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 39 | 0.49 | 0.85 | 0 | 0.85 | 265.45 | 0.73 | 0.09 |
| Hex | 14 | 6 | 27 | 31 | 55 | 0 | 55 | 109 | 49 | 9 |
| Octal | 24 | 6 | 47 | 61 | 125 | 0 | 125 | 411 | 111 | 11 |
| Binary | 10100 | 110 | 100111 | 110001 | 1010101 | 0 | 1010101 | 100001001 | 1001001 | 1001 |
Color Harmonies of #140627
Complementary color
Monochromatic Colors of #140627
Black with #140627
Text Example
Text Example
White with #140627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140627; }
p { color: rgb(20,6,39); }
H1.HeaderClassName
{
color: #140627;
}
.AnyTagClassName
{
color: #140627;
}
</style>
background-color css
<style>
a { background-color: #140627; }
a { background-color: rgb(20,6,39); }
div.DivClassName
{
background-color: #140627;
}
.BgClassName
{
background-color: #140627;
}
</style>
border-color css
<style>
span { border-color: #140627; }
span { border-color: rgb(20,6,39); }
td.TdClassName
{
border-color: #140627;
}
.TagClassName
{
border-color: #140627;
}
</style>