Shades of Blackcurrant #340140
Tints of Blackcurrant #340140
RGB
CMYK
RGB Variations
Color information
#340140 (or 0x340140) is known color: Blackcurrant. HEX triplet: 34, 01 and 40. RGB value is (52,1,64). Sum of RGB (Red+Green+Blue) = 52+1+64=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #340140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340140 is #CBFEBF. Grayscale: #171717. Windows color (decimal): -13369024 or 4194612. OLE color: 4194612.
HSL color Cylindrical-coordinate representation of color #340140: hue angle of 288.57º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340140 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 1 | 64 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.75 |
| HSL | 288.57º | 0.97% | 0.13% | - |
| HSV(B) | 288.57º | 0.98% | 0.25% | - |
| XYZ | 2.35 | 1.12 | 4.94 | - |
| YUV | 23.43 | 150.9 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 64 | 0.19 | 0.98 | 0 | 0.75 | 288.57 | 0.97 | 0.13 |
| Hex | 34 | 1 | 40 | 13 | 62 | 0 | 4B | 121 | 61 | D |
| Octal | 64 | 1 | 100 | 23 | 142 | 0 | 113 | 441 | 141 | 15 |
| Binary | 110100 | 1 | 1000000 | 10011 | 1100010 | 0 | 1001011 | 100100001 | 1100001 | 1101 |
Color Harmonies of #340140
Complementary color
Monochromatic Colors of #340140
Black with #340140
Text Example
Text Example
White with #340140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340140; }
p { color: rgb(52,1,64); }
H1.HeaderClassName
{
color: #340140;
}
.AnyTagClassName
{
color: #340140;
}
</style>
background-color css
<style>
a { background-color: #340140; }
a { background-color: rgb(52,1,64); }
div.DivClassName
{
background-color: #340140;
}
.BgClassName
{
background-color: #340140;
}
</style>
border-color css
<style>
span { border-color: #340140; }
span { border-color: rgb(52,1,64); }
td.TdClassName
{
border-color: #340140;
}
.TagClassName
{
border-color: #340140;
}
</style>