#340157

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

Shades of Blackcurrant #340157

Tints of Blackcurrant #340157

Color information

#340157 (or 0x340157) is unknown color: approx Blackcurrant. HEX triplet: 34, 01 and 57. RGB value is (52,1,87). Sum of RGB (Red+Green+Blue) = 52+1+87=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #340157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340157 is #CBFEA8. Grayscale: #191919. Windows color (decimal): -13369001 or 5701940. OLE color: 5701940.

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

Color convert

RGB52187-
CMYK0.400.9900.66
HSL275.58º97.73%17.25%-
HSV(B)275.58º98.85%34.12%-
XYZ3.151.449.13-
YUV26.05162.4146.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 87 (34.38% from 255) = 62.14%
R=37.14%
G=0.71%
B=62.14%

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
Decimal521870.400.9900.66275.5897.7317.25
Hex3415728630421146211
Octal64112750143010242414221
Binary11010011010111101000110001101000010100010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340157; }

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

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

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

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

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

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

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

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