#340250

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

Shades of Blackcurrant #340250

Tints of Blackcurrant #340250

Color information

#340250 (or 0x340250) is unknown color: approx Blackcurrant. HEX triplet: 34, 02 and 50. RGB value is (52,2,80). Sum of RGB (Red+Green+Blue) = 52+2+80=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #340250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340250 is #CBFDAF. Grayscale: #191919. Windows color (decimal): -13368752 or 5243444. OLE color: 5243444.

HSL color Cylindrical-coordinate representation of color #340250: hue angle of 278.46º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340250 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB52280-
CMYK0.350.9800.69
HSL278.46º95.12%16.08%-
HSV(B)278.46º97.5%31.37%-
XYZ2.891.357.7-
YUV25.84158.56146.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 80 (31.64% from 255) = 59.70%
R=38.81%
G=1.49%
B=59.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal522800.350.9800.69278.4695.1216.08
Hex3425023620451165f10
Octal64212043142010542613720
Binary110100101010000100011110001001000101100010110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340250; }

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

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

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

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

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

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

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

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