Shades of Blackcurrant #140132
Tints of Blackcurrant #140132
RGB
CMYK
RGB Variations
Color information
#140132 (or 0x140132) is known color: Blackcurrant. HEX triplet: 14, 01 and 32. RGB value is (20,1,50). Sum of RGB (Red+Green+Blue) = 20+1+50=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #140132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140132 is #EBFECD. Grayscale: #0C0C0C. Windows color (decimal): -15466190 or 3277076. OLE color: 3277076.
HSL color Cylindrical-coordinate representation of color #140132: hue angle of 263.27º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140132 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 1 | 50 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.80 |
| HSL | 263.27º | 0.96% | 0.1% | - |
| HSV(B) | 263.27º | 0.98% | 0.2% | - |
| XYZ | 0.88 | 0.4 | 3.05 | - |
| YUV | 12.27 | 149.29 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 50 | 0.60 | 0.98 | 0 | 0.80 | 263.27 | 0.96 | 0.1 |
| Hex | 14 | 1 | 32 | 3C | 62 | 0 | 50 | 107 | 60 | A |
| Octal | 24 | 1 | 62 | 74 | 142 | 0 | 120 | 407 | 140 | 12 |
| Binary | 10100 | 1 | 110010 | 111100 | 1100010 | 0 | 1010000 | 100000111 | 1100000 | 1010 |
Color Harmonies of #140132
Complementary color
Monochromatic Colors of #140132
Black with #140132
Text Example
Text Example
White with #140132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140132; }
p { color: rgb(20,1,50); }
H1.HeaderClassName
{
color: #140132;
}
.AnyTagClassName
{
color: #140132;
}
</style>
background-color css
<style>
a { background-color: #140132; }
a { background-color: rgb(20,1,50); }
div.DivClassName
{
background-color: #140132;
}
.BgClassName
{
background-color: #140132;
}
</style>
border-color css
<style>
span { border-color: #140132; }
span { border-color: rgb(20,1,50); }
td.TdClassName
{
border-color: #140132;
}
.TagClassName
{
border-color: #140132;
}
</style>