#340644

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

Shades of Blackcurrant #340644

Tints of Blackcurrant #340644

Color information

#340644 (or 0x340644) is unknown color: approx Blackcurrant. HEX triplet: 34, 06 and 44. RGB value is (52,6,68). Sum of RGB (Red+Green+Blue) = 52+6+68=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 68 (26.95% from 255 or 53.97% from 126); Max value from RGB is 68 - color contains mainly: blue. Hex color #340644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340644 is #CBF9BB. Grayscale: #1A1A1A. Windows color (decimal): -13367740 or 4458036. OLE color: 4458036.

HSL color Cylindrical-coordinate representation of color #340644: hue angle of 284.52º 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 #340644 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB52668-
CMYK0.240.9100.73
HSL284.52º83.78%14.51%-
HSV(B)284.52º91.18%26.67%-
XYZ2.521.285.58-
YUV26.82151.24145.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 68 (26.95% from 255) = 53.97%
R=41.27%
G=4.76%
B=53.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal526680.240.9100.73284.5283.7814.51
Hex34644185B04911d54f
Octal64610430133011143512417
Binary11010011010001001100010110110100100110001110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340644; }

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

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

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

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

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

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

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

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