#340450

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

Shades of Blackcurrant #340450

Tints of Blackcurrant #340450

Color information

#340450 (or 0x340450) is unknown color: approx Blackcurrant. HEX triplet: 34, 04 and 50. RGB value is (52,4,80). Sum of RGB (Red+Green+Blue) = 52+4+80=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #340450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340450 is #CBFBAF. Grayscale: #1A1A1A. Windows color (decimal): -13368240 or 5243956. OLE color: 5243956.

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

Color convert

RGB52480-
CMYK0.350.9500.69
HSL277.89º90.48%16.47%-
HSV(B)277.89º95%31.37%-
XYZ2.911.47.71-
YUV27.02157.9145.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 80 (31.64% from 255) = 58.82%
R=38.24%
G=2.94%
B=58.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal524800.350.9500.69277.8990.4816.47
Hex34450235F0451165a10
Octal64412043137010542613220
Binary1101001001010000100011101111101000101100010110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340450; }

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

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

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

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

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

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

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

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