#340557

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

Shades of Blackcurrant #340557

Tints of Blackcurrant #340557

Color information

#340557 (or 0x340557) is unknown color: approx Blackcurrant. HEX triplet: 34, 05 and 57. RGB value is (52,5,87). Sum of RGB (Red+Green+Blue) = 52+5+87=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #340557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340557 is #CBFAA8. Grayscale: #1C1C1C. Windows color (decimal): -13367977 or 5702964. OLE color: 5702964.

HSL color Cylindrical-coordinate representation of color #340557: hue angle of 274.39º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340557 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB52587-
CMYK0.400.9400.66
HSL274.39º89.13%18.04%-
HSV(B)274.39º94.25%34.12%-
XYZ3.191.539.14-
YUV28.4161.07144.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 87 (34.38% from 255) = 60.42%
R=36.11%
G=3.47%
B=60.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal525870.400.9400.66274.3989.1318.04
Hex34557285E0421125912
Octal64512750136010242213122
Binary1101001011010111101000101111001000010100010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340557; }

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

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

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

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

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

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

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

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