#220334

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

Shades of Blackcurrant #220334

Tints of Blackcurrant #220334

Color information

#220334 (or 0x220334) is unknown color: approx Blackcurrant. HEX triplet: 22, 03 and 34. RGB value is (34,3,52). Sum of RGB (Red+Green+Blue) = 34+3+52=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #220334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220334 is #DDFCCB. Grayscale: #111111. Windows color (decimal): -14548172 or 3408674. OLE color: 3408674.

HSL color Cylindrical-coordinate representation of color #220334: hue angle of 277.96º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220334 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB34352-
CMYK0.350.9400.80
HSL277.96º89.09%10.78%-
HSV(B)277.96º94.23%20.39%-
XYZ1.310.653.31-
YUV17.86147.27139.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.20%
GREEN value IS 3 (1.56% from 255) = 3.37%
BLUE value IS 52 (20.70% from 255) = 58.43%
R=38.20%
G=3.37%
B=58.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal343520.350.9400.80277.9689.0910.78
Hex22334235E05011659b
Octal4236443136012042613113
Binary1000101111010010001110111100101000010001011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220334; }

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

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

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

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

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

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

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

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