Shades of Blackcurrant #140920
Tints of Blackcurrant #140920
RGB
CMYK
RGB Variations
Color information
#140920 (or 0x140920) is known color: Blackcurrant. HEX triplet: 14, 09 and 20. RGB value is (20,9,32). Sum of RGB (Red+Green+Blue) = 20+9+32=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 32 (12.89% from 255 or 52.46% from 61); Max value from RGB is 32 - color contains mainly: blue. Hex color #140920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140920 is #EBF6DF. Grayscale: #0E0E0E. Windows color (decimal): -15464160 or 2099476. OLE color: 2099476.
HSL color Cylindrical-coordinate representation of color #140920: hue angle of 268.7º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #140920 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 9 | 32 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.87 |
| HSL | 268.7º | 0.56% | 0.08% | - |
| HSV(B) | 268.7º | 0.72% | 0.13% | - |
| XYZ | 0.65 | 0.45 | 1.42 | - |
| YUV | 14.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 32 | 0.37 | 0.72 | 0 | 0.87 | 268.7 | 0.56 | 0.08 |
| Hex | 14 | 9 | 20 | 25 | 48 | 0 | 57 | 10D | 38 | 8 |
| Octal | 24 | 11 | 40 | 45 | 110 | 0 | 127 | 415 | 70 | 10 |
| Binary | 10100 | 1001 | 100000 | 100101 | 1001000 | 0 | 1010111 | 100001101 | 111000 | 1000 |
Color Harmonies of #140920
Complementary color
Monochromatic Colors of #140920
Black with #140920
Text Example
Text Example
White with #140920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140920; }
p { color: rgb(20,9,32); }
H1.HeaderClassName
{
color: #140920;
}
.AnyTagClassName
{
color: #140920;
}
</style>
background-color css
<style>
a { background-color: #140920; }
a { background-color: rgb(20,9,32); }
div.DivClassName
{
background-color: #140920;
}
.BgClassName
{
background-color: #140920;
}
</style>
border-color css
<style>
span { border-color: #140920; }
span { border-color: rgb(20,9,32); }
td.TdClassName
{
border-color: #140920;
}
.TagClassName
{
border-color: #140920;
}
</style>