#220349

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

Shades of Blackcurrant #220349

Tints of Blackcurrant #220349

Color information

#220349 (or 0x220349) is unknown color: approx Blackcurrant. HEX triplet: 22, 03 and 49. RGB value is (34,3,73). Sum of RGB (Red+Green+Blue) = 34+3+73=110 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.91% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #220349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220349 is #DDFCB6. Grayscale: #141414. Windows color (decimal): -14548151 or 4784930. OLE color: 4784930.

HSL color Cylindrical-coordinate representation of color #220349: hue angle of 266.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220349 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB34373-
CMYK0.530.9600.71
HSL266.57º92.11%14.9%-
HSV(B)266.57º95.89%28.63%-
XYZ1.890.896.37-
YUV20.25157.77137.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.91%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 73 (28.91% from 255) = 66.36%
R=30.91%
G=2.73%
B=66.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal343730.530.9600.71266.5792.1114.9
Hex22349356004710b5cf
Octal42311165140010741313417
Binary10001011100100111010111000000100011110000101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220349; }

 p { color: rgb(34,3,73); }

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

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

 a { background-color: rgb(34,3,73); }

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

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

 span { border-color: rgb(34,3,73); }

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