Shades of Blackcurrant #340350
Tints of Blackcurrant #340350
RGB
CMYK
RGB Variations
Color information
#340350 (or 0x340350) is known color: Blackcurrant. HEX triplet: 34, 03 and 50. RGB value is (52,3,80). Sum of RGB (Red+Green+Blue) = 52+3+80=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #340350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340350 is #CBFCAF. Grayscale: #1A1A1A. Windows color (decimal): -13368496 or 5243700. OLE color: 5243700.
HSL color Cylindrical-coordinate representation of color #340350: hue angle of 278.18º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340350 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 3 | 80 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.69 |
| HSL | 278.18º | 0.93% | 0.16% | - |
| HSV(B) | 278.18º | 0.96% | 0.31% | - |
| XYZ | 2.9 | 1.37 | 7.7 | - |
| YUV | 26.43 | 158.23 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 80 | 0.35 | 0.96 | 0 | 0.69 | 278.18 | 0.93 | 0.16 |
| Hex | 34 | 3 | 50 | 23 | 60 | 0 | 45 | 116 | 5D | 10 |
| Octal | 64 | 3 | 120 | 43 | 140 | 0 | 105 | 426 | 135 | 20 |
| Binary | 110100 | 11 | 1010000 | 100011 | 1100000 | 0 | 1000101 | 100010110 | 1011101 | 10000 |
Color Harmonies of #340350
Complementary color
Monochromatic Colors of #340350
Black with #340350
Text Example
Text Example
White with #340350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340350; }
p { color: rgb(52,3,80); }
H1.HeaderClassName
{
color: #340350;
}
.AnyTagClassName
{
color: #340350;
}
</style>
background-color css
<style>
a { background-color: #340350; }
a { background-color: rgb(52,3,80); }
div.DivClassName
{
background-color: #340350;
}
.BgClassName
{
background-color: #340350;
}
</style>
border-color css
<style>
span { border-color: #340350; }
span { border-color: rgb(52,3,80); }
td.TdClassName
{
border-color: #340350;
}
.TagClassName
{
border-color: #340350;
}
</style>