#220146

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

Shades of Blackcurrant #220146

Tints of Blackcurrant #220146

Color information

#220146 (or 0x220146) is unknown color: approx Blackcurrant. HEX triplet: 22, 01 and 46. RGB value is (34,1,70). Sum of RGB (Red+Green+Blue) = 34+1+70=105 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.38% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 70 (27.73% from 255 or 66.67% from 105); Max value from RGB is 70 - color contains mainly: blue. Hex color #220146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220146 is #DDFEB9. Grayscale: #121212. Windows color (decimal): -14548666 or 4587810. OLE color: 4587810.

HSL color Cylindrical-coordinate representation of color #220146: hue angle of 268.7º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220146 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB34170-
CMYK0.510.9900.73
HSL268.7º97.18%13.92%-
HSV(B)268.7º98.57%27.45%-
XYZ1.780.85.86-
YUV18.73156.93138.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.38%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 70 (27.73% from 255) = 66.67%
R=32.38%
G=0.95%
B=66.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal341700.510.9900.73268.797.1813.92
Hex22146336304910d61e
Octal42110663143011141514116
Binary1000101100011011001111000110100100110000110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220146; }

 p { color: rgb(34,1,70); }

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

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

 a { background-color: rgb(34,1,70); }

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

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

 span { border-color: rgb(34,1,70); }

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