#220141

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

Shades of Blackcurrant #220141

Tints of Blackcurrant #220141

Color information

#220141 (or 0x220141) is unknown color: approx Blackcurrant. HEX triplet: 22, 01 and 41. RGB value is (34,1,65). Sum of RGB (Red+Green+Blue) = 34+1+65=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #220141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220141 is #DDFEBE. Grayscale: #111111. Windows color (decimal): -14548671 or 4260130. OLE color: 4260130.

HSL color Cylindrical-coordinate representation of color #220141: hue angle of 270.94º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220141 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB34165-
CMYK0.480.9800.75
HSL270.94º96.97%12.94%-
HSV(B)270.94º98.46%25.49%-
XYZ1.620.745.06-
YUV18.16154.43139.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 65 (25.78% from 255) = 65%
R=34%
G=1%
B=65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal341650.480.9800.75270.9496.9712.94
Hex22141306204B10f61d
Octal42110160142011341714115
Binary1000101100000111000011000100100101110000111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220141; }

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

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

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

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

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

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

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

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