Shades of Blackcurrant #340649
Tints of Blackcurrant #340649
RGB
CMYK
RGB Variations
Color information
#340649 (or 0x340649) is known color: Blackcurrant. HEX triplet: 34, 06 and 49. RGB value is (52,6,73). Sum of RGB (Red+Green+Blue) = 52+6+73=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #340649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340649 is #CBF9B6. Grayscale: #1B1B1B. Windows color (decimal): -13367735 or 4785716. OLE color: 4785716.
HSL color Cylindrical-coordinate representation of color #340649: hue angle of 281.19º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340649 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 6 | 73 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.71 |
| HSL | 281.19º | 0.85% | 0.15% | - |
| HSV(B) | 281.19º | 0.92% | 0.29% | - |
| XYZ | 2.68 | 1.34 | 6.42 | - |
| YUV | 27.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 6 | 73 | 0.29 | 0.92 | 0 | 0.71 | 281.19 | 0.85 | 0.15 |
| Hex | 34 | 6 | 49 | 1D | 5C | 0 | 47 | 119 | 55 | F |
| Octal | 64 | 6 | 111 | 35 | 134 | 0 | 107 | 431 | 125 | 17 |
| Binary | 110100 | 110 | 1001001 | 11101 | 1011100 | 0 | 1000111 | 100011001 | 1010101 | 1111 |
Color Harmonies of #340649
Complementary color
Monochromatic Colors of #340649
Black with #340649
Text Example
Text Example
White with #340649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340649; }
p { color: rgb(52,6,73); }
H1.HeaderClassName
{
color: #340649;
}
.AnyTagClassName
{
color: #340649;
}
</style>
background-color css
<style>
a { background-color: #340649; }
a { background-color: rgb(52,6,73); }
div.DivClassName
{
background-color: #340649;
}
.BgClassName
{
background-color: #340649;
}
</style>
border-color css
<style>
span { border-color: #340649; }
span { border-color: rgb(52,6,73); }
td.TdClassName
{
border-color: #340649;
}
.TagClassName
{
border-color: #340649;
}
</style>