Shades of Blackcurrant #140134
Tints of Blackcurrant #140134
RGB
CMYK
RGB Variations
Color information
#140134 (or 0x140134) is known color: Blackcurrant. HEX triplet: 14, 01 and 34. RGB value is (20,1,52). Sum of RGB (Red+Green+Blue) = 20+1+52=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 52 (20.70% from 255 or 71.23% from 73); Max value from RGB is 52 - color contains mainly: blue. Hex color #140134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140134 is #EBFECB. Grayscale: #0C0C0C. Windows color (decimal): -15466188 or 3408148. OLE color: 3408148.
HSL color Cylindrical-coordinate representation of color #140134: hue angle of 262.35º 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 #140134 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 1 | 52 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.80 |
| HSL | 262.35º | 0.96% | 0.1% | - |
| HSV(B) | 262.35º | 0.98% | 0.2% | - |
| XYZ | 0.92 | 0.42 | 3.28 | - |
| YUV | 12.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 52 | 0.62 | 0.98 | 0 | 0.80 | 262.35 | 0.96 | 0.1 |
| Hex | 14 | 1 | 34 | 3E | 62 | 0 | 50 | 106 | 60 | A |
| Octal | 24 | 1 | 64 | 76 | 142 | 0 | 120 | 406 | 140 | 12 |
| Binary | 10100 | 1 | 110100 | 111110 | 1100010 | 0 | 1010000 | 100000110 | 1100000 | 1010 |
Color Harmonies of #140134
Complementary color
Monochromatic Colors of #140134
Black with #140134
Text Example
Text Example
White with #140134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140134; }
p { color: rgb(20,1,52); }
H1.HeaderClassName
{
color: #140134;
}
.AnyTagClassName
{
color: #140134;
}
</style>
background-color css
<style>
a { background-color: #140134; }
a { background-color: rgb(20,1,52); }
div.DivClassName
{
background-color: #140134;
}
.BgClassName
{
background-color: #140134;
}
</style>
border-color css
<style>
span { border-color: #140134; }
span { border-color: rgb(20,1,52); }
td.TdClassName
{
border-color: #140134;
}
.TagClassName
{
border-color: #140134;
}
</style>