#220143

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

Shades of Blackcurrant #220143

Tints of Blackcurrant #220143

Color information

#220143 (or 0x220143) is unknown color: approx Blackcurrant. HEX triplet: 22, 01 and 43. RGB value is (34,1,67). Sum of RGB (Red+Green+Blue) = 34+1+67=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 67 (26.56% from 255 or 65.69% from 102); Max value from RGB is 67 - color contains mainly: blue. Hex color #220143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220143 is #DDFEBC. Grayscale: #121212. Windows color (decimal): -14548669 or 4391202. OLE color: 4391202.

HSL color Cylindrical-coordinate representation of color #220143: hue angle of 270º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220143 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB34167-
CMYK0.490.9900.74
HSL270º97.06%13.33%-
HSV(B)270º98.51%26.27%-
XYZ1.680.775.37-
YUV18.39155.43139.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 67 (26.56% from 255) = 65.69%
R=33.33%
G=0.98%
B=65.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal341670.490.9900.7427097.0613.33
Hex22143316304A10e61d
Octal42110361143011241614115
Binary1000101100001111000111000110100101010000111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220143; }

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

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

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

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

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

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

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

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