Shades of Blackcurrant #340146
Tints of Blackcurrant #340146
RGB
CMYK
RGB Variations
Color information
#340146 (or 0x340146) is known color: Blackcurrant. HEX triplet: 34, 01 and 46. RGB value is (52,1,70). Sum of RGB (Red+Green+Blue) = 52+1+70=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #340146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340146 is #CBFEB9. Grayscale: #171717. Windows color (decimal): -13369018 or 4587828. OLE color: 4587828.
HSL color Cylindrical-coordinate representation of color #340146: hue angle of 284.35º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340146 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 1 | 70 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.73 |
| HSL | 284.35º | 0.97% | 0.14% | - |
| HSV(B) | 284.35º | 0.99% | 0.27% | - |
| XYZ | 2.53 | 1.19 | 5.89 | - |
| YUV | 24.12 | 153.9 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 70 | 0.26 | 0.99 | 0 | 0.73 | 284.35 | 0.97 | 0.14 |
| Hex | 34 | 1 | 46 | 1A | 63 | 0 | 49 | 11C | 61 | E |
| Octal | 64 | 1 | 106 | 32 | 143 | 0 | 111 | 434 | 141 | 16 |
| Binary | 110100 | 1 | 1000110 | 11010 | 1100011 | 0 | 1001001 | 100011100 | 1100001 | 1110 |
Color Harmonies of #340146
Complementary color
Monochromatic Colors of #340146
Black with #340146
Text Example
Text Example
White with #340146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340146; }
p { color: rgb(52,1,70); }
H1.HeaderClassName
{
color: #340146;
}
.AnyTagClassName
{
color: #340146;
}
</style>
background-color css
<style>
a { background-color: #340146; }
a { background-color: rgb(52,1,70); }
div.DivClassName
{
background-color: #340146;
}
.BgClassName
{
background-color: #340146;
}
</style>
border-color css
<style>
span { border-color: #340146; }
span { border-color: rgb(52,1,70); }
td.TdClassName
{
border-color: #340146;
}
.TagClassName
{
border-color: #340146;
}
</style>