#220144

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

Shades of Blackcurrant #220144

Tints of Blackcurrant #220144

Color information

#220144 (or 0x220144) is unknown color: approx Blackcurrant. HEX triplet: 22, 01 and 44. RGB value is (34,1,68). Sum of RGB (Red+Green+Blue) = 34+1+68=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 68 (26.95% from 255 or 66.02% from 103); Max value from RGB is 68 - color contains mainly: blue. Hex color #220144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220144 is #DDFEBB. Grayscale: #121212. Windows color (decimal): -14548668 or 4456738. OLE color: 4456738.

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

Color convert

RGB34168-
CMYK0.500.9900.73
HSL269.55º97.1%13.53%-
HSV(B)269.55º98.53%26.67%-
XYZ1.710.785.53-
YUV18.51155.93139.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.01%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 68 (26.95% from 255) = 66.02%
R=33.01%
G=0.97%
B=66.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal341680.500.9900.73269.5597.113.53
Hex22144326304910e61e
Octal42110462143011141614116
Binary1000101100010011001011000110100100110000111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220144; }

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

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

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

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

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

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

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

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