#220129

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

Shades of Blackcurrant #220129

Tints of Blackcurrant #220129

Color information

#220129 (or 0x220129) is unknown color: approx Blackcurrant. HEX triplet: 22, 01 and 29. RGB value is (34,1,41). Sum of RGB (Red+Green+Blue) = 34+1+41=76 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.74% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #220129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220129 is #DDFED6. Grayscale: #0F0F0F. Windows color (decimal): -14548695 or 2687266. OLE color: 2687266.

HSL color Cylindrical-coordinate representation of color #220129: hue angle of 289.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220129 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB34141-
CMYK0.170.9800.84
HSL289.5º95.24%8.24%-
HSV(B)289.5º97.56%16.08%-
XYZ1.070.522.14-
YUV15.43142.43141.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 44.74%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 41 (16.41% from 255) = 53.95%
R=44.74%
G=1.32%
B=53.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal341410.170.9800.84289.595.248.24
Hex2212911620541225f8
Octal4215121142012444213710
Binary10001011010011000111000100101010010010001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220129; }

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

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

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

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

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

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

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

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