#220232

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

Shades of Blackcurrant #220232

Tints of Blackcurrant #220232

Color information

#220232 (or 0x220232) is unknown color: approx Blackcurrant. HEX triplet: 22, 02 and 32. RGB value is (34,2,50). Sum of RGB (Red+Green+Blue) = 34+2+50=86 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.53% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 50 (19.92% from 255 or 58.14% from 86); Max value from RGB is 50 - color contains mainly: blue. Hex color #220232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220232 is #DDFDCD. Grayscale: #101010. Windows color (decimal): -14548430 or 3277346. OLE color: 3277346.

HSL color Cylindrical-coordinate representation of color #220232: hue angle of 280º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220232 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB34250-
CMYK0.320.9600.80
HSL280º92.31%10.2%-
HSV(B)280º96%19.61%-
XYZ1.260.613.07-
YUV17.04146.6140.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 39.53%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 50 (19.92% from 255) = 58.14%
R=39.53%
G=2.33%
B=58.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal342500.320.9600.8028092.3110.2
Hex2223220600501185ca
Octal4226240140012043013412
Binary1000101011001010000011000000101000010001100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220232; }

 p { color: rgb(34,2,50); }

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

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

 a { background-color: rgb(34,2,50); }

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

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

 span { border-color: rgb(34,2,50); }

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