#340343

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

Shades of Blackcurrant #340343

Tints of Blackcurrant #340343

Color information

#340343 (or 0x340343) is unknown color: approx Blackcurrant. HEX triplet: 34, 03 and 43. RGB value is (52,3,67). Sum of RGB (Red+Green+Blue) = 52+3+67=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 67 (26.56% from 255 or 54.92% from 122); Max value from RGB is 67 - color contains mainly: blue. Hex color #340343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340343 is #CBFCBC. Grayscale: #181818. Windows color (decimal): -13368509 or 4391732. OLE color: 4391732.

HSL color Cylindrical-coordinate representation of color #340343: hue angle of 285.94º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340343 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB52367-
CMYK0.220.9600.74
HSL285.94º91.43%13.73%-
HSV(B)285.94º95.52%26.27%-
XYZ2.461.25.41-
YUV24.95151.73147.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.62%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 67 (26.56% from 255) = 54.92%
R=42.62%
G=2.46%
B=54.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal523670.220.9600.74285.9491.4313.73
Hex34343166004A11e5be
Octal64310326140011243613316
Binary1101001110000111011011000000100101010001111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340343; }

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

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

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

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

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

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

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

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