#221126

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

Shades of Blackcurrant #221126

Tints of Blackcurrant #221126

Color information

#221126 (or 0x221126) is unknown color: approx Blackcurrant. HEX triplet: 22, 11 and 26. RGB value is (34,17,38). Sum of RGB (Red+Green+Blue) = 34+17+38=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 38 (15.23% from 255 or 42.70% from 89); Max value from RGB is 38 - color contains mainly: blue. Hex color #221126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221126 is #DDEED9. Grayscale: #181818. Windows color (decimal): -14544602 or 2494754. OLE color: 2494754.

HSL color Cylindrical-coordinate representation of color #221126: hue angle of 288.57º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #221126 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB341738-
CMYK0.110.5500.85
HSL288.57º38.18%10.78%-
HSV(B)288.57º55.26%14.9%-
XYZ1.210.881.94-
YUV24.48135.63134.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.20%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 38 (15.23% from 255) = 42.70%
R=38.20%
G=19.10%
B=42.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3417380.110.5500.85288.5738.1810.78
Hex221126B3705512126b
Octal422146136701254414613
Binary100010100011001101011110111010101011001000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221126; }

 p { color: rgb(34,17,38); }

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

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

 a { background-color: rgb(34,17,38); }

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

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

 span { border-color: rgb(34,17,38); }

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