Shades of Blackcurrant #340449
Tints of Blackcurrant #340449
RGB
CMYK
RGB Variations
Color information
#340449 (or 0x340449) is known color: Blackcurrant. HEX triplet: 34, 04 and 49. RGB value is (52,4,73). Sum of RGB (Red+Green+Blue) = 52+4+73=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #340449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340449 is #CBFBB6. Grayscale: #191919. Windows color (decimal): -13368247 or 4785204. OLE color: 4785204.
HSL color Cylindrical-coordinate representation of color #340449: hue angle of 281.74º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340449 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 4 | 73 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.71 |
| HSL | 281.74º | 0.9% | 0.15% | - |
| HSV(B) | 281.74º | 0.95% | 0.29% | - |
| XYZ | 2.66 | 1.3 | 6.41 | - |
| YUV | 26.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 73 | 0.29 | 0.95 | 0 | 0.71 | 281.74 | 0.9 | 0.15 |
| Hex | 34 | 4 | 49 | 1D | 5F | 0 | 47 | 11A | 5A | F |
| Octal | 64 | 4 | 111 | 35 | 137 | 0 | 107 | 432 | 132 | 17 |
| Binary | 110100 | 100 | 1001001 | 11101 | 1011111 | 0 | 1000111 | 100011010 | 1011010 | 1111 |
Color Harmonies of #340449
Complementary color
Monochromatic Colors of #340449
Black with #340449
Text Example
Text Example
White with #340449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340449; }
p { color: rgb(52,4,73); }
H1.HeaderClassName
{
color: #340449;
}
.AnyTagClassName
{
color: #340449;
}
</style>
background-color css
<style>
a { background-color: #340449; }
a { background-color: rgb(52,4,73); }
div.DivClassName
{
background-color: #340449;
}
.BgClassName
{
background-color: #340449;
}
</style>
border-color css
<style>
span { border-color: #340449; }
span { border-color: rgb(52,4,73); }
td.TdClassName
{
border-color: #340449;
}
.TagClassName
{
border-color: #340449;
}
</style>