#340544

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

Shades of Blackcurrant #340544

Tints of Blackcurrant #340544

Color information

#340544 (or 0x340544) is unknown color: approx Blackcurrant. HEX triplet: 34, 05 and 44. RGB value is (52,5,68). Sum of RGB (Red+Green+Blue) = 52+5+68=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #340544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340544 is #CBFABB. Grayscale: #1A1A1A. Windows color (decimal): -13367996 or 4457780. OLE color: 4457780.

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

Color convert

RGB52568-
CMYK0.240.9300.73
HSL284.76º86.3%14.31%-
HSV(B)284.76º92.65%26.67%-
XYZ2.511.265.58-
YUV26.24151.57146.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 68 (26.95% from 255) = 54.4%
R=41.6%
G=4%
B=54.4%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal525680.240.9300.73284.7686.314.31
Hex34544185D04911d56e
Octal64510430135011143512616
Binary11010010110001001100010111010100100110001110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340544; }

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

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

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

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

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

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

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

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