#340346

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

Shades of Blackcurrant #340346

Tints of Blackcurrant #340346

Color information

#340346 (or 0x340346) is unknown color: approx Blackcurrant. HEX triplet: 34, 03 and 46. RGB value is (52,3,70). Sum of RGB (Red+Green+Blue) = 52+3+70=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #340346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340346 is #CBFCB9. Grayscale: #191919. Windows color (decimal): -13368506 or 4588340. OLE color: 4588340.

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

Color convert

RGB52370-
CMYK0.260.9600.73
HSL283.88º91.78%14.31%-
HSV(B)283.88º95.71%27.45%-
XYZ2.551.245.9-
YUV25.29153.23147.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 70 (27.73% from 255) = 56%
R=41.6%
G=2.4%
B=56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal523700.260.9600.73283.8891.7814.31
Hex343461A6004911c5ce
Octal64310632140011143413416
Binary1101001110001101101011000000100100110001110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340346; }

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

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

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

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

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

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

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

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