Shades of Blackcurrant #140828
Tints of Blackcurrant #140828
RGB
CMYK
RGB Variations
Color information
#140828 (or 0x140828) is known color: Blackcurrant. HEX triplet: 14, 08 and 28. RGB value is (20,8,40). Sum of RGB (Red+Green+Blue) = 20+8+40=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 40 (16.02% from 255 or 58.82% from 68); Max value from RGB is 40 - color contains mainly: blue. Hex color #140828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140828 is #EBF7D7. Grayscale: #0F0F0F. Windows color (decimal): -15464408 or 2623508. OLE color: 2623508.
HSL color Cylindrical-coordinate representation of color #140828: hue angle of 262.5º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #140828 is Cyan = 0.5, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 8 | 40 | - |
| CMYK | 0.5 | 0.80 | 0 | 0.84 |
| HSL | 262.5º | 0.67% | 0.09% | - |
| HSV(B) | 262.5º | 0.8% | 0.16% | - |
| XYZ | 0.76 | 0.48 | 2.06 | - |
| YUV | 15.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 40 | 0.5 | 0.80 | 0 | 0.84 | 262.5 | 0.67 | 0.09 |
| Hex | 14 | 8 | 28 | 32 | 50 | 0 | 54 | 106 | 43 | 9 |
| Octal | 24 | 10 | 50 | 62 | 120 | 0 | 124 | 406 | 103 | 11 |
| Binary | 10100 | 1000 | 101000 | 110010 | 1010000 | 0 | 1010100 | 100000110 | 1000011 | 1001 |
Color Harmonies of #140828
Complementary color
Monochromatic Colors of #140828
Black with #140828
Text Example
Text Example
White with #140828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140828; }
p { color: rgb(20,8,40); }
H1.HeaderClassName
{
color: #140828;
}
.AnyTagClassName
{
color: #140828;
}
</style>
background-color css
<style>
a { background-color: #140828; }
a { background-color: rgb(20,8,40); }
div.DivClassName
{
background-color: #140828;
}
.BgClassName
{
background-color: #140828;
}
</style>
border-color css
<style>
span { border-color: #140828; }
span { border-color: rgb(20,8,40); }
td.TdClassName
{
border-color: #140828;
}
.TagClassName
{
border-color: #140828;
}
</style>