#220444

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

Shades of Blackcurrant #220444

Tints of Blackcurrant #220444

Color information

#220444 (or 0x220444) is unknown color: approx Blackcurrant. HEX triplet: 22, 04 and 44. RGB value is (34,4,68). Sum of RGB (Red+Green+Blue) = 34+4+68=106 (14% of max value = 765). Red value is 34 (13.67% from 255 or 32.08% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 68 (26.95% from 255 or 64.15% from 106); Max value from RGB is 68 - color contains mainly: blue. Hex color #220444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220444 is #DDFBBB. Grayscale: #141414. Windows color (decimal): -14547900 or 4457506. OLE color: 4457506.

HSL color Cylindrical-coordinate representation of color #220444: hue angle of 268.12º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220444 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB34468-
CMYK0.500.9400.73
HSL268.12º88.89%14.12%-
HSV(B)268.12º94.12%26.67%-
XYZ1.750.845.54-
YUV20.27154.94137.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.08%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 68 (26.95% from 255) = 64.15%
R=32.08%
G=3.77%
B=64.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal344680.500.9400.73268.1288.8914.12
Hex22444325E04910c59e
Octal42410462136011141413116
Binary100010100100010011001010111100100100110000110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220444; }

 p { color: rgb(34,4,68); }

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

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

 a { background-color: rgb(34,4,68); }

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

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

 span { border-color: rgb(34,4,68); }

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