#340156

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

Shades of Blackcurrant #340156

Tints of Blackcurrant #340156

Color information

#340156 (or 0x340156) is unknown color: approx Blackcurrant. HEX triplet: 34, 01 and 56. RGB value is (52,1,86). Sum of RGB (Red+Green+Blue) = 52+1+86=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #340156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340156 is #CBFEA9. Grayscale: #191919. Windows color (decimal): -13369002 or 5636404. OLE color: 5636404.

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

Color convert

RGB52186-
CMYK0.400.9900.66
HSL276º97.7%17.06%-
HSV(B)276º98.84%33.73%-
XYZ3.111.428.92-
YUV25.94161.9146.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 86 (33.98% from 255) = 61.87%
R=37.41%
G=0.72%
B=61.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal521860.400.9900.6627697.717.06
Hex3415628630421146211
Octal64112650143010242414221
Binary11010011010110101000110001101000010100010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340156; }

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

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

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

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

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

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

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

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