Shades of Blackcurrant #340549
Tints of Blackcurrant #340549
RGB
CMYK
RGB Variations
Color information
#340549 (or 0x340549) is known color: Blackcurrant. HEX triplet: 34, 05 and 49. RGB value is (52,5,73). Sum of RGB (Red+Green+Blue) = 52+5+73=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #340549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340549 is #CBFAB6. Grayscale: #1A1A1A. Windows color (decimal): -13367991 or 4785460. OLE color: 4785460.
HSL color Cylindrical-coordinate representation of color #340549: hue angle of 281.47º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340549 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 5 | 73 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.71 |
| HSL | 281.47º | 0.87% | 0.15% | - |
| HSV(B) | 281.47º | 0.93% | 0.29% | - |
| XYZ | 2.67 | 1.32 | 6.42 | - |
| YUV | 26.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 73 | 0.29 | 0.93 | 0 | 0.71 | 281.47 | 0.87 | 0.15 |
| Hex | 34 | 5 | 49 | 1D | 5D | 0 | 47 | 119 | 57 | F |
| Octal | 64 | 5 | 111 | 35 | 135 | 0 | 107 | 431 | 127 | 17 |
| Binary | 110100 | 101 | 1001001 | 11101 | 1011101 | 0 | 1000111 | 100011001 | 1010111 | 1111 |
Color Harmonies of #340549
Complementary color
Monochromatic Colors of #340549
Black with #340549
Text Example
Text Example
White with #340549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340549; }
p { color: rgb(52,5,73); }
H1.HeaderClassName
{
color: #340549;
}
.AnyTagClassName
{
color: #340549;
}
</style>
background-color css
<style>
a { background-color: #340549; }
a { background-color: rgb(52,5,73); }
div.DivClassName
{
background-color: #340549;
}
.BgClassName
{
background-color: #340549;
}
</style>
border-color css
<style>
span { border-color: #340549; }
span { border-color: rgb(52,5,73); }
td.TdClassName
{
border-color: #340549;
}
.TagClassName
{
border-color: #340549;
}
</style>