#340256

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

Shades of Blackcurrant #340256

Tints of Blackcurrant #340256

Color information

#340256 (or 0x340256) is unknown color: approx Blackcurrant. HEX triplet: 34, 02 and 56. RGB value is (52,2,86). Sum of RGB (Red+Green+Blue) = 52+2+86=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #340256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340256 is #CBFDA9. Grayscale: #1A1A1A. Windows color (decimal): -13368746 or 5636660. OLE color: 5636660.

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

Color convert

RGB52286-
CMYK0.400.9800.66
HSL275.71º95.45%17.25%-
HSV(B)275.71º97.67%33.73%-
XYZ3.121.458.92-
YUV26.53161.56146.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 86 (33.98% from 255) = 61.43%
R=37.14%
G=1.43%
B=61.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal522860.400.9800.66275.7195.4517.25
Hex3425628620421145f11
Octal64212650142010242413721
Binary110100101010110101000110001001000010100010100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340256; }

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

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

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

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

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

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

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

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