Shades of Blackcurrant #140232
Tints of Blackcurrant #140232
RGB
CMYK
RGB Variations
Color information
#140232 (or 0x140232) is known color: Blackcurrant. HEX triplet: 14, 02 and 32. RGB value is (20,2,50). Sum of RGB (Red+Green+Blue) = 20+2+50=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 50 (19.92% from 255 or 69.44% from 72); Max value from RGB is 50 - color contains mainly: blue. Hex color #140232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140232 is #EBFDCD. Grayscale: #0C0C0C. Windows color (decimal): -15465934 or 3277332. OLE color: 3277332.
HSL color Cylindrical-coordinate representation of color #140232: hue angle of 262.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140232 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 2 | 50 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.80 |
| HSL | 262.5º | 0.92% | 0.1% | - |
| HSV(B) | 262.5º | 0.96% | 0.2% | - |
| XYZ | 0.89 | 0.42 | 3.05 | - |
| YUV | 12.85 | 148.96 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 50 | 0.60 | 0.96 | 0 | 0.80 | 262.5 | 0.92 | 0.1 |
| Hex | 14 | 2 | 32 | 3C | 60 | 0 | 50 | 106 | 5C | A |
| Octal | 24 | 2 | 62 | 74 | 140 | 0 | 120 | 406 | 134 | 12 |
| Binary | 10100 | 10 | 110010 | 111100 | 1100000 | 0 | 1010000 | 100000110 | 1011100 | 1010 |
Color Harmonies of #140232
Complementary color
Monochromatic Colors of #140232
Black with #140232
Text Example
Text Example
White with #140232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140232; }
p { color: rgb(20,2,50); }
H1.HeaderClassName
{
color: #140232;
}
.AnyTagClassName
{
color: #140232;
}
</style>
background-color css
<style>
a { background-color: #140232; }
a { background-color: rgb(20,2,50); }
div.DivClassName
{
background-color: #140232;
}
.BgClassName
{
background-color: #140232;
}
</style>
border-color css
<style>
span { border-color: #140232; }
span { border-color: rgb(20,2,50); }
td.TdClassName
{
border-color: #140232;
}
.TagClassName
{
border-color: #140232;
}
</style>