#220649

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

Shades of Blackcurrant #220649

Tints of Blackcurrant #220649

Color information

#220649 (or 0x220649) is unknown color: approx Blackcurrant. HEX triplet: 22, 06 and 49. RGB value is (34,6,73). Sum of RGB (Red+Green+Blue) = 34+6+73=113 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.09% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #220649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220649 is #DDF9B6. Grayscale: #151515. Windows color (decimal): -14547383 or 4785698. OLE color: 4785698.

HSL color Cylindrical-coordinate representation of color #220649: hue angle of 265.07º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220649 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB34673-
CMYK0.530.9200.71
HSL265.07º84.81%15.49%-
HSV(B)265.07º91.78%28.63%-
XYZ1.930.956.39-
YUV22.01156.78136.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.09%
GREEN value IS 6 (2.73% from 255) = 5.31%
BLUE value IS 73 (28.91% from 255) = 64.60%
R=30.09%
G=5.31%
B=64.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal346730.530.9200.71265.0784.8115.49
Hex22649355C04710955f
Octal42611165134010741112517
Binary100010110100100111010110111000100011110000100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220649; }

 p { color: rgb(34,6,73); }

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

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

 a { background-color: rgb(34,6,73); }

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

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

 span { border-color: rgb(34,6,73); }

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