#340059

Color #340059 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #340059

Tints of Blackcurrant #340059

Color information

#340059 (or 0x340059) is unknown color: approx Blackcurrant. HEX triplet: 34, 00 and 59. RGB value is (52,0,89). Sum of RGB (Red+Green+Blue) = 52+0+89=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #340059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340059 is #CBFFA6. Grayscale: #191919. Windows color (decimal): -13369255 or 5832756. OLE color: 5832756.

HSL color Cylindrical-coordinate representation of color #340059: hue angle of 275.06º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340059 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB52089-
CMYK0.42100.65
HSL275.06º100%17.45%-
HSV(B)275.06º100%34.9%-
XYZ3.221.459.56-
YUV25.69163.73146.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 63.12%
R=36.88%
G=0%
B=63.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal520890.42100.65275.0610017.45
Hex340592A640411136411
Octal64013152144010142314421
Binary11010001011001101010110010001000001100010011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340059; }

 p { color: rgb(52,0,89); }

 H1.HeaderClassName
 {
   color: #340059;
 }
 .AnyTagClassName
 {
   color: #340059;
 }
</style>
background-color css

<style>
 a { background-color: #340059; }

 a { background-color: rgb(52,0,89); }

 div.DivClassName
 {
   background-color: #340059;
 }
 .BgClassName
 {
   background-color: #340059;
 }
</style>
border-color css

<style>
 span { border-color: #340059; }

 span { border-color: rgb(52,0,89); }

 td.TdClassName
 {
   border-color: #340059;
 }
 .TagClassName
 {
   border-color: #340059;
 }
</style>