#340350

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

Shades of Blackcurrant #340350

Tints of Blackcurrant #340350

Color information

#340350 (or 0x340350) is unknown color: approx Blackcurrant. HEX triplet: 34, 03 and 50. RGB value is (52,3,80). Sum of RGB (Red+Green+Blue) = 52+3+80=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #340350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340350 is #CBFCAF. Grayscale: #1A1A1A. Windows color (decimal): -13368496 or 5243700. OLE color: 5243700.

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

Color convert

RGB52380-
CMYK0.350.9600.69
HSL278.18º92.77%16.27%-
HSV(B)278.18º96.25%31.37%-
XYZ2.91.377.7-
YUV26.43158.23146.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.52%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 80 (31.64% from 255) = 59.26%
R=38.52%
G=2.22%
B=59.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal523800.350.9600.69278.1892.7716.27
Hex3435023600451165d10
Octal64312043140010542613520
Binary110100111010000100011110000001000101100010110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340350; }

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

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

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

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

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

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

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

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