#340257

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

Shades of Blackcurrant #340257

Tints of Blackcurrant #340257

Color information

#340257 (or 0x340257) is unknown color: approx Blackcurrant. HEX triplet: 34, 02 and 57. RGB value is (52,2,87). Sum of RGB (Red+Green+Blue) = 52+2+87=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #340257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340257 is #CBFDA8. Grayscale: #1A1A1A. Windows color (decimal): -13368745 or 5702196. OLE color: 5702196.

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

Color convert

RGB52287-
CMYK0.400.9800.66
HSL275.29º95.51%17.45%-
HSV(B)275.29º97.7%34.12%-
XYZ3.161.469.13-
YUV26.64162.06146.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 87 (34.38% from 255) = 61.70%
R=36.88%
G=1.42%
B=61.70%

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
Decimal522870.400.9800.66275.2995.5117.45
Hex3425728620421136011
Octal64212750142010242314021
Binary110100101010111101000110001001000010100010011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340257; }

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

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

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

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

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

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

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

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