#340646

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

Shades of Blackcurrant #340646

Tints of Blackcurrant #340646

Color information

#340646 (or 0x340646) is unknown color: approx Blackcurrant. HEX triplet: 34, 06 and 46. RGB value is (52,6,70). Sum of RGB (Red+Green+Blue) = 52+6+70=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #340646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340646 is #CBF9B9. Grayscale: #1A1A1A. Windows color (decimal): -13367738 or 4589108. OLE color: 4589108.

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

Color convert

RGB52670-
CMYK0.260.9100.73
HSL283.12º84.21%14.9%-
HSV(B)283.12º91.43%27.45%-
XYZ2.591.35.91-
YUV27.05152.24145.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 6 (2.73% from 255) = 4.69%
BLUE value IS 70 (27.73% from 255) = 54.69%
R=40.62%
G=4.69%
B=54.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal526700.260.9100.73283.1284.2114.9
Hex346461A5B04911b54f
Octal64610632133011143312417
Binary11010011010001101101010110110100100110001101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340646; }

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

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

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

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

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

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

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

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