#340456

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

Shades of Blackcurrant #340456

Tints of Blackcurrant #340456

Color information

#340456 (or 0x340456) is unknown color: approx Blackcurrant. HEX triplet: 34, 04 and 56. RGB value is (52,4,86). Sum of RGB (Red+Green+Blue) = 52+4+86=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #340456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340456 is #CBFBA9. Grayscale: #1B1B1B. Windows color (decimal): -13368234 or 5637172. OLE color: 5637172.

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

Color convert

RGB52486-
CMYK0.400.9500.66
HSL275.12º91.11%17.65%-
HSV(B)275.12º95.35%33.73%-
XYZ3.141.498.93-
YUV27.7160.9145.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 86 (33.98% from 255) = 60.56%
R=36.62%
G=2.82%
B=60.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal524860.400.9500.66275.1291.1117.65
Hex34456285F0421135b12
Octal64412650137010242313322
Binary1101001001010110101000101111101000010100010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340456; }

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

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

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

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

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

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

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

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