#340347

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

Shades of Blackcurrant #340347

Tints of Blackcurrant #340347

Color information

#340347 (or 0x340347) is unknown color: approx Blackcurrant. HEX triplet: 34, 03 and 47. RGB value is (52,3,71). Sum of RGB (Red+Green+Blue) = 52+3+71=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #340347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340347 is #CBFCB8. Grayscale: #191919. Windows color (decimal): -13368505 or 4653876. OLE color: 4653876.

HSL color Cylindrical-coordinate representation of color #340347: hue angle of 283.24º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340347 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB52371-
CMYK0.270.9600.72
HSL283.24º91.89%14.51%-
HSV(B)283.24º95.77%27.84%-
XYZ2.591.256.07-
YUV25.4153.73146.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 71 (28.12% from 255) = 56.35%
R=41.27%
G=2.38%
B=56.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal523710.270.9600.72283.2491.8914.51
Hex343471B6004811b5cf
Octal64310733140011043313417
Binary1101001110001111101111000000100100010001101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340347; }

 p { color: rgb(52,3,71); }

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

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

 a { background-color: rgb(52,3,71); }

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

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

 span { border-color: rgb(52,3,71); }

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