#220531

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

Shades of Blackcurrant #220531

Tints of Blackcurrant #220531

Color information

#220531 (or 0x220531) is unknown color: approx Blackcurrant. HEX triplet: 22, 05 and 31. RGB value is (34,5,49). Sum of RGB (Red+Green+Blue) = 34+5+49=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #220531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220531 is #DDFACE. Grayscale: #121212. Windows color (decimal): -14547663 or 3212578. OLE color: 3212578.

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

Color convert

RGB34549-
CMYK0.310.9000.81
HSL279.55º81.48%10.59%-
HSV(B)279.55º89.8%19.22%-
XYZ1.270.672.97-
YUV18.69145.11138.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.64%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 49 (19.53% from 255) = 55.68%
R=38.64%
G=5.68%
B=55.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal345490.310.9000.81279.5581.4810.59
Hex225311F5A05111851b
Octal4256137132012143012113
Binary1000101011100011111110110100101000110001100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220531; }

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

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

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

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

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

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

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

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