#220339

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

Shades of Blackcurrant #220339

Tints of Blackcurrant #220339

Color information

#220339 (or 0x220339) is unknown color: approx Blackcurrant. HEX triplet: 22, 03 and 39. RGB value is (34,3,57). Sum of RGB (Red+Green+Blue) = 34+3+57=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #220339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220339 is #DDFCC6. Grayscale: #121212. Windows color (decimal): -14548167 or 3736354. OLE color: 3736354.

HSL color Cylindrical-coordinate representation of color #220339: hue angle of 274.44º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220339 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB34357-
CMYK0.400.9500.78
HSL274.44º90%11.76%-
HSV(B)274.44º94.74%22.35%-
XYZ1.430.73.93-
YUV18.42149.77139.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.17%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 57 (22.66% from 255) = 60.64%
R=36.17%
G=3.19%
B=60.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal343570.400.9500.78274.449011.76
Hex22339285F04E1125ac
Octal4237150137011642213214
Binary1000101111100110100010111110100111010001001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220339; }

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

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

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

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

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

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

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

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