#220740

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

Shades of Blackcurrant #220740

Tints of Blackcurrant #220740

Color information

#220740 (or 0x220740) is unknown color: approx Blackcurrant. HEX triplet: 22, 07 and 40. RGB value is (34,7,64). Sum of RGB (Red+Green+Blue) = 34+7+64=105 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.38% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #220740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220740 is #DDF8BF. Grayscale: #151515. Windows color (decimal): -14547136 or 4196130. OLE color: 4196130.

HSL color Cylindrical-coordinate representation of color #220740: hue angle of 268.42º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #220740 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB34764-
CMYK0.470.8900.75
HSL268.42º80.28%13.92%-
HSV(B)268.42º89.06%25.1%-
XYZ1.660.864.93-
YUV21.57151.95136.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.38%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 64 (25.39% from 255) = 60.95%
R=32.38%
G=6.67%
B=60.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal347640.470.8900.75268.4280.2813.92
Hex227402F5904B10c50e
Octal42710057131011341412016
Binary100010111100000010111110110010100101110000110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220740; }

 p { color: rgb(34,7,64); }

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

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

 a { background-color: rgb(34,7,64); }

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

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

 span { border-color: rgb(34,7,64); }

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