Shades of Blackcurrant #340245
Tints of Blackcurrant #340245
RGB
CMYK
RGB Variations
Color information
#340245 (or 0x340245) is known color: Blackcurrant. HEX triplet: 34, 02 and 45. RGB value is (52,2,69). Sum of RGB (Red+Green+Blue) = 52+2+69=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #340245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340245 is #CBFDBA. Grayscale: #181818. Windows color (decimal): -13368763 or 4522548. OLE color: 4522548.
HSL color Cylindrical-coordinate representation of color #340245: hue angle of 284.78º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340245 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 2 | 69 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.73 |
| HSL | 284.78º | 0.94% | 0.14% | - |
| HSV(B) | 284.78º | 0.97% | 0.27% | - |
| XYZ | 2.51 | 1.2 | 5.73 | - |
| YUV | 24.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 69 | 0.25 | 0.97 | 0 | 0.73 | 284.78 | 0.94 | 0.14 |
| Hex | 34 | 2 | 45 | 19 | 61 | 0 | 49 | 11D | 5E | E |
| Octal | 64 | 2 | 105 | 31 | 141 | 0 | 111 | 435 | 136 | 16 |
| Binary | 110100 | 10 | 1000101 | 11001 | 1100001 | 0 | 1001001 | 100011101 | 1011110 | 1110 |
Color Harmonies of #340245
Complementary color
Monochromatic Colors of #340245
Black with #340245
Text Example
Text Example
White with #340245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340245; }
p { color: rgb(52,2,69); }
H1.HeaderClassName
{
color: #340245;
}
.AnyTagClassName
{
color: #340245;
}
</style>
background-color css
<style>
a { background-color: #340245; }
a { background-color: rgb(52,2,69); }
div.DivClassName
{
background-color: #340245;
}
.BgClassName
{
background-color: #340245;
}
</style>
border-color css
<style>
span { border-color: #340245; }
span { border-color: rgb(52,2,69); }
td.TdClassName
{
border-color: #340245;
}
.TagClassName
{
border-color: #340245;
}
</style>