#220244

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

Shades of Blackcurrant #220244

Tints of Blackcurrant #220244

Color information

#220244 (or 0x220244) is unknown color: approx Blackcurrant. HEX triplet: 22, 02 and 44. RGB value is (34,2,68). Sum of RGB (Red+Green+Blue) = 34+2+68=104 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.69% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 68 (26.95% from 255 or 65.38% from 104); Max value from RGB is 68 - color contains mainly: blue. Hex color #220244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220244 is #DDFDBB. Grayscale: #121212. Windows color (decimal): -14548412 or 4456994. OLE color: 4456994.

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

Color convert

RGB34268-
CMYK0.500.9700.73
HSL269.09º94.29%13.73%-
HSV(B)269.09º97.06%26.67%-
XYZ1.720.85.53-
YUV19.09155.6138.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.69%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 68 (26.95% from 255) = 65.38%
R=32.69%
G=1.92%
B=65.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal342680.500.9700.73269.0994.2913.73
Hex22244326104910d5ee
Octal42210462141011141513616
Binary10001010100010011001011000010100100110000110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220244; }

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

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

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

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

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

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

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

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