Shades of Blackcurrant #140729
Tints of Blackcurrant #140729
RGB
CMYK
RGB Variations
Color information
#140729 (or 0x140729) is known color: Blackcurrant. HEX triplet: 14, 07 and 29. RGB value is (20,7,41). Sum of RGB (Red+Green+Blue) = 20+7+41=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 41 (16.41% from 255 or 60.29% from 68); Max value from RGB is 41 - color contains mainly: blue. Hex color #140729 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140729 is #EBF8D6. Grayscale: #0E0E0E. Windows color (decimal): -15464663 or 2688788. OLE color: 2688788.
HSL color Cylindrical-coordinate representation of color #140729: hue angle of 262.94º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #140729 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 7 | 41 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.84 |
| HSL | 262.94º | 0.71% | 0.09% | - |
| HSV(B) | 262.94º | 0.83% | 0.16% | - |
| XYZ | 0.76 | 0.46 | 2.15 | - |
| YUV | 14.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 41 | 0.51 | 0.83 | 0 | 0.84 | 262.94 | 0.71 | 0.09 |
| Hex | 14 | 7 | 29 | 33 | 53 | 0 | 54 | 107 | 47 | 9 |
| Octal | 24 | 7 | 51 | 63 | 123 | 0 | 124 | 407 | 107 | 11 |
| Binary | 10100 | 111 | 101001 | 110011 | 1010011 | 0 | 1010100 | 100000111 | 1000111 | 1001 |
Color Harmonies of #140729
Complementary color
Monochromatic Colors of #140729
Black with #140729
Text Example
Text Example
White with #140729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140729; }
p { color: rgb(20,7,41); }
H1.HeaderClassName
{
color: #140729;
}
.AnyTagClassName
{
color: #140729;
}
</style>
background-color css
<style>
a { background-color: #140729; }
a { background-color: rgb(20,7,41); }
div.DivClassName
{
background-color: #140729;
}
.BgClassName
{
background-color: #140729;
}
</style>
border-color css
<style>
span { border-color: #140729; }
span { border-color: rgb(20,7,41); }
td.TdClassName
{
border-color: #140729;
}
.TagClassName
{
border-color: #140729;
}
</style>