Shades of Blackcurrant #140928
Tints of Blackcurrant #140928
RGB
CMYK
RGB Variations
Color information
#140928 (or 0x140928) is known color: Blackcurrant. HEX triplet: 14, 09 and 28. RGB value is (20,9,40). Sum of RGB (Red+Green+Blue) = 20+9+40=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 40 (16.02% from 255 or 57.97% from 69); Max value from RGB is 40 - color contains mainly: blue. Hex color #140928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140928 is #EBF6D7. Grayscale: #0F0F0F. Windows color (decimal): -15464152 or 2623764. OLE color: 2623764.
HSL color Cylindrical-coordinate representation of color #140928: hue angle of 261.29º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #140928 is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 9 | 40 | - |
| CMYK | 0.5 | 0.78 | 0 | 0.84 |
| HSL | 261.29º | 0.63% | 0.1% | - |
| HSV(B) | 261.29º | 0.78% | 0.16% | - |
| XYZ | 0.77 | 0.5 | 2.06 | - |
| YUV | 15.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 40 | 0.5 | 0.78 | 0 | 0.84 | 261.29 | 0.63 | 0.1 |
| Hex | 14 | 9 | 28 | 32 | 4E | 0 | 54 | 105 | 3F | A |
| Octal | 24 | 11 | 50 | 62 | 116 | 0 | 124 | 405 | 77 | 12 |
| Binary | 10100 | 1001 | 101000 | 110010 | 1001110 | 0 | 1010100 | 100000101 | 111111 | 1010 |
Color Harmonies of #140928
Complementary color
Monochromatic Colors of #140928
Black with #140928
Text Example
Text Example
White with #140928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140928; }
p { color: rgb(20,9,40); }
H1.HeaderClassName
{
color: #140928;
}
.AnyTagClassName
{
color: #140928;
}
</style>
background-color css
<style>
a { background-color: #140928; }
a { background-color: rgb(20,9,40); }
div.DivClassName
{
background-color: #140928;
}
.BgClassName
{
background-color: #140928;
}
</style>
border-color css
<style>
span { border-color: #140928; }
span { border-color: rgb(20,9,40); }
td.TdClassName
{
border-color: #140928;
}
.TagClassName
{
border-color: #140928;
}
</style>