Shades of Blackcurrant #140829
Tints of Blackcurrant #140829
RGB
CMYK
RGB Variations
Color information
#140829 (or 0x140829) is known color: Blackcurrant. HEX triplet: 14, 08 and 29. RGB value is (20,8,41). Sum of RGB (Red+Green+Blue) = 20+8+41=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 41 (16.41% from 255 or 59.42% from 69); Max value from RGB is 41 - color contains mainly: blue. Hex color #140829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140829 is #EBF7D6. Grayscale: #0F0F0F. Windows color (decimal): -15464407 or 2689044. OLE color: 2689044.
HSL color Cylindrical-coordinate representation of color #140829: hue angle of 261.82º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #140829 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 8 | 41 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.84 |
| HSL | 261.82º | 0.67% | 0.1% | - |
| HSV(B) | 261.82º | 0.8% | 0.16% | - |
| XYZ | 0.78 | 0.48 | 2.15 | - |
| YUV | 15.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 41 | 0.51 | 0.80 | 0 | 0.84 | 261.82 | 0.67 | 0.1 |
| Hex | 14 | 8 | 29 | 33 | 50 | 0 | 54 | 106 | 43 | A |
| Octal | 24 | 10 | 51 | 63 | 120 | 0 | 124 | 406 | 103 | 12 |
| Binary | 10100 | 1000 | 101001 | 110011 | 1010000 | 0 | 1010100 | 100000110 | 1000011 | 1010 |
Color Harmonies of #140829
Complementary color
Monochromatic Colors of #140829
Black with #140829
Text Example
Text Example
White with #140829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140829; }
p { color: rgb(20,8,41); }
H1.HeaderClassName
{
color: #140829;
}
.AnyTagClassName
{
color: #140829;
}
</style>
background-color css
<style>
a { background-color: #140829; }
a { background-color: rgb(20,8,41); }
div.DivClassName
{
background-color: #140829;
}
.BgClassName
{
background-color: #140829;
}
</style>
border-color css
<style>
span { border-color: #140829; }
span { border-color: rgb(20,8,41); }
td.TdClassName
{
border-color: #140829;
}
.TagClassName
{
border-color: #140829;
}
</style>