#340457

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

Shades of Blackcurrant #340457

Tints of Blackcurrant #340457

Color information

#340457 (or 0x340457) is unknown color: approx Blackcurrant. HEX triplet: 34, 04 and 57. RGB value is (52,4,87). Sum of RGB (Red+Green+Blue) = 52+4+87=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #340457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340457 is #CBFBA8. Grayscale: #1B1B1B. Windows color (decimal): -13368233 or 5702708. OLE color: 5702708.

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

Color convert

RGB52487-
CMYK0.400.9500.66
HSL274.7º91.21%17.84%-
HSV(B)274.7º95.4%34.12%-
XYZ3.181.519.14-
YUV27.81161.4145.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 87 (34.38% from 255) = 60.84%
R=36.36%
G=2.80%
B=60.84%

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
Decimal524870.400.9500.66274.791.2117.84
Hex34457285F0421135b12
Octal64412750137010242313322
Binary1101001001010111101000101111101000010100010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340457; }

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

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

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

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

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

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

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

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