#220428

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

Shades of Blackcurrant #220428

Tints of Blackcurrant #220428

Color information

#220428 (or 0x220428) is unknown color: approx Blackcurrant. HEX triplet: 22, 04 and 28. RGB value is (34,4,40). Sum of RGB (Red+Green+Blue) = 34+4+40=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #220428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220428 is #DDFBD7. Grayscale: #101010. Windows color (decimal): -14547928 or 2622498. OLE color: 2622498.

HSL color Cylindrical-coordinate representation of color #220428: hue angle of 290º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220428 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB34440-
CMYK0.150.9000.84
HSL290º81.82%8.63%-
HSV(B)290º90%15.69%-
XYZ1.090.582.06-
YUV17.07140.94140.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 43.59%
GREEN value IS 4 (1.95% from 255) = 5.13%
BLUE value IS 40 (16.02% from 255) = 51.28%
R=43.59%
G=5.13%
B=51.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal344400.150.9000.8429081.828.63
Hex22428F5A054122529
Octal4245017132012444212211
Binary100010100101000111110110100101010010010001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220428; }

 p { color: rgb(34,4,40); }

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

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

 a { background-color: rgb(34,4,40); }

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

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

 span { border-color: rgb(34,4,40); }

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