Shades of Blackcurrant #140521
Tints of Blackcurrant #140521
RGB
CMYK
RGB Variations
Color information
#140521 (or 0x140521) is known color: Blackcurrant. HEX triplet: 14, 05 and 21. RGB value is (20,5,33). Sum of RGB (Red+Green+Blue) = 20+5+33=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #140521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140521 is #EBFADE. Grayscale: #0C0C0C. Windows color (decimal): -15465183 or 2163988. OLE color: 2163988.
HSL color Cylindrical-coordinate representation of color #140521: hue angle of 272.14º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140521 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 5 | 33 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.87 |
| HSL | 272.14º | 0.74% | 0.07% | - |
| HSV(B) | 272.14º | 0.85% | 0.13% | - |
| XYZ | 0.62 | 0.37 | 1.48 | - |
| YUV | 12.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 33 | 0.39 | 0.85 | 0 | 0.87 | 272.14 | 0.74 | 0.07 |
| Hex | 14 | 5 | 21 | 27 | 55 | 0 | 57 | 110 | 4A | 7 |
| Octal | 24 | 5 | 41 | 47 | 125 | 0 | 127 | 420 | 112 | 7 |
| Binary | 10100 | 101 | 100001 | 100111 | 1010101 | 0 | 1010111 | 100010000 | 1001010 | 111 |
Color Harmonies of #140521
Complementary color
Monochromatic Colors of #140521
Black with #140521
Text Example
Text Example
White with #140521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140521; }
p { color: rgb(20,5,33); }
H1.HeaderClassName
{
color: #140521;
}
.AnyTagClassName
{
color: #140521;
}
</style>
background-color css
<style>
a { background-color: #140521; }
a { background-color: rgb(20,5,33); }
div.DivClassName
{
background-color: #140521;
}
.BgClassName
{
background-color: #140521;
}
</style>
border-color css
<style>
span { border-color: #140521; }
span { border-color: rgb(20,5,33); }
td.TdClassName
{
border-color: #140521;
}
.TagClassName
{
border-color: #140521;
}
</style>