#340556

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

Shades of Blackcurrant #340556

Tints of Blackcurrant #340556

Color information

#340556 (or 0x340556) is unknown color: approx Blackcurrant. HEX triplet: 34, 05 and 56. RGB value is (52,5,86). Sum of RGB (Red+Green+Blue) = 52+5+86=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #340556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340556 is #CBFAA9. Grayscale: #1C1C1C. Windows color (decimal): -13367978 or 5637428. OLE color: 5637428.

HSL color Cylindrical-coordinate representation of color #340556: hue angle of 274.81º 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 #340556 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB52586-
CMYK0.400.9400.66
HSL274.81º89.01%17.84%-
HSV(B)274.81º94.19%33.73%-
XYZ3.151.518.93-
YUV28.29160.57144.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 86 (33.98% from 255) = 60.14%
R=36.36%
G=3.50%
B=60.14%

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
Decimal525860.400.9400.66274.8189.0117.84
Hex34556285E0421135912
Octal64512650136010242313122
Binary1101001011010110101000101111001000010100010011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340556; }

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

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

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

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

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

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

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

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