#220448

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

Shades of Blackcurrant #220448

Tints of Blackcurrant #220448

Color information

#220448 (or 0x220448) is unknown color: approx Blackcurrant. HEX triplet: 22, 04 and 48. RGB value is (34,4,72). Sum of RGB (Red+Green+Blue) = 34+4+72=110 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.91% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #220448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220448 is #DDFBB7. Grayscale: #141414. Windows color (decimal): -14547896 or 4719650. OLE color: 4719650.

HSL color Cylindrical-coordinate representation of color #220448: hue angle of 266.47º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220448 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB34472-
CMYK0.530.9400.72
HSL266.47º89.47%14.9%-
HSV(B)266.47º94.44%28.24%-
XYZ1.870.896.2-
YUV20.72156.94137.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.91%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 72 (28.52% from 255) = 65.45%
R=30.91%
G=3.64%
B=65.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal344720.530.9400.72266.4789.4714.9
Hex22448355E04810a59f
Octal42411065136011041213117
Binary100010100100100011010110111100100100010000101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220448; }

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

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

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

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

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

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

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

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