#340950

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

Shades of Blackcurrant #340950

Tints of Blackcurrant #340950

Color information

#340950 (or 0x340950) is unknown color: approx Blackcurrant. HEX triplet: 34, 09 and 50. RGB value is (52,9,80). Sum of RGB (Red+Green+Blue) = 52+9+80=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #340950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340950 is #CBF6AF. Grayscale: #1D1D1D. Windows color (decimal): -13366960 or 5245236. OLE color: 5245236.

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

Color convert

RGB52980-
CMYK0.350.8900.69
HSL276.34º79.78%17.45%-
HSV(B)276.34º88.75%31.37%-
XYZ2.961.57.72-
YUV29.95156.25143.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 80 (31.64% from 255) = 56.74%
R=36.88%
G=6.38%
B=56.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal529800.350.8900.69276.3479.7817.45
Hex3495023590451145011
Octal641112043131010542412021
Binary11010010011010000100011101100101000101100010100101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340950; }

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

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

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

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

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

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

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

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