#220631

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

Shades of Blackcurrant #220631

Tints of Blackcurrant #220631

Color information

#220631 (or 0x220631) is unknown color: approx Blackcurrant. HEX triplet: 22, 06 and 31. RGB value is (34,6,49). Sum of RGB (Red+Green+Blue) = 34+6+49=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #220631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220631 is #DDF9CE. Grayscale: #131313. Windows color (decimal): -14547407 or 3212834. OLE color: 3212834.

HSL color Cylindrical-coordinate representation of color #220631: hue angle of 279.07º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220631 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB34649-
CMYK0.310.8800.81
HSL279.07º78.18%10.78%-
HSV(B)279.07º87.76%19.22%-
XYZ1.280.692.97-
YUV19.27144.78138.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.20%
GREEN value IS 6 (2.73% from 255) = 6.74%
BLUE value IS 49 (19.53% from 255) = 55.06%
R=38.20%
G=6.74%
B=55.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal346490.310.8800.81279.0778.1810.78
Hex226311F580511174eb
Octal4266137130012142711613
Binary1000101101100011111110110000101000110001011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220631; }

 p { color: rgb(34,6,49); }

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

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

 a { background-color: rgb(34,6,49); }

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

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

 span { border-color: rgb(34,6,49); }

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