Shades of Blackcurrant #140730
Tints of Blackcurrant #140730
RGB
CMYK
RGB Variations
Color information
#140730 (or 0x140730) is known color: Blackcurrant. HEX triplet: 14, 07 and 30. RGB value is (20,7,48). Sum of RGB (Red+Green+Blue) = 20+7+48=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #140730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140730 is #EBF8CF. Grayscale: #0F0F0F. Windows color (decimal): -15464656 or 3147540. OLE color: 3147540.
HSL color Cylindrical-coordinate representation of color #140730: hue angle of 259.02º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140730 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 7 | 48 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.81 |
| HSL | 259.02º | 0.75% | 0.11% | - |
| HSV(B) | 259.02º | 0.85% | 0.19% | - |
| XYZ | 0.9 | 0.51 | 2.85 | - |
| YUV | 15.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 48 | 0.58 | 0.85 | 0 | 0.81 | 259.02 | 0.75 | 0.11 |
| Hex | 14 | 7 | 30 | 3A | 55 | 0 | 51 | 103 | 4B | B |
| Octal | 24 | 7 | 60 | 72 | 125 | 0 | 121 | 403 | 113 | 13 |
| Binary | 10100 | 111 | 110000 | 111010 | 1010101 | 0 | 1010001 | 100000011 | 1001011 | 1011 |
Color Harmonies of #140730
Complementary color
Monochromatic Colors of #140730
Black with #140730
Text Example
Text Example
White with #140730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140730; }
p { color: rgb(20,7,48); }
H1.HeaderClassName
{
color: #140730;
}
.AnyTagClassName
{
color: #140730;
}
</style>
background-color css
<style>
a { background-color: #140730; }
a { background-color: rgb(20,7,48); }
div.DivClassName
{
background-color: #140730;
}
.BgClassName
{
background-color: #140730;
}
</style>
border-color css
<style>
span { border-color: #140730; }
span { border-color: rgb(20,7,48); }
td.TdClassName
{
border-color: #140730;
}
.TagClassName
{
border-color: #140730;
}
</style>